[INFO] fetching crate const_gen_proc_macro 0.1.1...
[INFO] testing const_gen_proc_macro-0.1.1 against 1.90.0 for beta-1.91-3
[INFO] extracting crate const_gen_proc_macro 0.1.1 into /workspace/builds/worker-4-tc1/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-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate const_gen_proc_macro 0.1.1 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "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" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c3054b27ff8416a9f32a23b66f5fe6df7021ddeb37d5a180c361a4bd34fdba88
[INFO] running `Command { std: "docker" "start" "-a" "c3054b27ff8416a9f32a23b66f5fe6df7021ddeb37d5a180c361a4bd34fdba88", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c3054b27ff8416a9f32a23b66f5fe6df7021ddeb37d5a180c361a4bd34fdba88", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c3054b27ff8416a9f32a23b66f5fe6df7021ddeb37d5a180c361a4bd34fdba88", kill_on_drop: false }`
[INFO] [stdout] c3054b27ff8416a9f32a23b66f5fe6df7021ddeb37d5a180c361a4bd34fdba88
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 573caa35dcc1d4d9abbcd58551ac3f5751aa8ef63c5f7d81724d724cc96a556d
[INFO] running `Command { std: "docker" "start" "-a" "573caa35dcc1d4d9abbcd58551ac3f5751aa8ef63c5f7d81724d724cc96a556d", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]    Compiling quote v1.0.41
[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<T: 'static, R, $($param, $error),*> Method<T> for &(dyn Fn(&T, $($param),*) -> R) where Return: From<R>, $($param: TryFrom<P...
[INFO] [stdout]    |                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 | make_impl!(0,);
[INFO] [stdout]    | -------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` on by default
[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:33:69
[INFO] [stdout]    |
[INFO] [stdout] 33 |         impl<T: 'static, R, RE, $($param, $error),*> Method<T> for &(dyn Fn(&T, $($param),*) -> Result<R, RE>) where Return: From<R>, 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<T: 'static, R, $($param, $error),*> MethodMut<T> for &(dyn Fn(&mut T, $($param),*) -> R) where Return: From<R>, $($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<T: 'static, R, RE, $($param, $error),*> MethodMut<T> for &(dyn Fn(&mut T, $($param),*) -> Result<R, RE>) 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<T: 'static, R, $($param, $error),*> Method<T> for &(dyn Fn(&T, $($param),*) -> R) where Return: From<R>, $($param: TryFrom<P...
[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:33:69
[INFO] [stdout]    |
[INFO] [stdout] 33 |         impl<T: 'static, R, RE, $($param, $error),*> Method<T> for &(dyn Fn(&T, $($param),*) -> Result<R, RE>) where Return: From<R>, 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<T: 'static, R, $($param, $error),*> MethodMut<T> for &(dyn Fn(&mut T, $($param),*) -> R) where Return: From<R>, $($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<T: 'static, R, RE, $($param, $error),*> MethodMut<T> for &(dyn Fn(&mut T, $($param),*) -> Result<R, RE>) 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<T: 'static, R, $($param, $error),*> Method<T> for &(dyn Fn(&T, $($param),*) -> R) where Return: From<R>, $($param: TryFrom<P...
[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:33:69
[INFO] [stdout]    |
[INFO] [stdout] 33 |         impl<T: 'static, R, RE, $($param, $error),*> Method<T> for &(dyn Fn(&T, $($param),*) -> Result<R, RE>) where Return: From<R>, 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<T: 'static, R, $($param, $error),*> MethodMut<T> for &(dyn Fn(&mut T, $($param),*) -> R) where Return: From<R>, $($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<T: 'static, R, RE, $($param, $error),*> MethodMut<T> for &(dyn Fn(&mut T, $($param),*) -> Result<R, RE>) 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<T: 'static, R, $($param, $error),*> Method<T> for &(dyn Fn(&T, $($param),*) -> R) where Return: From<R>, $($param: TryFrom<P...
[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:33:69
[INFO] [stdout]    |
[INFO] [stdout] 33 |         impl<T: 'static, R, RE, $($param, $error),*> Method<T> for &(dyn Fn(&T, $($param),*) -> Result<R, RE>) where Return: From<R>, 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<T: 'static, R, $($param, $error),*> MethodMut<T> for &(dyn Fn(&mut T, $($param),*) -> R) where Return: From<R>, $($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<T: 'static, R, RE, $($param, $error),*> MethodMut<T> for &(dyn Fn(&mut T, $($param),*) -> Result<R, RE>) 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<T: 'static, R, $($param, $error),*> Method<T> for &(dyn Fn(&T, $($param),*) -> R) where Return: From<R>, $($param: TryFrom<P...
[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:33:69
[INFO] [stdout]    |
[INFO] [stdout] 33 |         impl<T: 'static, R, RE, $($param, $error),*> Method<T> for &(dyn Fn(&T, $($param),*) -> Result<R, RE>) where Return: From<R>, 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<T: 'static, R, $($param, $error),*> MethodMut<T> for &(dyn Fn(&mut T, $($param),*) -> R) where Return: From<R>, $($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<T: 'static, R, RE, $($param, $error),*> MethodMut<T> for &(dyn Fn(&mut T, $($param),*) -> Result<R, RE>) 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<R, $($param, $error),*> Function for &(dyn Fn($($param),*) -> R) where Return: From<R>, $($param: TryFrom<Parameter, Error =...
[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:26:56
[INFO] [stdout]    |
[INFO] [stdout] 26 |         impl<R, RE, $($param, $error),*> Function for &(dyn Fn($($param),*) -> Result<R, RE>) where Return: From<R>, String: From<RE>, $(...
[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<R, $($param, $error),*> Function for &(dyn Fn($($param),*) -> R) where Return: From<R>, $($param: TryFrom<Parameter, Error =...
[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:26:56
[INFO] [stdout]    |
[INFO] [stdout] 26 |         impl<R, RE, $($param, $error),*> Function for &(dyn Fn($($param),*) -> Result<R, RE>) where Return: From<R>, String: From<RE>, $(...
[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<R, $($param, $error),*> Function for &(dyn Fn($($param),*) -> R) where Return: From<R>, $($param: TryFrom<Parameter, Error =...
[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:26:56
[INFO] [stdout]    |
[INFO] [stdout] 26 |         impl<R, RE, $($param, $error),*> Function for &(dyn Fn($($param),*) -> Result<R, RE>) where Return: From<R>, String: From<RE>, $(...
[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<R, $($param, $error),*> Function for &(dyn Fn($($param),*) -> R) where Return: From<R>, $($param: TryFrom<Parameter, Error =...
[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:26:56
[INFO] [stdout]    |
[INFO] [stdout] 26 |         impl<R, RE, $($param, $error),*> Function for &(dyn Fn($($param),*) -> Result<R, RE>) where Return: From<R>, String: From<RE>, $(...
[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<R, $($param, $error),*> Function for &(dyn Fn($($param),*) -> R) where Return: From<R>, $($param: TryFrom<Parameter, Error =...
[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: unnecessary parentheses around type
[INFO] [stdout]   --> src/path.rs:26:56
[INFO] [stdout]    |
[INFO] [stdout] 26 |         impl<R, RE, $($param, $error),*> Function for &(dyn Fn($($param),*) -> Result<R, RE>) where Return: From<R>, String: From<RE>, $(...
[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 6.13s
[INFO] running `Command { std: "docker" "inspect" "573caa35dcc1d4d9abbcd58551ac3f5751aa8ef63c5f7d81724d724cc96a556d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "573caa35dcc1d4d9abbcd58551ac3f5751aa8ef63c5f7d81724d724cc96a556d", kill_on_drop: false }`
[INFO] [stdout] 573caa35dcc1d4d9abbcd58551ac3f5751aa8ef63c5f7d81724d724cc96a556d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 76c528422b79aefefee23a32d16bf5817c7b230a7590f776beec3099d00e3fb1
[INFO] running `Command { std: "docker" "start" "-a" "76c528422b79aefefee23a32d16bf5817c7b230a7590f776beec3099d00e3fb1", 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<T: 'static, R, $($param, $error),*> Method<T> for &(dyn Fn(&T, $($param),*) -> R) where Return: From<R>, $($param: TryFrom<P...
[INFO] [stdout]    |                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 | make_impl!(0,);
[INFO] [stdout]    | -------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` on by default
[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:33:69
[INFO] [stdout]    |
[INFO] [stdout] 33 |         impl<T: 'static, R, RE, $($param, $error),*> Method<T> for &(dyn Fn(&T, $($param),*) -> Result<R, RE>) where Return: From<R>, 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<T: 'static, R, $($param, $error),*> MethodMut<T> for &(dyn Fn(&mut T, $($param),*) -> R) where Return: From<R>, $($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<T: 'static, R, RE, $($param, $error),*> MethodMut<T> for &(dyn Fn(&mut T, $($param),*) -> Result<R, RE>) 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<T: 'static, R, $($param, $error),*> Method<T> for &(dyn Fn(&T, $($param),*) -> R) where Return: From<R>, $($param: TryFrom<P...
[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:33:69
[INFO] [stdout]    |
[INFO] [stdout] 33 |         impl<T: 'static, R, RE, $($param, $error),*> Method<T> for &(dyn Fn(&T, $($param),*) -> Result<R, RE>) where Return: From<R>, 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<T: 'static, R, $($param, $error),*> MethodMut<T> for &(dyn Fn(&mut T, $($param),*) -> R) where Return: From<R>, $($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<T: 'static, R, RE, $($param, $error),*> MethodMut<T> for &(dyn Fn(&mut T, $($param),*) -> Result<R, RE>) 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<T: 'static, R, $($param, $error),*> Method<T> for &(dyn Fn(&T, $($param),*) -> R) where Return: From<R>, $($param: TryFrom<P...
[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:33:69
[INFO] [stdout]    |
[INFO] [stdout] 33 |         impl<T: 'static, R, RE, $($param, $error),*> Method<T> for &(dyn Fn(&T, $($param),*) -> Result<R, RE>) where Return: From<R>, 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<T: 'static, R, $($param, $error),*> MethodMut<T> for &(dyn Fn(&mut T, $($param),*) -> R) where Return: From<R>, $($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<T: 'static, R, RE, $($param, $error),*> MethodMut<T> for &(dyn Fn(&mut T, $($param),*) -> Result<R, RE>) 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<T: 'static, R, $($param, $error),*> Method<T> for &(dyn Fn(&T, $($param),*) -> R) where Return: From<R>, $($param: TryFrom<P...
[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:33:69
[INFO] [stdout]    |
[INFO] [stdout] 33 |         impl<T: 'static, R, RE, $($param, $error),*> Method<T> for &(dyn Fn(&T, $($param),*) -> Result<R, RE>) where Return: From<R>, 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<T: 'static, R, $($param, $error),*> MethodMut<T> for &(dyn Fn(&mut T, $($param),*) -> R) where Return: From<R>, $($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<T: 'static, R, RE, $($param, $error),*> MethodMut<T> for &(dyn Fn(&mut T, $($param),*) -> Result<R, RE>) 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<T: 'static, R, $($param, $error),*> Method<T> for &(dyn Fn(&T, $($param),*) -> R) where Return: From<R>, $($param: TryFrom<P...
[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:33:69
[INFO] [stdout]    |
[INFO] [stdout] 33 |         impl<T: 'static, R, RE, $($param, $error),*> Method<T> for &(dyn Fn(&T, $($param),*) -> Result<R, RE>) where Return: From<R>, 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<T: 'static, R, $($param, $error),*> MethodMut<T> for &(dyn Fn(&mut T, $($param),*) -> R) where Return: From<R>, $($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<T: 'static, R, RE, $($param, $error),*> MethodMut<T> for &(dyn Fn(&mut T, $($param),*) -> Result<R, RE>) 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<R, $($param, $error),*> Function for &(dyn Fn($($param),*) -> R) where Return: From<R>, $($param: TryFrom<Parameter, Error =...
[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:26:56
[INFO] [stdout]    |
[INFO] [stdout] 26 |         impl<R, RE, $($param, $error),*> Function for &(dyn Fn($($param),*) -> Result<R, RE>) where Return: From<R>, String: From<RE>, $(...
[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<R, $($param, $error),*> Function for &(dyn Fn($($param),*) -> R) where Return: From<R>, $($param: TryFrom<Parameter, Error =...
[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:26:56
[INFO] [stdout]    |
[INFO] [stdout] 26 |         impl<R, RE, $($param, $error),*> Function for &(dyn Fn($($param),*) -> Result<R, RE>) where Return: From<R>, String: From<RE>, $(...
[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<R, $($param, $error),*> Function for &(dyn Fn($($param),*) -> R) where Return: From<R>, $($param: TryFrom<Parameter, Error =...
[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:26:56
[INFO] [stdout]    |
[INFO] [stdout] 26 |         impl<R, RE, $($param, $error),*> Function for &(dyn Fn($($param),*) -> Result<R, RE>) where Return: From<R>, String: From<RE>, $(...
[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<R, $($param, $error),*> Function for &(dyn Fn($($param),*) -> R) where Return: From<R>, $($param: TryFrom<Parameter, Error =...
[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:26:56
[INFO] [stdout]    |
[INFO] [stdout] 26 |         impl<R, RE, $($param, $error),*> Function for &(dyn Fn($($param),*) -> Result<R, RE>) where Return: From<R>, String: From<RE>, $(...
[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<R, $($param, $error),*> Function for &(dyn Fn($($param),*) -> R) where Return: From<R>, $($param: TryFrom<Parameter, Error =...
[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: unnecessary parentheses around type
[INFO] [stdout]   --> src/path.rs:26:56
[INFO] [stdout]    |
[INFO] [stdout] 26 |         impl<R, RE, $($param, $error),*> Function for &(dyn Fn($($param),*) -> Result<R, RE>) where Return: From<R>, String: From<RE>, $(...
[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] [stderr]    Compiling const_gen_proc_macro v0.1.1 (/opt/rustwide/workdir)
[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] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/object_type.rs:21:65
[INFO] [stdout]    |
[INFO] [stdout] 21 |         impl<T: 'static, R, $($param, $error),*> Method<T> for &(dyn Fn(&T, $($param),*) -> R) where Return: From<R>, $($param: TryFrom<P...
[INFO] [stdout]    |                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 | make_impl!(0,);
[INFO] [stdout]    | -------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` on by default
[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:33:69
[INFO] [stdout]    |
[INFO] [stdout] 33 |         impl<T: 'static, R, RE, $($param, $error),*> Method<T> for &(dyn Fn(&T, $($param),*) -> Result<R, RE>) where Return: From<R>, 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<T: 'static, R, $($param, $error),*> MethodMut<T> for &(dyn Fn(&mut T, $($param),*) -> R) where Return: From<R>, $($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<T: 'static, R, RE, $($param, $error),*> MethodMut<T> for &(dyn Fn(&mut T, $($param),*) -> Result<R, RE>) 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<T: 'static, R, $($param, $error),*> Method<T> for &(dyn Fn(&T, $($param),*) -> R) where Return: From<R>, $($param: TryFrom<P...
[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:33:69
[INFO] [stdout]    |
[INFO] [stdout] 33 |         impl<T: 'static, R, RE, $($param, $error),*> Method<T> for &(dyn Fn(&T, $($param),*) -> Result<R, RE>) where Return: From<R>, 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<T: 'static, R, $($param, $error),*> MethodMut<T> for &(dyn Fn(&mut T, $($param),*) -> R) where Return: From<R>, $($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<T: 'static, R, RE, $($param, $error),*> MethodMut<T> for &(dyn Fn(&mut T, $($param),*) -> Result<R, RE>) 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<T: 'static, R, $($param, $error),*> Method<T> for &(dyn Fn(&T, $($param),*) -> R) where Return: From<R>, $($param: TryFrom<P...
[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:33:69
[INFO] [stdout]    |
[INFO] [stdout] 33 |         impl<T: 'static, R, RE, $($param, $error),*> Method<T> for &(dyn Fn(&T, $($param),*) -> Result<R, RE>) where Return: From<R>, 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<T: 'static, R, $($param, $error),*> MethodMut<T> for &(dyn Fn(&mut T, $($param),*) -> R) where Return: From<R>, $($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<T: 'static, R, RE, $($param, $error),*> MethodMut<T> for &(dyn Fn(&mut T, $($param),*) -> Result<R, RE>) 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<T: 'static, R, $($param, $error),*> Method<T> for &(dyn Fn(&T, $($param),*) -> R) where Return: From<R>, $($param: TryFrom<P...
[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:33:69
[INFO] [stdout]    |
[INFO] [stdout] 33 |         impl<T: 'static, R, RE, $($param, $error),*> Method<T> for &(dyn Fn(&T, $($param),*) -> Result<R, RE>) where Return: From<R>, 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<T: 'static, R, $($param, $error),*> MethodMut<T> for &(dyn Fn(&mut T, $($param),*) -> R) where Return: From<R>, $($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<T: 'static, R, RE, $($param, $error),*> MethodMut<T> for &(dyn Fn(&mut T, $($param),*) -> Result<R, RE>) 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<T: 'static, R, $($param, $error),*> Method<T> for &(dyn Fn(&T, $($param),*) -> R) where Return: From<R>, $($param: TryFrom<P...
[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:33:69
[INFO] [stdout]    |
[INFO] [stdout] 33 |         impl<T: 'static, R, RE, $($param, $error),*> Method<T> for &(dyn Fn(&T, $($param),*) -> Result<R, RE>) where Return: From<R>, 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<T: 'static, R, $($param, $error),*> MethodMut<T> for &(dyn Fn(&mut T, $($param),*) -> R) where Return: From<R>, $($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<T: 'static, R, RE, $($param, $error),*> MethodMut<T> for &(dyn Fn(&mut T, $($param),*) -> Result<R, RE>) 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<R, $($param, $error),*> Function for &(dyn Fn($($param),*) -> R) where Return: From<R>, $($param: TryFrom<Parameter, Error =...
[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:26:56
[INFO] [stdout]    |
[INFO] [stdout] 26 |         impl<R, RE, $($param, $error),*> Function for &(dyn Fn($($param),*) -> Result<R, RE>) where Return: From<R>, String: From<RE>, $(...
[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<R, $($param, $error),*> Function for &(dyn Fn($($param),*) -> R) where Return: From<R>, $($param: TryFrom<Parameter, Error =...
[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:26:56
[INFO] [stdout]    |
[INFO] [stdout] 26 |         impl<R, RE, $($param, $error),*> Function for &(dyn Fn($($param),*) -> Result<R, RE>) where Return: From<R>, String: From<RE>, $(...
[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<R, $($param, $error),*> Function for &(dyn Fn($($param),*) -> R) where Return: From<R>, $($param: TryFrom<Parameter, Error =...
[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:26:56
[INFO] [stdout]    |
[INFO] [stdout] 26 |         impl<R, RE, $($param, $error),*> Function for &(dyn Fn($($param),*) -> Result<R, RE>) where Return: From<R>, String: From<RE>, $(...
[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<R, $($param, $error),*> Function for &(dyn Fn($($param),*) -> R) where Return: From<R>, $($param: TryFrom<Parameter, Error =...
[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:26:56
[INFO] [stdout]    |
[INFO] [stdout] 26 |         impl<R, RE, $($param, $error),*> Function for &(dyn Fn($($param),*) -> Result<R, RE>) where Return: From<R>, String: From<RE>, $(...
[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<R, $($param, $error),*> Function for &(dyn Fn($($param),*) -> R) where Return: From<R>, $($param: TryFrom<Parameter, Error =...
[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: unnecessary parentheses around type
[INFO] [stdout]   --> src/path.rs:26:56
[INFO] [stdout]    |
[INFO] [stdout] 26 |         impl<R, RE, $($param, $error),*> Function for &(dyn Fn($($param),*) -> Result<R, RE>) where Return: From<R>, String: From<RE>, $(...
[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.66s
[INFO] running `Command { std: "docker" "inspect" "76c528422b79aefefee23a32d16bf5817c7b230a7590f776beec3099d00e3fb1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "76c528422b79aefefee23a32d16bf5817c7b230a7590f776beec3099d00e3fb1", kill_on_drop: false }`
[INFO] [stdout] 76c528422b79aefefee23a32d16bf5817c7b230a7590f776beec3099d00e3fb1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 95c936e53dc8602870070c16eeffefce9825d99ee8d31dfbab7645909f07dbca
[INFO] running `Command { std: "docker" "start" "-a" "95c936e53dc8602870070c16eeffefce9825d99ee8d31dfbab7645909f07dbca", 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<T: 'static, R, $($param, $error),*> Method<T> for &(dyn Fn(&T, $($param),*) -> R) where Return: From<R>, $($param: TryFrom<P...
[INFO] [stderr]    |                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 71 | make_impl!(0,);
[INFO] [stderr]    | -------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_parens)]` on by default
[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:33:69
[INFO] [stderr]    |
[INFO] [stderr] 33 |         impl<T: 'static, R, RE, $($param, $error),*> Method<T> for &(dyn Fn(&T, $($param),*) -> Result<R, RE>) where Return: From<R>, 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<T: 'static, R, $($param, $error),*> MethodMut<T> for &(dyn Fn(&mut T, $($param),*) -> R) where Return: From<R>, $($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<T: 'static, R, RE, $($param, $error),*> MethodMut<T> for &(dyn Fn(&mut T, $($param),*) -> Result<R, RE>) 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<T: 'static, R, $($param, $error),*> Method<T> for &(dyn Fn(&T, $($param),*) -> R) where Return: From<R>, $($param: TryFrom<P...
[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:33:69
[INFO] [stderr]    |
[INFO] [stderr] 33 |         impl<T: 'static, R, RE, $($param, $error),*> Method<T> for &(dyn Fn(&T, $($param),*) -> Result<R, RE>) where Return: From<R>, 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<T: 'static, R, $($param, $error),*> MethodMut<T> for &(dyn Fn(&mut T, $($param),*) -> R) where Return: From<R>, $($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<T: 'static, R, RE, $($param, $error),*> MethodMut<T> for &(dyn Fn(&mut T, $($param),*) -> Result<R, RE>) 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<T: 'static, R, $($param, $error),*> Method<T> for &(dyn Fn(&T, $($param),*) -> R) where Return: From<R>, $($param: TryFrom<P...
[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:33:69
[INFO] [stderr]    |
[INFO] [stderr] 33 |         impl<T: 'static, R, RE, $($param, $error),*> Method<T> for &(dyn Fn(&T, $($param),*) -> Result<R, RE>) where Return: From<R>, 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<T: 'static, R, $($param, $error),*> MethodMut<T> for &(dyn Fn(&mut T, $($param),*) -> R) where Return: From<R>, $($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<T: 'static, R, RE, $($param, $error),*> MethodMut<T> for &(dyn Fn(&mut T, $($param),*) -> Result<R, RE>) 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<T: 'static, R, $($param, $error),*> Method<T> for &(dyn Fn(&T, $($param),*) -> R) where Return: From<R>, $($param: TryFrom<P...
[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:33:69
[INFO] [stderr]    |
[INFO] [stderr] 33 |         impl<T: 'static, R, RE, $($param, $error),*> Method<T> for &(dyn Fn(&T, $($param),*) -> Result<R, RE>) where Return: From<R>, 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<T: 'static, R, $($param, $error),*> MethodMut<T> for &(dyn Fn(&mut T, $($param),*) -> R) where Return: From<R>, $($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<T: 'static, R, RE, $($param, $error),*> MethodMut<T> for &(dyn Fn(&mut T, $($param),*) -> Result<R, RE>) 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<T: 'static, R, $($param, $error),*> Method<T> for &(dyn Fn(&T, $($param),*) -> R) where Return: From<R>, $($param: TryFrom<P...
[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:33:69
[INFO] [stderr]    |
[INFO] [stderr] 33 |         impl<T: 'static, R, RE, $($param, $error),*> Method<T> for &(dyn Fn(&T, $($param),*) -> Result<R, RE>) where Return: From<R>, 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<T: 'static, R, $($param, $error),*> MethodMut<T> for &(dyn Fn(&mut T, $($param),*) -> R) where Return: From<R>, $($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<T: 'static, R, RE, $($param, $error),*> MethodMut<T> for &(dyn Fn(&mut T, $($param),*) -> Result<R, RE>) 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<R, $($param, $error),*> Function for &(dyn Fn($($param),*) -> R) where Return: From<R>, $($param: TryFrom<Parameter, Error =...
[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:26:56
[INFO] [stderr]    |
[INFO] [stderr] 26 |         impl<R, RE, $($param, $error),*> Function for &(dyn Fn($($param),*) -> Result<R, RE>) where Return: From<R>, String: From<RE>, $(...
[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<R, $($param, $error),*> Function for &(dyn Fn($($param),*) -> R) where Return: From<R>, $($param: TryFrom<Parameter, Error =...
[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:26:56
[INFO] [stderr]    |
[INFO] [stderr] 26 |         impl<R, RE, $($param, $error),*> Function for &(dyn Fn($($param),*) -> Result<R, RE>) where Return: From<R>, String: From<RE>, $(...
[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<R, $($param, $error),*> Function for &(dyn Fn($($param),*) -> R) where Return: From<R>, $($param: TryFrom<Parameter, Error =...
[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:26:56
[INFO] [stderr]    |
[INFO] [stderr] 26 |         impl<R, RE, $($param, $error),*> Function for &(dyn Fn($($param),*) -> Result<R, RE>) where Return: From<R>, String: From<RE>, $(...
[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<R, $($param, $error),*> Function for &(dyn Fn($($param),*) -> R) where Return: From<R>, $($param: TryFrom<Parameter, Error =...
[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:26:56
[INFO] [stderr]    |
[INFO] [stderr] 26 |         impl<R, RE, $($param, $error),*> Function for &(dyn Fn($($param),*) -> Result<R, RE>) where Return: From<R>, String: From<RE>, $(...
[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<R, $($param, $error),*> Function for &(dyn Fn($($param),*) -> R) where Return: From<R>, $($param: TryFrom<Parameter, Error =...
[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: unnecessary parentheses around type
[INFO] [stderr]   --> src/path.rs:26:56
[INFO] [stderr]    |
[INFO] [stderr] 26 |         impl<R, RE, $($param, $error),*> Function for &(dyn Fn($($param),*) -> Result<R, RE>) where Return: From<R>, String: From<RE>, $(...
[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
[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.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/const_gen_proc_macro-25ea98431e334162)
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests const_gen_proc_macro
[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] warning: unnecessary parentheses around type
[INFO] [stderr]   --> src/object_type.rs:21:65
[INFO] [stderr]    |
[INFO] [stderr] 21 |         impl<T: 'static, R, $($param, $error),*> Method<T> for &(dyn Fn(&T, $($param),*) -> R) where Return: From<R>, $($param: TryFrom<P...
[INFO] [stderr]    |                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 71 | make_impl!(0,);
[INFO] [stderr]    | -------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_parens)]` on by default
[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:33:69
[INFO] [stderr]    |
[INFO] [stderr] 33 |         impl<T: 'static, R, RE, $($param, $error),*> Method<T> for &(dyn Fn(&T, $($param),*) -> Result<R, RE>) where Return: From<R>, 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<T: 'static, R, $($param, $error),*> MethodMut<T> for &(dyn Fn(&mut T, $($param),*) -> R) where Return: From<R>, $($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<T: 'static, R, RE, $($param, $error),*> MethodMut<T> for &(dyn Fn(&mut T, $($param),*) -> Result<R, RE>) 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<T: 'static, R, $($param, $error),*> Method<T> for &(dyn Fn(&T, $($param),*) -> R) where Return: From<R>, $($param: TryFrom<P...
[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:33:69
[INFO] [stderr]    |
[INFO] [stderr] 33 |         impl<T: 'static, R, RE, $($param, $error),*> Method<T> for &(dyn Fn(&T, $($param),*) -> Result<R, RE>) where Return: From<R>, 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<T: 'static, R, $($param, $error),*> MethodMut<T> for &(dyn Fn(&mut T, $($param),*) -> R) where Return: From<R>, $($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<T: 'static, R, RE, $($param, $error),*> MethodMut<T> for &(dyn Fn(&mut T, $($param),*) -> Result<R, RE>) 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<T: 'static, R, $($param, $error),*> Method<T> for &(dyn Fn(&T, $($param),*) -> R) where Return: From<R>, $($param: TryFrom<P...
[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:33:69
[INFO] [stderr]    |
[INFO] [stderr] 33 |         impl<T: 'static, R, RE, $($param, $error),*> Method<T> for &(dyn Fn(&T, $($param),*) -> Result<R, RE>) where Return: From<R>, 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<T: 'static, R, $($param, $error),*> MethodMut<T> for &(dyn Fn(&mut T, $($param),*) -> R) where Return: From<R>, $($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<T: 'static, R, RE, $($param, $error),*> MethodMut<T> for &(dyn Fn(&mut T, $($param),*) -> Result<R, RE>) 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<T: 'static, R, $($param, $error),*> Method<T> for &(dyn Fn(&T, $($param),*) -> R) where Return: From<R>, $($param: TryFrom<P...
[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:33:69
[INFO] [stderr]    |
[INFO] [stderr] 33 |         impl<T: 'static, R, RE, $($param, $error),*> Method<T> for &(dyn Fn(&T, $($param),*) -> Result<R, RE>) where Return: From<R>, 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<T: 'static, R, $($param, $error),*> MethodMut<T> for &(dyn Fn(&mut T, $($param),*) -> R) where Return: From<R>, $($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<T: 'static, R, RE, $($param, $error),*> MethodMut<T> for &(dyn Fn(&mut T, $($param),*) -> Result<R, RE>) 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<T: 'static, R, $($param, $error),*> Method<T> for &(dyn Fn(&T, $($param),*) -> R) where Return: From<R>, $($param: TryFrom<P...
[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:33:69
[INFO] [stderr]    |
[INFO] [stderr] 33 |         impl<T: 'static, R, RE, $($param, $error),*> Method<T> for &(dyn Fn(&T, $($param),*) -> Result<R, RE>) where Return: From<R>, 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<T: 'static, R, $($param, $error),*> MethodMut<T> for &(dyn Fn(&mut T, $($param),*) -> R) where Return: From<R>, $($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<T: 'static, R, RE, $($param, $error),*> MethodMut<T> for &(dyn Fn(&mut T, $($param),*) -> Result<R, RE>) 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<R, $($param, $error),*> Function for &(dyn Fn($($param),*) -> R) where Return: From<R>, $($param: TryFrom<Parameter, Error =...
[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:26:56
[INFO] [stderr]    |
[INFO] [stderr] 26 |         impl<R, RE, $($param, $error),*> Function for &(dyn Fn($($param),*) -> Result<R, RE>) where Return: From<R>, String: From<RE>, $(...
[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<R, $($param, $error),*> Function for &(dyn Fn($($param),*) -> R) where Return: From<R>, $($param: TryFrom<Parameter, Error =...
[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:26:56
[INFO] [stderr]    |
[INFO] [stderr] 26 |         impl<R, RE, $($param, $error),*> Function for &(dyn Fn($($param),*) -> Result<R, RE>) where Return: From<R>, String: From<RE>, $(...
[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<R, $($param, $error),*> Function for &(dyn Fn($($param),*) -> R) where Return: From<R>, $($param: TryFrom<Parameter, Error =...
[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:26:56
[INFO] [stderr]    |
[INFO] [stderr] 26 |         impl<R, RE, $($param, $error),*> Function for &(dyn Fn($($param),*) -> Result<R, RE>) where Return: From<R>, String: From<RE>, $(...
[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<R, $($param, $error),*> Function for &(dyn Fn($($param),*) -> R) where Return: From<R>, $($param: TryFrom<Parameter, Error =...
[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:26:56
[INFO] [stderr]    |
[INFO] [stderr] 26 |         impl<R, RE, $($param, $error),*> Function for &(dyn Fn($($param),*) -> Result<R, RE>) where Return: From<R>, String: From<RE>, $(...
[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<R, $($param, $error),*> Function for &(dyn Fn($($param),*) -> R) where Return: From<R>, $($param: TryFrom<Parameter, Error =...
[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: unnecessary parentheses around type
[INFO] [stderr]   --> src/path.rs:26:56
[INFO] [stderr]    |
[INFO] [stderr] 26 |         impl<R, RE, $($param, $error),*> Function for &(dyn Fn($($param),*) -> Result<R, RE>) where Return: From<R>, String: From<RE>, $(...
[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" "95c936e53dc8602870070c16eeffefce9825d99ee8d31dfbab7645909f07dbca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "95c936e53dc8602870070c16eeffefce9825d99ee8d31dfbab7645909f07dbca", kill_on_drop: false }`
[INFO] [stdout] 95c936e53dc8602870070c16eeffefce9825d99ee8d31dfbab7645909f07dbca
