[INFO] fetching crate const_gen_proc_macro 0.1.1...
[INFO] testing const_gen_proc_macro-0.1.1 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate const_gen_proc_macro 0.1.1 into /workspace/builds/worker-1-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-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate const_gen_proc_macro 0.1.1 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] da09b6e3266429068ec21921d8b549e43e70c2dc3098469edf383d25f366de22
[INFO] running `Command { std: "docker" "start" "-a" "da09b6e3266429068ec21921d8b549e43e70c2dc3098469edf383d25f366de22", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "da09b6e3266429068ec21921d8b549e43e70c2dc3098469edf383d25f366de22", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "da09b6e3266429068ec21921d8b549e43e70c2dc3098469edf383d25f366de22", kill_on_drop: false }`
[INFO] [stdout] da09b6e3266429068ec21921d8b549e43e70c2dc3098469edf383d25f366de22
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3abe419848dc664c9e3c058409d06c341540e7abe4452e9a037c59bc3d0b6e03
[INFO] running `Command { std: "docker" "start" "-a" "3abe419848dc664c9e3c058409d06c341540e7abe4452e9a037c59bc3d0b6e03", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.110
[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: TryF...
[INFO] [stdout]    |                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 | make_impl!(0,);
[INFO] [stdout]    | -------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) 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>...
[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>, $($para...
[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: ...
[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: TryF...
[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>...
[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>, $($para...
[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: ...
[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: TryF...
[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>...
[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>, $($para...
[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: ...
[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: TryF...
[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>...
[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>, $($para...
[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: ...
[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: TryF...
[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>...
[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>, $($para...
[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: ...
[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, Er...
[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, Er...
[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, Er...
[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, Er...
[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, Er...
[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 5.40s
[INFO] running `Command { std: "docker" "inspect" "3abe419848dc664c9e3c058409d06c341540e7abe4452e9a037c59bc3d0b6e03", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3abe419848dc664c9e3c058409d06c341540e7abe4452e9a037c59bc3d0b6e03", kill_on_drop: false }`
[INFO] [stdout] 3abe419848dc664c9e3c058409d06c341540e7abe4452e9a037c59bc3d0b6e03
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 714386f6b7681e9cd059e6d5e3d8eca9c5c33ccda3f644037e9efb1a4d8eee63
[INFO] running `Command { std: "docker" "start" "-a" "714386f6b7681e9cd059e6d5e3d8eca9c5c33ccda3f644037e9efb1a4d8eee63", 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: TryF...
[INFO] [stdout]    |                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 | make_impl!(0,);
[INFO] [stdout]    | -------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) 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>...
[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>, $($para...
[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: ...
[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: TryF...
[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>...
[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>, $($para...
[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: ...
[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: TryF...
[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>...
[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>, $($para...
[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: ...
[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: TryF...
[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>...
[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>, $($para...
[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: ...
[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: TryF...
[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>...
[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>, $($para...
[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: ...
[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, Er...
[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, Er...
[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, Er...
[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] [stderr]    Compiling const_gen_proc_macro v0.1.1 (/opt/rustwide/workdir)
[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, Er...
[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, Er...
[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] [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: TryF...
[INFO] [stdout]    |                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 | make_impl!(0,);
[INFO] [stdout]    | -------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) 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>...
[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>, $($para...
[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: ...
[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: TryF...
[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>...
[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>, $($para...
[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: ...
[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: TryF...
[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>...
[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>, $($para...
[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: ...
[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: TryF...
[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>...
[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>, $($para...
[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: ...
[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: TryF...
[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>...
[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>, $($para...
[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: ...
[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, Er...
[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, Er...
[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, Er...
[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, Er...
[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, Er...
[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.73s
[INFO] running `Command { std: "docker" "inspect" "714386f6b7681e9cd059e6d5e3d8eca9c5c33ccda3f644037e9efb1a4d8eee63", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "714386f6b7681e9cd059e6d5e3d8eca9c5c33ccda3f644037e9efb1a4d8eee63", kill_on_drop: false }`
[INFO] [stdout] 714386f6b7681e9cd059e6d5e3d8eca9c5c33ccda3f644037e9efb1a4d8eee63
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] be2fdead9985454e52ec5dcce601950bfb9ddef3252a3cbc4a26d1e646f80c2b
[INFO] running `Command { std: "docker" "start" "-a" "be2fdead9985454e52ec5dcce601950bfb9ddef3252a3cbc4a26d1e646f80c2b", 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: TryF...
[INFO] [stderr]    |                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 71 | make_impl!(0,);
[INFO] [stderr]    | -------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) 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>...
[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>, $($para...
[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: ...
[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: TryF...
[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>...
[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>, $($para...
[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: ...
[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: TryF...
[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>...
[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>, $($para...
[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: ...
[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: TryF...
[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>...
[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>, $($para...
[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: ...
[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: TryF...
[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>...
[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>, $($para...
[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: ...
[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, Er...
[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, Er...
[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, Er...
[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, Er...
[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, Er...
[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 (run `cargo fix --lib -p const_gen_proc_macro` to apply 2 suggestions)
[INFO] [stderr] warning: `const_gen_proc_macro` (lib test) generated 32 warnings (32 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/const_gen_proc_macro-a8713a7cb4aab4a2)
[INFO] [stderr]    Doc-tests const_gen_proc_macro
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr] 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: TryF...
[INFO] [stderr]    |                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 71 | make_impl!(0,);
[INFO] [stderr]    | -------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) 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>...
[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>, $($para...
[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: ...
[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: TryF...
[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>...
[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>, $($para...
[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: ...
[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: TryF...
[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>...
[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>, $($para...
[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: ...
[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: TryF...
[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>...
[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>, $($para...
[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: ...
[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: TryF...
[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>...
[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>, $($para...
[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: ...
[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, Er...
[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, Er...
[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, Er...
[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, Er...
[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, Er...
[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" "be2fdead9985454e52ec5dcce601950bfb9ddef3252a3cbc4a26d1e646f80c2b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "be2fdead9985454e52ec5dcce601950bfb9ddef3252a3cbc4a26d1e646f80c2b", kill_on_drop: false }`
[INFO] [stdout] be2fdead9985454e52ec5dcce601950bfb9ddef3252a3cbc4a26d1e646f80c2b
