[INFO] fetching crate const_gen_proc_macro 0.1.1... [INFO] testing const_gen_proc_macro-0.1.1 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate const_gen_proc_macro 0.1.1 into /workspace/builds/worker-3-tc2/source [INFO] started tweaking crates.io crate const_gen_proc_macro 0.1.1 [INFO] finished tweaking crates.io crate const_gen_proc_macro 0.1.1 [INFO] tweaked toml for crates.io crate const_gen_proc_macro 0.1.1 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate const_gen_proc_macro 0.1.1 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 4 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fad2ec3a4d6bcc6dd70d64c7ace5473ba5990249d6db4052614f02258a8c8957 [INFO] running `Command { std: "docker" "start" "-a" "fad2ec3a4d6bcc6dd70d64c7ace5473ba5990249d6db4052614f02258a8c8957", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fad2ec3a4d6bcc6dd70d64c7ace5473ba5990249d6db4052614f02258a8c8957", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fad2ec3a4d6bcc6dd70d64c7ace5473ba5990249d6db4052614f02258a8c8957", kill_on_drop: false }` [INFO] [stdout] fad2ec3a4d6bcc6dd70d64c7ace5473ba5990249d6db4052614f02258a8c8957 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f2ef3ffe66a398245295cc46b861b0227ad1c3d03c4f29cc734ce92b2f512ef2 [INFO] running `Command { std: "docker" "start" "-a" "f2ef3ffe66a398245295cc46b861b0227ad1c3d03c4f29cc734ce92b2f512ef2", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.101 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling const_gen_proc_macro v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/object_type.rs:21:65 [INFO] [stdout] | [INFO] [stdout] 21 | impl Method for &(dyn Fn(&T, $($param),*) -> R) where Return: From, $($param: TryFrom src/object_type.rs:33:69 [INFO] [stdout] | [INFO] [stdout] 33 | impl Method for &(dyn Fn(&T, $($param),*) -> Result) where Return: From, Str... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 71 | make_impl!(0,); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/object_type.rs:45:68 [INFO] [stdout] | [INFO] [stdout] 45 | impl MethodMut for &(dyn Fn(&mut T, $($param),*) -> R) where Return: From, $($param: Tr... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 71 | make_impl!(0,); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/object_type.rs:57:72 [INFO] [stdout] | [INFO] [stdout] 57 | impl MethodMut for &(dyn Fn(&mut T, $($param),*) -> Result) where Return: From<... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 71 | make_impl!(0,); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/object_type.rs:21:65 [INFO] [stdout] | [INFO] [stdout] 21 | impl Method for &(dyn Fn(&T, $($param),*) -> R) where Return: From, $($param: TryFrom src/object_type.rs:33:69 [INFO] [stdout] | [INFO] [stdout] 33 | impl Method for &(dyn Fn(&T, $($param),*) -> Result) where Return: From, Str... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | make_impl!(1, P0, E0, "first", 0); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/object_type.rs:45:68 [INFO] [stdout] | [INFO] [stdout] 45 | impl MethodMut for &(dyn Fn(&mut T, $($param),*) -> R) where Return: From, $($param: Tr... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | make_impl!(1, P0, E0, "first", 0); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/object_type.rs:57:72 [INFO] [stdout] | [INFO] [stdout] 57 | impl MethodMut for &(dyn Fn(&mut T, $($param),*) -> Result) where Return: From<... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | make_impl!(1, P0, E0, "first", 0); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/object_type.rs:21:65 [INFO] [stdout] | [INFO] [stdout] 21 | impl Method for &(dyn Fn(&T, $($param),*) -> R) where Return: From, $($param: TryFrom src/object_type.rs:33:69 [INFO] [stdout] | [INFO] [stdout] 33 | impl Method for &(dyn Fn(&T, $($param),*) -> Result) where Return: From, Str... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 73 | make_impl!(2, P0, E0, "first", 0, P1, E1, "second", 1); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/object_type.rs:45:68 [INFO] [stdout] | [INFO] [stdout] 45 | impl MethodMut for &(dyn Fn(&mut T, $($param),*) -> R) where Return: From, $($param: Tr... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 73 | make_impl!(2, P0, E0, "first", 0, P1, E1, "second", 1); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/object_type.rs:57:72 [INFO] [stdout] | [INFO] [stdout] 57 | impl MethodMut for &(dyn Fn(&mut T, $($param),*) -> Result) where Return: From<... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 73 | make_impl!(2, P0, E0, "first", 0, P1, E1, "second", 1); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/object_type.rs:21:65 [INFO] [stdout] | [INFO] [stdout] 21 | impl Method for &(dyn Fn(&T, $($param),*) -> R) where Return: From, $($param: TryFrom src/object_type.rs:33:69 [INFO] [stdout] | [INFO] [stdout] 33 | impl Method for &(dyn Fn(&T, $($param),*) -> Result) where Return: From, Str... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 74 | make_impl!(3, P0, E0, "first", 0, P1, E1, "second", 1, P2, E2, "third", 2); [INFO] [stdout] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/object_type.rs:45:68 [INFO] [stdout] | [INFO] [stdout] 45 | impl MethodMut for &(dyn Fn(&mut T, $($param),*) -> R) where Return: From, $($param: Tr... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 74 | make_impl!(3, P0, E0, "first", 0, P1, E1, "second", 1, P2, E2, "third", 2); [INFO] [stdout] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/object_type.rs:57:72 [INFO] [stdout] | [INFO] [stdout] 57 | impl MethodMut for &(dyn Fn(&mut T, $($param),*) -> Result) where Return: From<... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 74 | make_impl!(3, P0, E0, "first", 0, P1, E1, "second", 1, P2, E2, "third", 2); [INFO] [stdout] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/object_type.rs:21:65 [INFO] [stdout] | [INFO] [stdout] 21 | impl Method for &(dyn Fn(&T, $($param),*) -> R) where Return: From, $($param: TryFrom src/object_type.rs:33:69 [INFO] [stdout] | [INFO] [stdout] 33 | impl Method for &(dyn Fn(&T, $($param),*) -> Result) where Return: From, Str... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 75 | make_impl!(4, P0, E0, "first", 0, P1, E1, "second", 1, P2, E2, "third", 2, P3, E3, "fourth", 3); [INFO] [stdout] | ----------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/object_type.rs:45:68 [INFO] [stdout] | [INFO] [stdout] 45 | impl MethodMut for &(dyn Fn(&mut T, $($param),*) -> R) where Return: From, $($param: Tr... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 75 | make_impl!(4, P0, E0, "first", 0, P1, E1, "second", 1, P2, E2, "third", 2, P3, E3, "fourth", 3); [INFO] [stdout] | ----------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/object_type.rs:57:72 [INFO] [stdout] | [INFO] [stdout] 57 | impl MethodMut for &(dyn Fn(&mut T, $($param),*) -> Result) where Return: From<... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 75 | make_impl!(4, P0, E0, "first", 0, P1, E1, "second", 1, P2, E2, "third", 2, P3, E3, "fourth", 3); [INFO] [stdout] | ----------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/path.rs:14:52 [INFO] [stdout] | [INFO] [stdout] 14 | impl Function for &(dyn Fn($($param),*) -> R) where Return: From, $($param: TryFrom src/path.rs:26:56 [INFO] [stdout] | [INFO] [stdout] 26 | impl Function for &(dyn Fn($($param),*) -> Result) where Return: From, String: From, $(... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 40 | make_impl!(0,); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/path.rs:14:52 [INFO] [stdout] | [INFO] [stdout] 14 | impl Function for &(dyn Fn($($param),*) -> R) where Return: From, $($param: TryFrom src/path.rs:26:56 [INFO] [stdout] | [INFO] [stdout] 26 | impl Function for &(dyn Fn($($param),*) -> Result) where Return: From, String: From, $(... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 41 | make_impl!(1, P0, E0, "first", 0); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/path.rs:14:52 [INFO] [stdout] | [INFO] [stdout] 14 | impl Function for &(dyn Fn($($param),*) -> R) where Return: From, $($param: TryFrom src/path.rs:26:56 [INFO] [stdout] | [INFO] [stdout] 26 | impl Function for &(dyn Fn($($param),*) -> Result) where Return: From, String: From, $(... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 42 | make_impl!(2, P0, E0, "first", 0, P1, E1, "second", 1); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/path.rs:14:52 [INFO] [stdout] | [INFO] [stdout] 14 | impl Function for &(dyn Fn($($param),*) -> R) where Return: From, $($param: TryFrom src/path.rs:26:56 [INFO] [stdout] | [INFO] [stdout] 26 | impl Function for &(dyn Fn($($param),*) -> Result) where Return: From, String: From, $(... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 43 | make_impl!(3, P0, E0, "first", 0, P1, E1, "second", 1, P2, E2, "third", 2); [INFO] [stdout] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/path.rs:14:52 [INFO] [stdout] | [INFO] [stdout] 14 | impl Function for &(dyn Fn($($param),*) -> R) where Return: From, $($param: TryFrom src/path.rs:26:56 [INFO] [stdout] | [INFO] [stdout] 26 | impl Function for &(dyn Fn($($param),*) -> Result) where Return: From, String: From, $(... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 44 | make_impl!(4, P0, E0, "first", 0, P1, E1, "second", 1, P2, E2, "third", 2, P3, E3, "fourth", 3); [INFO] [stdout] | ----------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:728:17 [INFO] [stdout] | [INFO] [stdout] 728 | fn get_path(&self, ident: &Ident) -> Option<&Path> { [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 728 | fn get_path(&self, ident: &Ident) -> Option<&Path<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/path.rs:112:28 [INFO] [stdout] | [INFO] [stdout] 112 | pub(super) fn get_path(&self, ident: &str) -> Option<&Path> { [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 112 | pub(super) fn get_path(&self, ident: &str) -> Option<&Path<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.58s [INFO] running `Command { std: "docker" "inspect" "f2ef3ffe66a398245295cc46b861b0227ad1c3d03c4f29cc734ce92b2f512ef2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f2ef3ffe66a398245295cc46b861b0227ad1c3d03c4f29cc734ce92b2f512ef2", kill_on_drop: false }` [INFO] [stdout] f2ef3ffe66a398245295cc46b861b0227ad1c3d03c4f29cc734ce92b2f512ef2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b4d2b544a68d556d2b174fc527f40645b267c17a505a3c9493ef202fe4cf3ea3 [INFO] running `Command { std: "docker" "start" "-a" "b4d2b544a68d556d2b174fc527f40645b267c17a505a3c9493ef202fe4cf3ea3", kill_on_drop: false }` [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/object_type.rs:21:65 [INFO] [stdout] | [INFO] [stdout] 21 | impl Method for &(dyn Fn(&T, $($param),*) -> R) where Return: From, $($param: TryFrom src/object_type.rs:33:69 [INFO] [stdout] | [INFO] [stdout] 33 | impl Method for &(dyn Fn(&T, $($param),*) -> Result) where Return: From, Str... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 71 | make_impl!(0,); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/object_type.rs:45:68 [INFO] [stdout] | [INFO] [stdout] 45 | impl MethodMut for &(dyn Fn(&mut T, $($param),*) -> R) where Return: From, $($param: Tr... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 71 | make_impl!(0,); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/object_type.rs:57:72 [INFO] [stdout] | [INFO] [stdout] 57 | impl MethodMut for &(dyn Fn(&mut T, $($param),*) -> Result) where Return: From<... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 71 | make_impl!(0,); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/object_type.rs:21:65 [INFO] [stdout] | [INFO] [stdout] 21 | impl Method for &(dyn Fn(&T, $($param),*) -> R) where Return: From, $($param: TryFrom src/object_type.rs:33:69 [INFO] [stdout] | [INFO] [stdout] 33 | impl Method for &(dyn Fn(&T, $($param),*) -> Result) where Return: From, Str... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | make_impl!(1, P0, E0, "first", 0); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/object_type.rs:45:68 [INFO] [stdout] | [INFO] [stdout] 45 | impl MethodMut for &(dyn Fn(&mut T, $($param),*) -> R) where Return: From, $($param: Tr... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | make_impl!(1, P0, E0, "first", 0); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/object_type.rs:57:72 [INFO] [stdout] | [INFO] [stdout] 57 | impl MethodMut for &(dyn Fn(&mut T, $($param),*) -> Result) where Return: From<... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | make_impl!(1, P0, E0, "first", 0); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/object_type.rs:21:65 [INFO] [stdout] | [INFO] [stdout] 21 | impl Method for &(dyn Fn(&T, $($param),*) -> R) where Return: From, $($param: TryFrom src/object_type.rs:33:69 [INFO] [stdout] | [INFO] [stdout] 33 | impl Method for &(dyn Fn(&T, $($param),*) -> Result) where Return: From, Str... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 73 | make_impl!(2, P0, E0, "first", 0, P1, E1, "second", 1); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/object_type.rs:45:68 [INFO] [stdout] | [INFO] [stdout] 45 | impl MethodMut for &(dyn Fn(&mut T, $($param),*) -> R) where Return: From, $($param: Tr... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 73 | make_impl!(2, P0, E0, "first", 0, P1, E1, "second", 1); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/object_type.rs:57:72 [INFO] [stdout] | [INFO] [stdout] 57 | impl MethodMut for &(dyn Fn(&mut T, $($param),*) -> Result) where Return: From<... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 73 | make_impl!(2, P0, E0, "first", 0, P1, E1, "second", 1); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/object_type.rs:21:65 [INFO] [stdout] | [INFO] [stdout] 21 | impl Method for &(dyn Fn(&T, $($param),*) -> R) where Return: From, $($param: TryFrom src/object_type.rs:33:69 [INFO] [stdout] | [INFO] [stdout] 33 | impl Method for &(dyn Fn(&T, $($param),*) -> Result) where Return: From, Str... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 74 | make_impl!(3, P0, E0, "first", 0, P1, E1, "second", 1, P2, E2, "third", 2); [INFO] [stdout] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/object_type.rs:45:68 [INFO] [stdout] | [INFO] [stdout] 45 | impl MethodMut for &(dyn Fn(&mut T, $($param),*) -> R) where Return: From, $($param: Tr... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 74 | make_impl!(3, P0, E0, "first", 0, P1, E1, "second", 1, P2, E2, "third", 2); [INFO] [stdout] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/object_type.rs:57:72 [INFO] [stdout] | [INFO] [stdout] 57 | impl MethodMut for &(dyn Fn(&mut T, $($param),*) -> Result) where Return: From<... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 74 | make_impl!(3, P0, E0, "first", 0, P1, E1, "second", 1, P2, E2, "third", 2); [INFO] [stdout] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/object_type.rs:21:65 [INFO] [stdout] | [INFO] [stdout] 21 | impl Method for &(dyn Fn(&T, $($param),*) -> R) where Return: From, $($param: TryFrom src/object_type.rs:33:69 [INFO] [stdout] | [INFO] [stdout] 33 | impl Method for &(dyn Fn(&T, $($param),*) -> Result) where Return: From, Str... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 75 | make_impl!(4, P0, E0, "first", 0, P1, E1, "second", 1, P2, E2, "third", 2, P3, E3, "fourth", 3); [INFO] [stdout] | ----------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/object_type.rs:45:68 [INFO] [stdout] | [INFO] [stdout] 45 | impl MethodMut for &(dyn Fn(&mut T, $($param),*) -> R) where Return: From, $($param: Tr... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 75 | make_impl!(4, P0, E0, "first", 0, P1, E1, "second", 1, P2, E2, "third", 2, P3, E3, "fourth", 3); [INFO] [stdout] | ----------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/object_type.rs:57:72 [INFO] [stdout] | [INFO] [stdout] 57 | impl MethodMut for &(dyn Fn(&mut T, $($param),*) -> Result) where Return: From<... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 75 | make_impl!(4, P0, E0, "first", 0, P1, E1, "second", 1, P2, E2, "third", 2, P3, E3, "fourth", 3); [INFO] [stdout] | ----------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/path.rs:14:52 [INFO] [stdout] | [INFO] [stdout] 14 | impl Function for &(dyn Fn($($param),*) -> R) where Return: From, $($param: TryFrom src/path.rs:26:56 [INFO] [stdout] | [INFO] [stdout] 26 | impl Function for &(dyn Fn($($param),*) -> Result) where Return: From, String: From, $(... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 40 | make_impl!(0,); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/path.rs:14:52 [INFO] [stdout] | [INFO] [stdout] 14 | impl Function for &(dyn Fn($($param),*) -> R) where Return: From, $($param: TryFrom src/path.rs:26:56 [INFO] [stdout] | [INFO] [stdout] 26 | impl Function for &(dyn Fn($($param),*) -> Result) where Return: From, String: From, $(... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 41 | make_impl!(1, P0, E0, "first", 0); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/path.rs:14:52 [INFO] [stdout] | [INFO] [stdout] 14 | impl Function for &(dyn Fn($($param),*) -> R) where Return: From, $($param: TryFrom src/path.rs:26:56 [INFO] [stdout] | [INFO] [stdout] 26 | impl Function for &(dyn Fn($($param),*) -> Result) where Return: From, String: From, $(... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 42 | make_impl!(2, P0, E0, "first", 0, P1, E1, "second", 1); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/path.rs:14:52 [INFO] [stdout] | [INFO] [stdout] 14 | impl Function for &(dyn Fn($($param),*) -> R) where Return: From, $($param: TryFrom src/path.rs:26:56 [INFO] [stdout] | [INFO] [stdout] 26 | impl Function for &(dyn Fn($($param),*) -> Result) where Return: From, String: From, $(... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 43 | make_impl!(3, P0, E0, "first", 0, P1, E1, "second", 1, P2, E2, "third", 2); [INFO] [stdout] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/path.rs:14:52 [INFO] [stdout] | [INFO] [stdout] 14 | impl Function for &(dyn Fn($($param),*) -> R) where Return: From, $($param: TryFrom src/path.rs:26:56 [INFO] [stdout] | [INFO] [stdout] 26 | impl Function for &(dyn Fn($($param),*) -> Result) where Return: From, String: From, $(... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 44 | make_impl!(4, P0, E0, "first", 0, P1, E1, "second", 1, P2, E2, "third", 2, P3, E3, "fourth", 3); [INFO] [stdout] | ----------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:728:17 [INFO] [stdout] | [INFO] [stdout] 728 | fn get_path(&self, ident: &Ident) -> Option<&Path> { [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 728 | fn get_path(&self, ident: &Ident) -> Option<&Path<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/path.rs:112:28 [INFO] [stdout] | [INFO] [stdout] 112 | pub(super) fn get_path(&self, ident: &str) -> Option<&Path> { [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 112 | pub(super) fn get_path(&self, ident: &str) -> Option<&Path<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling const_gen_proc_macro v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/object_type.rs:21:65 [INFO] [stdout] | [INFO] [stdout] 21 | impl Method for &(dyn Fn(&T, $($param),*) -> R) where Return: From, $($param: TryFrom src/object_type.rs:33:69 [INFO] [stdout] | [INFO] [stdout] 33 | impl Method for &(dyn Fn(&T, $($param),*) -> Result) where Return: From, Str... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 71 | make_impl!(0,); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/object_type.rs:45:68 [INFO] [stdout] | [INFO] [stdout] 45 | impl MethodMut for &(dyn Fn(&mut T, $($param),*) -> R) where Return: From, $($param: Tr... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 71 | make_impl!(0,); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/object_type.rs:57:72 [INFO] [stdout] | [INFO] [stdout] 57 | impl MethodMut for &(dyn Fn(&mut T, $($param),*) -> Result) where Return: From<... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 71 | make_impl!(0,); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/object_type.rs:21:65 [INFO] [stdout] | [INFO] [stdout] 21 | impl Method for &(dyn Fn(&T, $($param),*) -> R) where Return: From, $($param: TryFrom src/object_type.rs:33:69 [INFO] [stdout] | [INFO] [stdout] 33 | impl Method for &(dyn Fn(&T, $($param),*) -> Result) where Return: From, Str... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | make_impl!(1, P0, E0, "first", 0); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/object_type.rs:45:68 [INFO] [stdout] | [INFO] [stdout] 45 | impl MethodMut for &(dyn Fn(&mut T, $($param),*) -> R) where Return: From, $($param: Tr... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | make_impl!(1, P0, E0, "first", 0); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/object_type.rs:57:72 [INFO] [stdout] | [INFO] [stdout] 57 | impl MethodMut for &(dyn Fn(&mut T, $($param),*) -> Result) where Return: From<... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | make_impl!(1, P0, E0, "first", 0); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/object_type.rs:21:65 [INFO] [stdout] | [INFO] [stdout] 21 | impl Method for &(dyn Fn(&T, $($param),*) -> R) where Return: From, $($param: TryFrom src/object_type.rs:33:69 [INFO] [stdout] | [INFO] [stdout] 33 | impl Method for &(dyn Fn(&T, $($param),*) -> Result) where Return: From, Str... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 73 | make_impl!(2, P0, E0, "first", 0, P1, E1, "second", 1); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/object_type.rs:45:68 [INFO] [stdout] | [INFO] [stdout] 45 | impl MethodMut for &(dyn Fn(&mut T, $($param),*) -> R) where Return: From, $($param: Tr... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 73 | make_impl!(2, P0, E0, "first", 0, P1, E1, "second", 1); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/object_type.rs:57:72 [INFO] [stdout] | [INFO] [stdout] 57 | impl MethodMut for &(dyn Fn(&mut T, $($param),*) -> Result) where Return: From<... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 73 | make_impl!(2, P0, E0, "first", 0, P1, E1, "second", 1); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/object_type.rs:21:65 [INFO] [stdout] | [INFO] [stdout] 21 | impl Method for &(dyn Fn(&T, $($param),*) -> R) where Return: From, $($param: TryFrom src/object_type.rs:33:69 [INFO] [stdout] | [INFO] [stdout] 33 | impl Method for &(dyn Fn(&T, $($param),*) -> Result) where Return: From, Str... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 74 | make_impl!(3, P0, E0, "first", 0, P1, E1, "second", 1, P2, E2, "third", 2); [INFO] [stdout] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/object_type.rs:45:68 [INFO] [stdout] | [INFO] [stdout] 45 | impl MethodMut for &(dyn Fn(&mut T, $($param),*) -> R) where Return: From, $($param: Tr... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 74 | make_impl!(3, P0, E0, "first", 0, P1, E1, "second", 1, P2, E2, "third", 2); [INFO] [stdout] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/object_type.rs:57:72 [INFO] [stdout] | [INFO] [stdout] 57 | impl MethodMut for &(dyn Fn(&mut T, $($param),*) -> Result) where Return: From<... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 74 | make_impl!(3, P0, E0, "first", 0, P1, E1, "second", 1, P2, E2, "third", 2); [INFO] [stdout] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/object_type.rs:21:65 [INFO] [stdout] | [INFO] [stdout] 21 | impl Method for &(dyn Fn(&T, $($param),*) -> R) where Return: From, $($param: TryFrom src/object_type.rs:33:69 [INFO] [stdout] | [INFO] [stdout] 33 | impl Method for &(dyn Fn(&T, $($param),*) -> Result) where Return: From, Str... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 75 | make_impl!(4, P0, E0, "first", 0, P1, E1, "second", 1, P2, E2, "third", 2, P3, E3, "fourth", 3); [INFO] [stdout] | ----------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/object_type.rs:45:68 [INFO] [stdout] | [INFO] [stdout] 45 | impl MethodMut for &(dyn Fn(&mut T, $($param),*) -> R) where Return: From, $($param: Tr... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 75 | make_impl!(4, P0, E0, "first", 0, P1, E1, "second", 1, P2, E2, "third", 2, P3, E3, "fourth", 3); [INFO] [stdout] | ----------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/object_type.rs:57:72 [INFO] [stdout] | [INFO] [stdout] 57 | impl MethodMut for &(dyn Fn(&mut T, $($param),*) -> Result) where Return: From<... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 75 | make_impl!(4, P0, E0, "first", 0, P1, E1, "second", 1, P2, E2, "third", 2, P3, E3, "fourth", 3); [INFO] [stdout] | ----------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/path.rs:14:52 [INFO] [stdout] | [INFO] [stdout] 14 | impl Function for &(dyn Fn($($param),*) -> R) where Return: From, $($param: TryFrom src/path.rs:26:56 [INFO] [stdout] | [INFO] [stdout] 26 | impl Function for &(dyn Fn($($param),*) -> Result) where Return: From, String: From, $(... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 40 | make_impl!(0,); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/path.rs:14:52 [INFO] [stdout] | [INFO] [stdout] 14 | impl Function for &(dyn Fn($($param),*) -> R) where Return: From, $($param: TryFrom src/path.rs:26:56 [INFO] [stdout] | [INFO] [stdout] 26 | impl Function for &(dyn Fn($($param),*) -> Result) where Return: From, String: From, $(... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 41 | make_impl!(1, P0, E0, "first", 0); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/path.rs:14:52 [INFO] [stdout] | [INFO] [stdout] 14 | impl Function for &(dyn Fn($($param),*) -> R) where Return: From, $($param: TryFrom src/path.rs:26:56 [INFO] [stdout] | [INFO] [stdout] 26 | impl Function for &(dyn Fn($($param),*) -> Result) where Return: From, String: From, $(... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 42 | make_impl!(2, P0, E0, "first", 0, P1, E1, "second", 1); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/path.rs:14:52 [INFO] [stdout] | [INFO] [stdout] 14 | impl Function for &(dyn Fn($($param),*) -> R) where Return: From, $($param: TryFrom src/path.rs:26:56 [INFO] [stdout] | [INFO] [stdout] 26 | impl Function for &(dyn Fn($($param),*) -> Result) where Return: From, String: From, $(... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 43 | make_impl!(3, P0, E0, "first", 0, P1, E1, "second", 1, P2, E2, "third", 2); [INFO] [stdout] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/path.rs:14:52 [INFO] [stdout] | [INFO] [stdout] 14 | impl Function for &(dyn Fn($($param),*) -> R) where Return: From, $($param: TryFrom src/path.rs:26:56 [INFO] [stdout] | [INFO] [stdout] 26 | impl Function for &(dyn Fn($($param),*) -> Result) where Return: From, String: From, $(... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 44 | make_impl!(4, P0, E0, "first", 0, P1, E1, "second", 1, P2, E2, "third", 2, P3, E3, "fourth", 3); [INFO] [stdout] | ----------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:728:17 [INFO] [stdout] | [INFO] [stdout] 728 | fn get_path(&self, ident: &Ident) -> Option<&Path> { [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 728 | fn get_path(&self, ident: &Ident) -> Option<&Path<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/path.rs:112:28 [INFO] [stdout] | [INFO] [stdout] 112 | pub(super) fn get_path(&self, ident: &str) -> Option<&Path> { [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 112 | pub(super) fn get_path(&self, ident: &str) -> Option<&Path<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.68s [INFO] running `Command { std: "docker" "inspect" "b4d2b544a68d556d2b174fc527f40645b267c17a505a3c9493ef202fe4cf3ea3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b4d2b544a68d556d2b174fc527f40645b267c17a505a3c9493ef202fe4cf3ea3", kill_on_drop: false }` [INFO] [stdout] b4d2b544a68d556d2b174fc527f40645b267c17a505a3c9493ef202fe4cf3ea3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 57bf69745c4d64b4ce4f7341907b318eceea292a90cbca15996aa00855089913 [INFO] running `Command { std: "docker" "start" "-a" "57bf69745c4d64b4ce4f7341907b318eceea292a90cbca15996aa00855089913", kill_on_drop: false }` [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/object_type.rs:21:65 [INFO] [stderr] | [INFO] [stderr] 21 | impl Method for &(dyn Fn(&T, $($param),*) -> R) where Return: From, $($param: TryFrom src/object_type.rs:33:69 [INFO] [stderr] | [INFO] [stderr] 33 | impl Method for &(dyn Fn(&T, $($param),*) -> Result) where Return: From, Str... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 71 | make_impl!(0,); [INFO] [stderr] | -------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/object_type.rs:45:68 [INFO] [stderr] | [INFO] [stderr] 45 | impl MethodMut for &(dyn Fn(&mut T, $($param),*) -> R) where Return: From, $($param: Tr... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 71 | make_impl!(0,); [INFO] [stderr] | -------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/object_type.rs:57:72 [INFO] [stderr] | [INFO] [stderr] 57 | impl MethodMut for &(dyn Fn(&mut T, $($param),*) -> Result) where Return: From<... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 71 | make_impl!(0,); [INFO] [stderr] | -------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/object_type.rs:21:65 [INFO] [stderr] | [INFO] [stderr] 21 | impl Method for &(dyn Fn(&T, $($param),*) -> R) where Return: From, $($param: TryFrom src/object_type.rs:33:69 [INFO] [stderr] | [INFO] [stderr] 33 | impl Method for &(dyn Fn(&T, $($param),*) -> Result) where Return: From, Str... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 72 | make_impl!(1, P0, E0, "first", 0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/object_type.rs:45:68 [INFO] [stderr] | [INFO] [stderr] 45 | impl MethodMut for &(dyn Fn(&mut T, $($param),*) -> R) where Return: From, $($param: Tr... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 72 | make_impl!(1, P0, E0, "first", 0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/object_type.rs:57:72 [INFO] [stderr] | [INFO] [stderr] 57 | impl MethodMut for &(dyn Fn(&mut T, $($param),*) -> Result) where Return: From<... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 72 | make_impl!(1, P0, E0, "first", 0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/object_type.rs:21:65 [INFO] [stderr] | [INFO] [stderr] 21 | impl Method for &(dyn Fn(&T, $($param),*) -> R) where Return: From, $($param: TryFrom src/object_type.rs:33:69 [INFO] [stderr] | [INFO] [stderr] 33 | impl Method for &(dyn Fn(&T, $($param),*) -> Result) where Return: From, Str... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 73 | make_impl!(2, P0, E0, "first", 0, P1, E1, "second", 1); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/object_type.rs:45:68 [INFO] [stderr] | [INFO] [stderr] 45 | impl MethodMut for &(dyn Fn(&mut T, $($param),*) -> R) where Return: From, $($param: Tr... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 73 | make_impl!(2, P0, E0, "first", 0, P1, E1, "second", 1); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/object_type.rs:57:72 [INFO] [stderr] | [INFO] [stderr] 57 | impl MethodMut for &(dyn Fn(&mut T, $($param),*) -> Result) where Return: From<... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 73 | make_impl!(2, P0, E0, "first", 0, P1, E1, "second", 1); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/object_type.rs:21:65 [INFO] [stderr] | [INFO] [stderr] 21 | impl Method for &(dyn Fn(&T, $($param),*) -> R) where Return: From, $($param: TryFrom src/object_type.rs:33:69 [INFO] [stderr] | [INFO] [stderr] 33 | impl Method for &(dyn Fn(&T, $($param),*) -> Result) where Return: From, Str... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 74 | make_impl!(3, P0, E0, "first", 0, P1, E1, "second", 1, P2, E2, "third", 2); [INFO] [stderr] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/object_type.rs:45:68 [INFO] [stderr] | [INFO] [stderr] 45 | impl MethodMut for &(dyn Fn(&mut T, $($param),*) -> R) where Return: From, $($param: Tr... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 74 | make_impl!(3, P0, E0, "first", 0, P1, E1, "second", 1, P2, E2, "third", 2); [INFO] [stderr] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/object_type.rs:57:72 [INFO] [stderr] | [INFO] [stderr] 57 | impl MethodMut for &(dyn Fn(&mut T, $($param),*) -> Result) where Return: From<... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 74 | make_impl!(3, P0, E0, "first", 0, P1, E1, "second", 1, P2, E2, "third", 2); [INFO] [stderr] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/object_type.rs:21:65 [INFO] [stderr] | [INFO] [stderr] 21 | impl Method for &(dyn Fn(&T, $($param),*) -> R) where Return: From, $($param: TryFrom src/object_type.rs:33:69 [INFO] [stderr] | [INFO] [stderr] 33 | impl Method for &(dyn Fn(&T, $($param),*) -> Result) where Return: From, Str... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 75 | make_impl!(4, P0, E0, "first", 0, P1, E1, "second", 1, P2, E2, "third", 2, P3, E3, "fourth", 3); [INFO] [stderr] | ----------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/object_type.rs:45:68 [INFO] [stderr] | [INFO] [stderr] 45 | impl MethodMut for &(dyn Fn(&mut T, $($param),*) -> R) where Return: From, $($param: Tr... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 75 | make_impl!(4, P0, E0, "first", 0, P1, E1, "second", 1, P2, E2, "third", 2, P3, E3, "fourth", 3); [INFO] [stderr] | ----------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/object_type.rs:57:72 [INFO] [stderr] | [INFO] [stderr] 57 | impl MethodMut for &(dyn Fn(&mut T, $($param),*) -> Result) where Return: From<... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 75 | make_impl!(4, P0, E0, "first", 0, P1, E1, "second", 1, P2, E2, "third", 2, P3, E3, "fourth", 3); [INFO] [stderr] | ----------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/path.rs:14:52 [INFO] [stderr] | [INFO] [stderr] 14 | impl Function for &(dyn Fn($($param),*) -> R) where Return: From, $($param: TryFrom src/path.rs:26:56 [INFO] [stderr] | [INFO] [stderr] 26 | impl Function for &(dyn Fn($($param),*) -> Result) where Return: From, String: From, $(... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 40 | make_impl!(0,); [INFO] [stderr] | -------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/path.rs:14:52 [INFO] [stderr] | [INFO] [stderr] 14 | impl Function for &(dyn Fn($($param),*) -> R) where Return: From, $($param: TryFrom src/path.rs:26:56 [INFO] [stderr] | [INFO] [stderr] 26 | impl Function for &(dyn Fn($($param),*) -> Result) where Return: From, String: From, $(... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 41 | make_impl!(1, P0, E0, "first", 0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/path.rs:14:52 [INFO] [stderr] | [INFO] [stderr] 14 | impl Function for &(dyn Fn($($param),*) -> R) where Return: From, $($param: TryFrom src/path.rs:26:56 [INFO] [stderr] | [INFO] [stderr] 26 | impl Function for &(dyn Fn($($param),*) -> Result) where Return: From, String: From, $(... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 42 | make_impl!(2, P0, E0, "first", 0, P1, E1, "second", 1); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/path.rs:14:52 [INFO] [stderr] | [INFO] [stderr] 14 | impl Function for &(dyn Fn($($param),*) -> R) where Return: From, $($param: TryFrom src/path.rs:26:56 [INFO] [stderr] | [INFO] [stderr] 26 | impl Function for &(dyn Fn($($param),*) -> Result) where Return: From, String: From, $(... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 43 | make_impl!(3, P0, E0, "first", 0, P1, E1, "second", 1, P2, E2, "third", 2); [INFO] [stderr] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/path.rs:14:52 [INFO] [stderr] | [INFO] [stderr] 14 | impl Function for &(dyn Fn($($param),*) -> R) where Return: From, $($param: TryFrom src/path.rs:26:56 [INFO] [stderr] | [INFO] [stderr] 26 | impl Function for &(dyn Fn($($param),*) -> Result) where Return: From, String: From, $(... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 44 | make_impl!(4, P0, E0, "first", 0, P1, E1, "second", 1, P2, E2, "third", 2, P3, E3, "fourth", 3); [INFO] [stderr] | ----------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:728:17 [INFO] [stderr] | [INFO] [stderr] 728 | fn get_path(&self, ident: &Ident) -> Option<&Path> { [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] | | || [INFO] [stderr] | | |the same lifetime is hidden here [INFO] [stderr] | | the same lifetime is elided here [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 728 | fn get_path(&self, ident: &Ident) -> Option<&Path<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/path.rs:112:28 [INFO] [stderr] | [INFO] [stderr] 112 | pub(super) fn get_path(&self, ident: &str) -> Option<&Path> { [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] | | || [INFO] [stderr] | | |the same lifetime is hidden here [INFO] [stderr] | | the same lifetime is elided here [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 112 | pub(super) fn get_path(&self, ident: &str) -> Option<&Path<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `const_gen_proc_macro` (lib) generated 32 warnings (run `cargo fix --lib -p const_gen_proc_macro` to apply 2 suggestions) [INFO] [stderr] warning: `const_gen_proc_macro` (lib test) generated 32 warnings (32 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/const_gen_proc_macro-fd1ec0e97fd6292e) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests const_gen_proc_macro [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/object_type.rs:21:65 [INFO] [stderr] | [INFO] [stderr] 21 | impl Method for &(dyn Fn(&T, $($param),*) -> R) where Return: From, $($param: TryFrom src/object_type.rs:33:69 [INFO] [stderr] | [INFO] [stderr] 33 | impl Method for &(dyn Fn(&T, $($param),*) -> Result) where Return: From, Str... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 71 | make_impl!(0,); [INFO] [stderr] | -------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/object_type.rs:45:68 [INFO] [stderr] | [INFO] [stderr] 45 | impl MethodMut for &(dyn Fn(&mut T, $($param),*) -> R) where Return: From, $($param: Tr... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 71 | make_impl!(0,); [INFO] [stderr] | -------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/object_type.rs:57:72 [INFO] [stderr] | [INFO] [stderr] 57 | impl MethodMut for &(dyn Fn(&mut T, $($param),*) -> Result) where Return: From<... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 71 | make_impl!(0,); [INFO] [stderr] | -------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/object_type.rs:21:65 [INFO] [stderr] | [INFO] [stderr] 21 | impl Method for &(dyn Fn(&T, $($param),*) -> R) where Return: From, $($param: TryFrom src/object_type.rs:33:69 [INFO] [stderr] | [INFO] [stderr] 33 | impl Method for &(dyn Fn(&T, $($param),*) -> Result) where Return: From, Str... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 72 | make_impl!(1, P0, E0, "first", 0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/object_type.rs:45:68 [INFO] [stderr] | [INFO] [stderr] 45 | impl MethodMut for &(dyn Fn(&mut T, $($param),*) -> R) where Return: From, $($param: Tr... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 72 | make_impl!(1, P0, E0, "first", 0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/object_type.rs:57:72 [INFO] [stderr] | [INFO] [stderr] 57 | impl MethodMut for &(dyn Fn(&mut T, $($param),*) -> Result) where Return: From<... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 72 | make_impl!(1, P0, E0, "first", 0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/object_type.rs:21:65 [INFO] [stderr] | [INFO] [stderr] 21 | impl Method for &(dyn Fn(&T, $($param),*) -> R) where Return: From, $($param: TryFrom src/object_type.rs:33:69 [INFO] [stderr] | [INFO] [stderr] 33 | impl Method for &(dyn Fn(&T, $($param),*) -> Result) where Return: From, Str... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 73 | make_impl!(2, P0, E0, "first", 0, P1, E1, "second", 1); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/object_type.rs:45:68 [INFO] [stderr] | [INFO] [stderr] 45 | impl MethodMut for &(dyn Fn(&mut T, $($param),*) -> R) where Return: From, $($param: Tr... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 73 | make_impl!(2, P0, E0, "first", 0, P1, E1, "second", 1); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/object_type.rs:57:72 [INFO] [stderr] | [INFO] [stderr] 57 | impl MethodMut for &(dyn Fn(&mut T, $($param),*) -> Result) where Return: From<... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 73 | make_impl!(2, P0, E0, "first", 0, P1, E1, "second", 1); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/object_type.rs:21:65 [INFO] [stderr] | [INFO] [stderr] 21 | impl Method for &(dyn Fn(&T, $($param),*) -> R) where Return: From, $($param: TryFrom src/object_type.rs:33:69 [INFO] [stderr] | [INFO] [stderr] 33 | impl Method for &(dyn Fn(&T, $($param),*) -> Result) where Return: From, Str... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 74 | make_impl!(3, P0, E0, "first", 0, P1, E1, "second", 1, P2, E2, "third", 2); [INFO] [stderr] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/object_type.rs:45:68 [INFO] [stderr] | [INFO] [stderr] 45 | impl MethodMut for &(dyn Fn(&mut T, $($param),*) -> R) where Return: From, $($param: Tr... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 74 | make_impl!(3, P0, E0, "first", 0, P1, E1, "second", 1, P2, E2, "third", 2); [INFO] [stderr] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/object_type.rs:57:72 [INFO] [stderr] | [INFO] [stderr] 57 | impl MethodMut for &(dyn Fn(&mut T, $($param),*) -> Result) where Return: From<... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 74 | make_impl!(3, P0, E0, "first", 0, P1, E1, "second", 1, P2, E2, "third", 2); [INFO] [stderr] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/object_type.rs:21:65 [INFO] [stderr] | [INFO] [stderr] 21 | impl Method for &(dyn Fn(&T, $($param),*) -> R) where Return: From, $($param: TryFrom src/object_type.rs:33:69 [INFO] [stderr] | [INFO] [stderr] 33 | impl Method for &(dyn Fn(&T, $($param),*) -> Result) where Return: From, Str... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 75 | make_impl!(4, P0, E0, "first", 0, P1, E1, "second", 1, P2, E2, "third", 2, P3, E3, "fourth", 3); [INFO] [stderr] | ----------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/object_type.rs:45:68 [INFO] [stderr] | [INFO] [stderr] 45 | impl MethodMut for &(dyn Fn(&mut T, $($param),*) -> R) where Return: From, $($param: Tr... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 75 | make_impl!(4, P0, E0, "first", 0, P1, E1, "second", 1, P2, E2, "third", 2, P3, E3, "fourth", 3); [INFO] [stderr] | ----------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/object_type.rs:57:72 [INFO] [stderr] | [INFO] [stderr] 57 | impl MethodMut for &(dyn Fn(&mut T, $($param),*) -> Result) where Return: From<... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 75 | make_impl!(4, P0, E0, "first", 0, P1, E1, "second", 1, P2, E2, "third", 2, P3, E3, "fourth", 3); [INFO] [stderr] | ----------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/path.rs:14:52 [INFO] [stderr] | [INFO] [stderr] 14 | impl Function for &(dyn Fn($($param),*) -> R) where Return: From, $($param: TryFrom src/path.rs:26:56 [INFO] [stderr] | [INFO] [stderr] 26 | impl Function for &(dyn Fn($($param),*) -> Result) where Return: From, String: From, $(... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 40 | make_impl!(0,); [INFO] [stderr] | -------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/path.rs:14:52 [INFO] [stderr] | [INFO] [stderr] 14 | impl Function for &(dyn Fn($($param),*) -> R) where Return: From, $($param: TryFrom src/path.rs:26:56 [INFO] [stderr] | [INFO] [stderr] 26 | impl Function for &(dyn Fn($($param),*) -> Result) where Return: From, String: From, $(... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 41 | make_impl!(1, P0, E0, "first", 0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/path.rs:14:52 [INFO] [stderr] | [INFO] [stderr] 14 | impl Function for &(dyn Fn($($param),*) -> R) where Return: From, $($param: TryFrom src/path.rs:26:56 [INFO] [stderr] | [INFO] [stderr] 26 | impl Function for &(dyn Fn($($param),*) -> Result) where Return: From, String: From, $(... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 42 | make_impl!(2, P0, E0, "first", 0, P1, E1, "second", 1); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/path.rs:14:52 [INFO] [stderr] | [INFO] [stderr] 14 | impl Function for &(dyn Fn($($param),*) -> R) where Return: From, $($param: TryFrom src/path.rs:26:56 [INFO] [stderr] | [INFO] [stderr] 26 | impl Function for &(dyn Fn($($param),*) -> Result) where Return: From, String: From, $(... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 43 | make_impl!(3, P0, E0, "first", 0, P1, E1, "second", 1, P2, E2, "third", 2); [INFO] [stderr] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/path.rs:14:52 [INFO] [stderr] | [INFO] [stderr] 14 | impl Function for &(dyn Fn($($param),*) -> R) where Return: From, $($param: TryFrom src/path.rs:26:56 [INFO] [stderr] | [INFO] [stderr] 26 | impl Function for &(dyn Fn($($param),*) -> Result) where Return: From, String: From, $(... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 44 | make_impl!(4, P0, E0, "first", 0, P1, E1, "second", 1, P2, E2, "third", 2, P3, E3, "fourth", 3); [INFO] [stderr] | ----------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `make_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 30 warnings emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test src/lib.rs - (line 19) ... ignored [INFO] [stdout] test src/lib.rs - (line 42) ... ignored [INFO] [stdout] test src/lib.rs - (line 58) ... ignored [INFO] [stdout] test src/lib.rs - (line 82) ... ignored [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "57bf69745c4d64b4ce4f7341907b318eceea292a90cbca15996aa00855089913", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "57bf69745c4d64b4ce4f7341907b318eceea292a90cbca15996aa00855089913", kill_on_drop: false }` [INFO] [stdout] 57bf69745c4d64b4ce4f7341907b318eceea292a90cbca15996aa00855089913