[INFO] fetching crate stackbox 0.2.2... [INFO] checking stackbox-0.2.2 against try#c659ee110de67e82444e4b6c8407c1a9af9c2cf6 for pr-145608-1 [INFO] extracting crate stackbox 0.2.2 into /workspace/builds/worker-2-tc2/source [INFO] removed /workspace/builds/worker-2-tc2/source/.cargo/config.toml [INFO] removed /workspace/builds/worker-2-tc2/source/rust-toolchain [INFO] started tweaking crates.io crate stackbox 0.2.2 [INFO] finished tweaking crates.io crate stackbox 0.2.2 [INFO] tweaked toml for crates.io crate stackbox 0.2.2 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate stackbox 0.2.2 on toolchain c659ee110de67e82444e4b6c8407c1a9af9c2cf6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "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" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 10 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f801a9064d2395e4f91c96e01eeca405c133d00f10c75546e281f5d6fa6f5407 [INFO] running `Command { std: "docker" "start" "-a" "f801a9064d2395e4f91c96e01eeca405c133d00f10c75546e281f5d6fa6f5407", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f801a9064d2395e4f91c96e01eeca405c133d00f10c75546e281f5d6fa6f5407", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f801a9064d2395e4f91c96e01eeca405c133d00f10c75546e281f5d6fa6f5407", kill_on_drop: false }` [INFO] [stdout] f801a9064d2395e4f91c96e01eeca405c133d00f10c75546e281f5d6fa6f5407 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 98ae4cb8dfa1cdea21478ce7813cd0158988ae3a2417d8cac830ff225479e47b [INFO] running `Command { std: "docker" "start" "-a" "98ae4cb8dfa1cdea21478ce7813cd0158988ae3a2417d8cac830ff225479e47b", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking stackbox v0.2.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/dyn_traits/any.rs:203:21 [INFO] [stdout] | [INFO] [stdout] 192 | / pub [INFO] [stdout] 193 | | fn as_Any (self: &'_ Self) -> &'_ (dyn Any + 'static) [INFO] [stdout] | |_____________________________________________________________- move the `impl` block outside of this method `as_Any` [INFO] [stdout] 194 | { [INFO] [stdout] 195 | / derive_AsRef_for_auto_trait_combination! { [INFO] [stdout] 196 | | (), (Sync), // (Send), (Send + Sync), /* These should not be required */ [INFO] [stdout] 197 | | } macro_rules! derive_AsRef_for_auto_trait_combination {( [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 203 | / impl<'frame, AutoTraits : ?Sized + T::Sendness + T::Syncness> [INFO] [stdout] 204 | | AsRef [INFO] [stdout] | | ----- --- `Any` is not local [INFO] [stdout] | | | [INFO] [stdout] | | `AsRef` is not local [INFO] [stdout] 205 | | for [INFO] [stdout] 206 | | StackBoxDynAny<'frame, AutoTraits> [INFO] [stdout] | |_________________________--------------___________________^ [INFO] [stdout] | | [INFO] [stdout] | `StackBoxDynAny` is not local [INFO] [stdout] | [INFO] [stdout] = note: the macro `derive_AsRef_for_auto_trait_combination` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: `#[warn(non_local_definitions)]` on by default [INFO] [stdout] = note: this warning originates in the macro `derive_AsRef_for_auto_trait_combination` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/dyn_traits/any.rs:203:21 [INFO] [stdout] | [INFO] [stdout] 192 | / pub [INFO] [stdout] 193 | | fn as_Any (self: &'_ Self) -> &'_ (dyn Any + 'static) [INFO] [stdout] | |_____________________________________________________________- move the `impl` block outside of this method `as_Any` [INFO] [stdout] 194 | { [INFO] [stdout] 195 | / derive_AsRef_for_auto_trait_combination! { [INFO] [stdout] 196 | | (), (Sync), // (Send), (Send + Sync), /* These should not be required */ [INFO] [stdout] | | ---- `Sync` is not local [INFO] [stdout] 197 | | } macro_rules! derive_AsRef_for_auto_trait_combination {( [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 203 | / impl<'frame, AutoTraits : ?Sized + T::Sendness + T::Syncness> [INFO] [stdout] 204 | | AsRef [INFO] [stdout] | | ----- --- `Any` is not local [INFO] [stdout] | | | [INFO] [stdout] | | `AsRef` is not local [INFO] [stdout] 205 | | for [INFO] [stdout] 206 | | StackBoxDynAny<'frame, AutoTraits> [INFO] [stdout] | |_________________________--------------___________________^ [INFO] [stdout] | | [INFO] [stdout] | `StackBoxDynAny` is not local [INFO] [stdout] | [INFO] [stdout] = note: the macro `derive_AsRef_for_auto_trait_combination` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: this warning originates in the macro `derive_AsRef_for_auto_trait_combination` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/dyn_traits/any.rs:240:21 [INFO] [stdout] | [INFO] [stdout] 229 | / pub [INFO] [stdout] 230 | | fn as_Any_mut (self: &'_ mut Self) -> &'_ mut (dyn Any + 'static) [INFO] [stdout] | |_________________________________________________________________________- move the `impl` block outside of this method `as_Any_mut` [INFO] [stdout] 231 | { [INFO] [stdout] 232 | / derive_AsMut_for_auto_trait_combination! { [INFO] [stdout] 233 | | (), (Send), (Sync), (Send + Sync) [INFO] [stdout] 234 | | } macro_rules! derive_AsMut_for_auto_trait_combination {( [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 240 | / impl<'frame, AutoTraits : ?Sized + T::Sendness + T::Syncness> [INFO] [stdout] 241 | | AsMut [INFO] [stdout] | | ----- --- `Any` is not local [INFO] [stdout] | | | [INFO] [stdout] | | `AsMut` is not local [INFO] [stdout] 242 | | for [INFO] [stdout] 243 | | StackBoxDynAny<'frame, AutoTraits> [INFO] [stdout] | |_________________________--------------___________________^ [INFO] [stdout] | | [INFO] [stdout] | `StackBoxDynAny` is not local [INFO] [stdout] | [INFO] [stdout] = note: the macro `derive_AsMut_for_auto_trait_combination` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: this warning originates in the macro `derive_AsMut_for_auto_trait_combination` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/dyn_traits/any.rs:240:21 [INFO] [stdout] | [INFO] [stdout] 229 | / pub [INFO] [stdout] 230 | | fn as_Any_mut (self: &'_ mut Self) -> &'_ mut (dyn Any + 'static) [INFO] [stdout] | |_________________________________________________________________________- move the `impl` block outside of this method `as_Any_mut` [INFO] [stdout] 231 | { [INFO] [stdout] 232 | / derive_AsMut_for_auto_trait_combination! { [INFO] [stdout] 233 | | (), (Send), (Sync), (Send + Sync) [INFO] [stdout] | | ---- `Send` is not local [INFO] [stdout] 234 | | } macro_rules! derive_AsMut_for_auto_trait_combination {( [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 240 | / impl<'frame, AutoTraits : ?Sized + T::Sendness + T::Syncness> [INFO] [stdout] 241 | | AsMut [INFO] [stdout] | | ----- --- `Any` is not local [INFO] [stdout] | | | [INFO] [stdout] | | `AsMut` is not local [INFO] [stdout] 242 | | for [INFO] [stdout] 243 | | StackBoxDynAny<'frame, AutoTraits> [INFO] [stdout] | |_________________________--------------___________________^ [INFO] [stdout] | | [INFO] [stdout] | `StackBoxDynAny` is not local [INFO] [stdout] | [INFO] [stdout] = note: the macro `derive_AsMut_for_auto_trait_combination` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: this warning originates in the macro `derive_AsMut_for_auto_trait_combination` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/dyn_traits/any.rs:240:21 [INFO] [stdout] | [INFO] [stdout] 229 | / pub [INFO] [stdout] 230 | | fn as_Any_mut (self: &'_ mut Self) -> &'_ mut (dyn Any + 'static) [INFO] [stdout] | |_________________________________________________________________________- move the `impl` block outside of this method `as_Any_mut` [INFO] [stdout] 231 | { [INFO] [stdout] 232 | / derive_AsMut_for_auto_trait_combination! { [INFO] [stdout] 233 | | (), (Send), (Sync), (Send + Sync) [INFO] [stdout] | | ---- `Sync` is not local [INFO] [stdout] 234 | | } macro_rules! derive_AsMut_for_auto_trait_combination {( [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 240 | / impl<'frame, AutoTraits : ?Sized + T::Sendness + T::Syncness> [INFO] [stdout] 241 | | AsMut [INFO] [stdout] | | ----- --- `Any` is not local [INFO] [stdout] | | | [INFO] [stdout] | | `AsMut` is not local [INFO] [stdout] 242 | | for [INFO] [stdout] 243 | | StackBoxDynAny<'frame, AutoTraits> [INFO] [stdout] | |_________________________--------------___________________^ [INFO] [stdout] | | [INFO] [stdout] | `StackBoxDynAny` is not local [INFO] [stdout] | [INFO] [stdout] = note: the macro `derive_AsMut_for_auto_trait_combination` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: this warning originates in the macro `derive_AsMut_for_auto_trait_combination` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/dyn_traits/any.rs:240:21 [INFO] [stdout] | [INFO] [stdout] 229 | / pub [INFO] [stdout] 230 | | fn as_Any_mut (self: &'_ mut Self) -> &'_ mut (dyn Any + 'static) [INFO] [stdout] | |_________________________________________________________________________- move the `impl` block outside of this method `as_Any_mut` [INFO] [stdout] 231 | { [INFO] [stdout] 232 | / derive_AsMut_for_auto_trait_combination! { [INFO] [stdout] 233 | | (), (Send), (Sync), (Send + Sync) [INFO] [stdout] | | ---- ---- `Sync` is not local [INFO] [stdout] | | | [INFO] [stdout] | | `Send` is not local [INFO] [stdout] 234 | | } macro_rules! derive_AsMut_for_auto_trait_combination {( [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 240 | / impl<'frame, AutoTraits : ?Sized + T::Sendness + T::Syncness> [INFO] [stdout] 241 | | AsMut [INFO] [stdout] | | ----- --- `Any` is not local [INFO] [stdout] | | | [INFO] [stdout] | | `AsMut` is not local [INFO] [stdout] 242 | | for [INFO] [stdout] 243 | | StackBoxDynAny<'frame, AutoTraits> [INFO] [stdout] | |_________________________--------------___________________^ [INFO] [stdout] | | [INFO] [stdout] | `StackBoxDynAny` is not local [INFO] [stdout] | [INFO] [stdout] = note: the macro `derive_AsMut_for_auto_trait_combination` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: this warning originates in the macro `derive_AsMut_for_auto_trait_combination` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling func_wrap v0.1.3 [INFO] [stderr] Compiling with_locals-proc_macros v0.3.3 [INFO] [stderr] Checking with_locals v0.3.3 [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/dyn_traits/any.rs:203:21 [INFO] [stdout] | [INFO] [stdout] 192 | / pub [INFO] [stdout] 193 | | fn as_Any (self: &'_ Self) -> &'_ (dyn Any + 'static) [INFO] [stdout] | |_____________________________________________________________- move the `impl` block outside of this method `as_Any` [INFO] [stdout] 194 | { [INFO] [stdout] 195 | / derive_AsRef_for_auto_trait_combination! { [INFO] [stdout] 196 | | (), (Sync), // (Send), (Send + Sync), /* These should not be required */ [INFO] [stdout] 197 | | } macro_rules! derive_AsRef_for_auto_trait_combination {( [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 203 | / impl<'frame, AutoTraits : ?Sized + T::Sendness + T::Syncness> [INFO] [stdout] 204 | | AsRef [INFO] [stdout] | | ----- --- `Any` is not local [INFO] [stdout] | | | [INFO] [stdout] | | `AsRef` is not local [INFO] [stdout] 205 | | for [INFO] [stdout] 206 | | StackBoxDynAny<'frame, AutoTraits> [INFO] [stdout] | |_________________________--------------___________________^ [INFO] [stdout] | | [INFO] [stdout] | `StackBoxDynAny` is not local [INFO] [stdout] | [INFO] [stdout] = note: the macro `derive_AsRef_for_auto_trait_combination` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: `#[warn(non_local_definitions)]` on by default [INFO] [stdout] = note: this warning originates in the macro `derive_AsRef_for_auto_trait_combination` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/dyn_traits/any.rs:203:21 [INFO] [stdout] | [INFO] [stdout] 192 | / pub [INFO] [stdout] 193 | | fn as_Any (self: &'_ Self) -> &'_ (dyn Any + 'static) [INFO] [stdout] | |_____________________________________________________________- move the `impl` block outside of this method `as_Any` [INFO] [stdout] 194 | { [INFO] [stdout] 195 | / derive_AsRef_for_auto_trait_combination! { [INFO] [stdout] 196 | | (), (Sync), // (Send), (Send + Sync), /* These should not be required */ [INFO] [stdout] | | ---- `Sync` is not local [INFO] [stdout] 197 | | } macro_rules! derive_AsRef_for_auto_trait_combination {( [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 203 | / impl<'frame, AutoTraits : ?Sized + T::Sendness + T::Syncness> [INFO] [stdout] 204 | | AsRef [INFO] [stdout] | | ----- --- `Any` is not local [INFO] [stdout] | | | [INFO] [stdout] | | `AsRef` is not local [INFO] [stdout] 205 | | for [INFO] [stdout] 206 | | StackBoxDynAny<'frame, AutoTraits> [INFO] [stdout] | |_________________________--------------___________________^ [INFO] [stdout] | | [INFO] [stdout] | `StackBoxDynAny` is not local [INFO] [stdout] | [INFO] [stdout] = note: the macro `derive_AsRef_for_auto_trait_combination` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: this warning originates in the macro `derive_AsRef_for_auto_trait_combination` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/dyn_traits/any.rs:240:21 [INFO] [stdout] | [INFO] [stdout] 229 | / pub [INFO] [stdout] 230 | | fn as_Any_mut (self: &'_ mut Self) -> &'_ mut (dyn Any + 'static) [INFO] [stdout] | |_________________________________________________________________________- move the `impl` block outside of this method `as_Any_mut` [INFO] [stdout] 231 | { [INFO] [stdout] 232 | / derive_AsMut_for_auto_trait_combination! { [INFO] [stdout] 233 | | (), (Send), (Sync), (Send + Sync) [INFO] [stdout] 234 | | } macro_rules! derive_AsMut_for_auto_trait_combination {( [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 240 | / impl<'frame, AutoTraits : ?Sized + T::Sendness + T::Syncness> [INFO] [stdout] 241 | | AsMut [INFO] [stdout] | | ----- --- `Any` is not local [INFO] [stdout] | | | [INFO] [stdout] | | `AsMut` is not local [INFO] [stdout] 242 | | for [INFO] [stdout] 243 | | StackBoxDynAny<'frame, AutoTraits> [INFO] [stdout] | |_________________________--------------___________________^ [INFO] [stdout] | | [INFO] [stdout] | `StackBoxDynAny` is not local [INFO] [stdout] | [INFO] [stdout] = note: the macro `derive_AsMut_for_auto_trait_combination` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: this warning originates in the macro `derive_AsMut_for_auto_trait_combination` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/dyn_traits/any.rs:240:21 [INFO] [stdout] | [INFO] [stdout] 229 | / pub [INFO] [stdout] 230 | | fn as_Any_mut (self: &'_ mut Self) -> &'_ mut (dyn Any + 'static) [INFO] [stdout] | |_________________________________________________________________________- move the `impl` block outside of this method `as_Any_mut` [INFO] [stdout] 231 | { [INFO] [stdout] 232 | / derive_AsMut_for_auto_trait_combination! { [INFO] [stdout] 233 | | (), (Send), (Sync), (Send + Sync) [INFO] [stdout] | | ---- `Send` is not local [INFO] [stdout] 234 | | } macro_rules! derive_AsMut_for_auto_trait_combination {( [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 240 | / impl<'frame, AutoTraits : ?Sized + T::Sendness + T::Syncness> [INFO] [stdout] 241 | | AsMut [INFO] [stdout] | | ----- --- `Any` is not local [INFO] [stdout] | | | [INFO] [stdout] | | `AsMut` is not local [INFO] [stdout] 242 | | for [INFO] [stdout] 243 | | StackBoxDynAny<'frame, AutoTraits> [INFO] [stdout] | |_________________________--------------___________________^ [INFO] [stdout] | | [INFO] [stdout] | `StackBoxDynAny` is not local [INFO] [stdout] | [INFO] [stdout] = note: the macro `derive_AsMut_for_auto_trait_combination` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: this warning originates in the macro `derive_AsMut_for_auto_trait_combination` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/dyn_traits/any.rs:240:21 [INFO] [stdout] | [INFO] [stdout] 229 | / pub [INFO] [stdout] 230 | | fn as_Any_mut (self: &'_ mut Self) -> &'_ mut (dyn Any + 'static) [INFO] [stdout] | |_________________________________________________________________________- move the `impl` block outside of this method `as_Any_mut` [INFO] [stdout] 231 | { [INFO] [stdout] 232 | / derive_AsMut_for_auto_trait_combination! { [INFO] [stdout] 233 | | (), (Send), (Sync), (Send + Sync) [INFO] [stdout] | | ---- `Sync` is not local [INFO] [stdout] 234 | | } macro_rules! derive_AsMut_for_auto_trait_combination {( [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 240 | / impl<'frame, AutoTraits : ?Sized + T::Sendness + T::Syncness> [INFO] [stdout] 241 | | AsMut [INFO] [stdout] | | ----- --- `Any` is not local [INFO] [stdout] | | | [INFO] [stdout] | | `AsMut` is not local [INFO] [stdout] 242 | | for [INFO] [stdout] 243 | | StackBoxDynAny<'frame, AutoTraits> [INFO] [stdout] | |_________________________--------------___________________^ [INFO] [stdout] | | [INFO] [stdout] | `StackBoxDynAny` is not local [INFO] [stdout] | [INFO] [stdout] = note: the macro `derive_AsMut_for_auto_trait_combination` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: this warning originates in the macro `derive_AsMut_for_auto_trait_combination` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/dyn_traits/any.rs:240:21 [INFO] [stdout] | [INFO] [stdout] 229 | / pub [INFO] [stdout] 230 | | fn as_Any_mut (self: &'_ mut Self) -> &'_ mut (dyn Any + 'static) [INFO] [stdout] | |_________________________________________________________________________- move the `impl` block outside of this method `as_Any_mut` [INFO] [stdout] 231 | { [INFO] [stdout] 232 | / derive_AsMut_for_auto_trait_combination! { [INFO] [stdout] 233 | | (), (Send), (Sync), (Send + Sync) [INFO] [stdout] | | ---- ---- `Sync` is not local [INFO] [stdout] | | | [INFO] [stdout] | | `Send` is not local [INFO] [stdout] 234 | | } macro_rules! derive_AsMut_for_auto_trait_combination {( [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 240 | / impl<'frame, AutoTraits : ?Sized + T::Sendness + T::Syncness> [INFO] [stdout] 241 | | AsMut [INFO] [stdout] | | ----- --- `Any` is not local [INFO] [stdout] | | | [INFO] [stdout] | | `AsMut` is not local [INFO] [stdout] 242 | | for [INFO] [stdout] 243 | | StackBoxDynAny<'frame, AutoTraits> [INFO] [stdout] | |_________________________--------------___________________^ [INFO] [stdout] | | [INFO] [stdout] | `StackBoxDynAny` is not local [INFO] [stdout] | [INFO] [stdout] = note: the macro `derive_AsMut_for_auto_trait_combination` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: this warning originates in the macro `derive_AsMut_for_auto_trait_combination` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.86s [INFO] running `Command { std: "docker" "inspect" "98ae4cb8dfa1cdea21478ce7813cd0158988ae3a2417d8cac830ff225479e47b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "98ae4cb8dfa1cdea21478ce7813cd0158988ae3a2417d8cac830ff225479e47b", kill_on_drop: false }` [INFO] [stdout] 98ae4cb8dfa1cdea21478ce7813cd0158988ae3a2417d8cac830ff225479e47b