[INFO] fetching crate gc-sequence 0.2.2... [INFO] testing gc-sequence-0.2.2 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate gc-sequence 0.2.2 into /workspace/builds/worker-5-tc2/source [INFO] started tweaking crates.io crate gc-sequence 0.2.2 [INFO] finished tweaking crates.io crate gc-sequence 0.2.2 [INFO] tweaked toml for crates.io crate gc-sequence 0.2.2 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate gc-sequence 0.2.2 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "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" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 8 packages to latest compatible versions [INFO] [stderr] Adding gc-arena v0.2.2 (available: v0.5.3) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d8b45465e3e4736bdfc7cb6c1a9c2c6149cfacc8517d8c37e122e74a173a5668 [INFO] running `Command { std: "docker" "start" "-a" "d8b45465e3e4736bdfc7cb6c1a9c2c6149cfacc8517d8c37e122e74a173a5668", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d8b45465e3e4736bdfc7cb6c1a9c2c6149cfacc8517d8c37e122e74a173a5668", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d8b45465e3e4736bdfc7cb6c1a9c2c6149cfacc8517d8c37e122e74a173a5668", kill_on_drop: false }` [INFO] [stdout] d8b45465e3e4736bdfc7cb6c1a9c2c6149cfacc8517d8c37e122e74a173a5668 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ab586584f55bdf96eb03113463d4837c5529e8d538e76720898b25ad21f559fc [INFO] running `Command { std: "docker" "start" "-a" "ab586584f55bdf96eb03113463d4837c5529e8d538e76720898b25ad21f559fc", kill_on_drop: false }` [INFO] [stderr] Compiling quote v1.0.41 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Compiling gc-arena-derive v0.2.2 [INFO] [stderr] Compiling gc-arena v0.2.2 [INFO] [stderr] Compiling gc-sequence 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/and_then.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `Collect` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_AndThen` [INFO] [stdout] 7 | #[collect(no_drop)] [INFO] [stdout] 8 | pub enum AndThen { [INFO] [stdout] | ------- `AndThen` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: `#[warn(non_local_definitions)]` on by default [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/and_then.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `MustNotImplDrop` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_AndThen` [INFO] [stdout] 7 | #[collect(no_drop)] [INFO] [stdout] 8 | pub enum AndThen { [INFO] [stdout] | ------- `AndThen` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/and_then.rs:49:17 [INFO] [stdout] | [INFO] [stdout] 49 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `Collect` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_AndThenWith` [INFO] [stdout] 50 | #[collect(no_drop)] [INFO] [stdout] 51 | pub enum AndThenWith { [INFO] [stdout] | ----------- `AndThenWith` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/and_then.rs:49:17 [INFO] [stdout] | [INFO] [stdout] 49 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `MustNotImplDrop` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_AndThenWith` [INFO] [stdout] 50 | #[collect(no_drop)] [INFO] [stdout] 51 | pub enum AndThenWith { [INFO] [stdout] | ----------- `AndThenWith` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/done.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `Collect` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_Done` [INFO] [stdout] 7 | #[collect(no_drop)] [INFO] [stdout] 8 | pub struct Done(Option); [INFO] [stdout] | ---- `Done` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/done.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `MustNotImplDrop` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_Done` [INFO] [stdout] 7 | #[collect(no_drop)] [INFO] [stdout] 8 | pub struct Done(Option); [INFO] [stdout] | ---- `Done` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/flatten.rs:6:10 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `Collect` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_Flatten` [INFO] [stdout] 7 | #[collect(no_drop)] [INFO] [stdout] 8 | pub enum Flatten<'gc, S> [INFO] [stdout] | ------- `Flatten` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/flatten.rs:6:10 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `MustNotImplDrop` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_Flatten` [INFO] [stdout] 7 | #[collect(no_drop)] [INFO] [stdout] 8 | pub enum Flatten<'gc, S> [INFO] [stdout] | ------- `Flatten` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/flatten_result.rs:6:10 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `Collect` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_FlattenOk` [INFO] [stdout] 7 | #[collect(no_drop)] [INFO] [stdout] 8 | pub enum FlattenOk { [INFO] [stdout] | --------- `FlattenOk` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/flatten_result.rs:6:10 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `MustNotImplDrop` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_FlattenOk` [INFO] [stdout] 7 | #[collect(no_drop)] [INFO] [stdout] 8 | pub enum FlattenOk { [INFO] [stdout] | --------- `FlattenOk` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/map.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `Collect` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_Map` [INFO] [stdout] 7 | #[collect(no_drop)] [INFO] [stdout] 8 | pub struct Map(S, Option>); [INFO] [stdout] | --- `Map` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/map.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `MustNotImplDrop` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_Map` [INFO] [stdout] 7 | #[collect(no_drop)] [INFO] [stdout] 8 | pub struct Map(S, Option>); [INFO] [stdout] | --- `Map` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/map.rs:34:17 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `Collect` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_MapWith` [INFO] [stdout] 35 | #[collect(no_drop)] [INFO] [stdout] 36 | pub struct MapWith(S, Option<(C, StaticCollect)>); [INFO] [stdout] | ------- `MapWith` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/map.rs:34:17 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `MustNotImplDrop` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_MapWith` [INFO] [stdout] 35 | #[collect(no_drop)] [INFO] [stdout] 36 | pub struct MapWith(S, Option<(C, StaticCollect)>); [INFO] [stdout] | ------- `MapWith` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/map_result.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `Collect` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_MapOk` [INFO] [stdout] 7 | #[collect(no_drop)] [INFO] [stdout] 8 | pub struct MapOk(S, Option>); [INFO] [stdout] | ----- `MapOk` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/map_result.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `MustNotImplDrop` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_MapOk` [INFO] [stdout] 7 | #[collect(no_drop)] [INFO] [stdout] 8 | pub struct MapOk(S, Option>); [INFO] [stdout] | ----- `MapOk` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/map_result.rs:37:17 [INFO] [stdout] | [INFO] [stdout] 37 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `Collect` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_MapOkWith` [INFO] [stdout] 38 | #[collect(no_drop)] [INFO] [stdout] 39 | pub struct MapOkWith(S, Option<(C, StaticCollect)>); [INFO] [stdout] | --------- `MapOkWith` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/map_result.rs:37:17 [INFO] [stdout] | [INFO] [stdout] 37 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `MustNotImplDrop` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_MapOkWith` [INFO] [stdout] 38 | #[collect(no_drop)] [INFO] [stdout] 39 | pub struct MapOkWith(S, Option<(C, StaticCollect)>); [INFO] [stdout] | --------- `MapOkWith` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/map_result.rs:68:17 [INFO] [stdout] | [INFO] [stdout] 68 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `Collect` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_MapError` [INFO] [stdout] 69 | #[collect(no_drop)] [INFO] [stdout] 70 | pub struct MapError(S, Option>); [INFO] [stdout] | -------- `MapError` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/map_result.rs:68:17 [INFO] [stdout] | [INFO] [stdout] 68 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `MustNotImplDrop` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_MapError` [INFO] [stdout] 69 | #[collect(no_drop)] [INFO] [stdout] 70 | pub struct MapError(S, Option>); [INFO] [stdout] | -------- `MapError` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/sequence_fn.rs:13:17 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `Collect` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_SequenceFn` [INFO] [stdout] 14 | #[collect(no_drop)] [INFO] [stdout] 15 | pub struct SequenceFn(Option>); [INFO] [stdout] | ---------- `SequenceFn` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/sequence_fn.rs:13:17 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `MustNotImplDrop` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_SequenceFn` [INFO] [stdout] 14 | #[collect(no_drop)] [INFO] [stdout] 15 | pub struct SequenceFn(Option>); [INFO] [stdout] | ---------- `SequenceFn` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/sequence_fn.rs:45:17 [INFO] [stdout] | [INFO] [stdout] 45 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `Collect` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_SequenceFnWith` [INFO] [stdout] 46 | #[collect(no_drop)] [INFO] [stdout] 47 | pub struct SequenceFnWith(Option<(C, StaticCollect)>); [INFO] [stdout] | -------------- `SequenceFnWith` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/sequence_fn.rs:45:17 [INFO] [stdout] | [INFO] [stdout] 45 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `MustNotImplDrop` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_SequenceFnWith` [INFO] [stdout] 46 | #[collect(no_drop)] [INFO] [stdout] 47 | pub struct SequenceFnWith(Option<(C, StaticCollect)>); [INFO] [stdout] | -------------- `SequenceFnWith` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/then.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `Collect` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_Then` [INFO] [stdout] 7 | #[collect(no_drop)] [INFO] [stdout] 8 | pub enum Then<'gc, S, F> [INFO] [stdout] | ---- `Then` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/then.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `MustNotImplDrop` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_Then` [INFO] [stdout] 7 | #[collect(no_drop)] [INFO] [stdout] 8 | pub enum Then<'gc, S, F> [INFO] [stdout] | ---- `Then` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/then.rs:51:17 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `Collect` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_ThenWith` [INFO] [stdout] 52 | #[collect(no_drop)] [INFO] [stdout] 53 | pub enum ThenWith<'gc, S, C, F> [INFO] [stdout] | -------- `ThenWith` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/then.rs:51:17 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `MustNotImplDrop` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_ThenWith` [INFO] [stdout] 52 | #[collect(no_drop)] [INFO] [stdout] 53 | pub enum ThenWith<'gc, S, C, F> [INFO] [stdout] | -------- `ThenWith` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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 5.98s [INFO] running `Command { std: "docker" "inspect" "ab586584f55bdf96eb03113463d4837c5529e8d538e76720898b25ad21f559fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab586584f55bdf96eb03113463d4837c5529e8d538e76720898b25ad21f559fc", kill_on_drop: false }` [INFO] [stdout] ab586584f55bdf96eb03113463d4837c5529e8d538e76720898b25ad21f559fc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d3db6b743f98026d41434abdf9d1f5054595297cf904bfc3622b52cbfd90f50a [INFO] running `Command { std: "docker" "start" "-a" "d3db6b743f98026d41434abdf9d1f5054595297cf904bfc3622b52cbfd90f50a", kill_on_drop: false }` [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/and_then.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `Collect` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_AndThen` [INFO] [stdout] 7 | #[collect(no_drop)] [INFO] [stdout] 8 | pub enum AndThen { [INFO] [stdout] | ------- `AndThen` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: `#[warn(non_local_definitions)]` on by default [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/and_then.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `MustNotImplDrop` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_AndThen` [INFO] [stdout] 7 | #[collect(no_drop)] [INFO] [stdout] 8 | pub enum AndThen { [INFO] [stdout] | ------- `AndThen` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/and_then.rs:49:17 [INFO] [stdout] | [INFO] [stdout] 49 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `Collect` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_AndThenWith` [INFO] [stdout] 50 | #[collect(no_drop)] [INFO] [stdout] 51 | pub enum AndThenWith { [INFO] [stdout] | ----------- `AndThenWith` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/and_then.rs:49:17 [INFO] [stdout] | [INFO] [stdout] 49 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `MustNotImplDrop` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_AndThenWith` [INFO] [stdout] 50 | #[collect(no_drop)] [INFO] [stdout] 51 | pub enum AndThenWith { [INFO] [stdout] | ----------- `AndThenWith` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/done.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `Collect` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_Done` [INFO] [stdout] 7 | #[collect(no_drop)] [INFO] [stdout] 8 | pub struct Done(Option); [INFO] [stdout] | ---- `Done` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/done.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `MustNotImplDrop` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_Done` [INFO] [stdout] 7 | #[collect(no_drop)] [INFO] [stdout] 8 | pub struct Done(Option); [INFO] [stdout] | ---- `Done` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/flatten.rs:6:10 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `Collect` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_Flatten` [INFO] [stdout] 7 | #[collect(no_drop)] [INFO] [stdout] 8 | pub enum Flatten<'gc, S> [INFO] [stdout] | ------- `Flatten` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/flatten.rs:6:10 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `MustNotImplDrop` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_Flatten` [INFO] [stdout] 7 | #[collect(no_drop)] [INFO] [stdout] 8 | pub enum Flatten<'gc, S> [INFO] [stdout] | ------- `Flatten` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/flatten_result.rs:6:10 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `Collect` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_FlattenOk` [INFO] [stdout] 7 | #[collect(no_drop)] [INFO] [stdout] 8 | pub enum FlattenOk { [INFO] [stdout] | --------- `FlattenOk` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/flatten_result.rs:6:10 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `MustNotImplDrop` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_FlattenOk` [INFO] [stdout] 7 | #[collect(no_drop)] [INFO] [stdout] 8 | pub enum FlattenOk { [INFO] [stdout] | --------- `FlattenOk` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/map.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `Collect` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_Map` [INFO] [stdout] 7 | #[collect(no_drop)] [INFO] [stdout] 8 | pub struct Map(S, Option>); [INFO] [stdout] | --- `Map` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/map.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `MustNotImplDrop` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_Map` [INFO] [stdout] 7 | #[collect(no_drop)] [INFO] [stdout] 8 | pub struct Map(S, Option>); [INFO] [stdout] | --- `Map` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/map.rs:34:17 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `Collect` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_MapWith` [INFO] [stdout] 35 | #[collect(no_drop)] [INFO] [stdout] 36 | pub struct MapWith(S, Option<(C, StaticCollect)>); [INFO] [stdout] | ------- `MapWith` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/map.rs:34:17 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `MustNotImplDrop` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_MapWith` [INFO] [stdout] 35 | #[collect(no_drop)] [INFO] [stdout] 36 | pub struct MapWith(S, Option<(C, StaticCollect)>); [INFO] [stdout] | ------- `MapWith` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/map_result.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `Collect` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_MapOk` [INFO] [stdout] 7 | #[collect(no_drop)] [INFO] [stdout] 8 | pub struct MapOk(S, Option>); [INFO] [stdout] | ----- `MapOk` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/map_result.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `MustNotImplDrop` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_MapOk` [INFO] [stdout] 7 | #[collect(no_drop)] [INFO] [stdout] 8 | pub struct MapOk(S, Option>); [INFO] [stdout] | ----- `MapOk` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/map_result.rs:37:17 [INFO] [stdout] | [INFO] [stdout] 37 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `Collect` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_MapOkWith` [INFO] [stdout] 38 | #[collect(no_drop)] [INFO] [stdout] 39 | pub struct MapOkWith(S, Option<(C, StaticCollect)>); [INFO] [stdout] | --------- `MapOkWith` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/map_result.rs:37:17 [INFO] [stdout] | [INFO] [stdout] 37 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `MustNotImplDrop` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_MapOkWith` [INFO] [stdout] 38 | #[collect(no_drop)] [INFO] [stdout] 39 | pub struct MapOkWith(S, Option<(C, StaticCollect)>); [INFO] [stdout] | --------- `MapOkWith` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/map_result.rs:68:17 [INFO] [stdout] | [INFO] [stdout] 68 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `Collect` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_MapError` [INFO] [stdout] 69 | #[collect(no_drop)] [INFO] [stdout] 70 | pub struct MapError(S, Option>); [INFO] [stdout] | -------- `MapError` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/map_result.rs:68:17 [INFO] [stdout] | [INFO] [stdout] 68 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `MustNotImplDrop` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_MapError` [INFO] [stdout] 69 | #[collect(no_drop)] [INFO] [stdout] 70 | pub struct MapError(S, Option>); [INFO] [stdout] | -------- `MapError` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/sequence_fn.rs:13:17 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `Collect` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_SequenceFn` [INFO] [stdout] 14 | #[collect(no_drop)] [INFO] [stdout] 15 | pub struct SequenceFn(Option>); [INFO] [stdout] | ---------- `SequenceFn` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/sequence_fn.rs:13:17 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `MustNotImplDrop` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_SequenceFn` [INFO] [stdout] 14 | #[collect(no_drop)] [INFO] [stdout] 15 | pub struct SequenceFn(Option>); [INFO] [stdout] | ---------- `SequenceFn` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/sequence_fn.rs:45:17 [INFO] [stdout] | [INFO] [stdout] 45 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `Collect` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_SequenceFnWith` [INFO] [stdout] 46 | #[collect(no_drop)] [INFO] [stdout] 47 | pub struct SequenceFnWith(Option<(C, StaticCollect)>); [INFO] [stdout] | -------------- `SequenceFnWith` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/sequence_fn.rs:45:17 [INFO] [stdout] | [INFO] [stdout] 45 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `MustNotImplDrop` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_SequenceFnWith` [INFO] [stdout] 46 | #[collect(no_drop)] [INFO] [stdout] 47 | pub struct SequenceFnWith(Option<(C, StaticCollect)>); [INFO] [stdout] | -------------- `SequenceFnWith` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/then.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `Collect` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_Then` [INFO] [stdout] 7 | #[collect(no_drop)] [INFO] [stdout] 8 | pub enum Then<'gc, S, F> [INFO] [stdout] | ---- `Then` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/then.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `MustNotImplDrop` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_Then` [INFO] [stdout] 7 | #[collect(no_drop)] [INFO] [stdout] 8 | pub enum Then<'gc, S, F> [INFO] [stdout] | ---- `Then` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/then.rs:51:17 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `Collect` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_ThenWith` [INFO] [stdout] 52 | #[collect(no_drop)] [INFO] [stdout] 53 | pub enum ThenWith<'gc, S, C, F> [INFO] [stdout] | -------- `ThenWith` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/then.rs:51:17 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `MustNotImplDrop` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_ThenWith` [INFO] [stdout] 52 | #[collect(no_drop)] [INFO] [stdout] 53 | pub enum ThenWith<'gc, S, C, F> [INFO] [stdout] | -------- `ThenWith` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling gc-sequence 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/and_then.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `Collect` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_AndThen` [INFO] [stdout] 7 | #[collect(no_drop)] [INFO] [stdout] 8 | pub enum AndThen { [INFO] [stdout] | ------- `AndThen` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: `#[warn(non_local_definitions)]` on by default [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/and_then.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `MustNotImplDrop` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_AndThen` [INFO] [stdout] 7 | #[collect(no_drop)] [INFO] [stdout] 8 | pub enum AndThen { [INFO] [stdout] | ------- `AndThen` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/and_then.rs:49:17 [INFO] [stdout] | [INFO] [stdout] 49 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `Collect` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_AndThenWith` [INFO] [stdout] 50 | #[collect(no_drop)] [INFO] [stdout] 51 | pub enum AndThenWith { [INFO] [stdout] | ----------- `AndThenWith` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/and_then.rs:49:17 [INFO] [stdout] | [INFO] [stdout] 49 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `MustNotImplDrop` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_AndThenWith` [INFO] [stdout] 50 | #[collect(no_drop)] [INFO] [stdout] 51 | pub enum AndThenWith { [INFO] [stdout] | ----------- `AndThenWith` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/done.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `Collect` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_Done` [INFO] [stdout] 7 | #[collect(no_drop)] [INFO] [stdout] 8 | pub struct Done(Option); [INFO] [stdout] | ---- `Done` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/done.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `MustNotImplDrop` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_Done` [INFO] [stdout] 7 | #[collect(no_drop)] [INFO] [stdout] 8 | pub struct Done(Option); [INFO] [stdout] | ---- `Done` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/flatten.rs:6:10 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `Collect` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_Flatten` [INFO] [stdout] 7 | #[collect(no_drop)] [INFO] [stdout] 8 | pub enum Flatten<'gc, S> [INFO] [stdout] | ------- `Flatten` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/flatten.rs:6:10 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `MustNotImplDrop` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_Flatten` [INFO] [stdout] 7 | #[collect(no_drop)] [INFO] [stdout] 8 | pub enum Flatten<'gc, S> [INFO] [stdout] | ------- `Flatten` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/flatten_result.rs:6:10 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `Collect` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_FlattenOk` [INFO] [stdout] 7 | #[collect(no_drop)] [INFO] [stdout] 8 | pub enum FlattenOk { [INFO] [stdout] | --------- `FlattenOk` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/flatten_result.rs:6:10 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `MustNotImplDrop` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_FlattenOk` [INFO] [stdout] 7 | #[collect(no_drop)] [INFO] [stdout] 8 | pub enum FlattenOk { [INFO] [stdout] | --------- `FlattenOk` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/map.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `Collect` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_Map` [INFO] [stdout] 7 | #[collect(no_drop)] [INFO] [stdout] 8 | pub struct Map(S, Option>); [INFO] [stdout] | --- `Map` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/map.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `MustNotImplDrop` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_Map` [INFO] [stdout] 7 | #[collect(no_drop)] [INFO] [stdout] 8 | pub struct Map(S, Option>); [INFO] [stdout] | --- `Map` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/map.rs:34:17 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `Collect` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_MapWith` [INFO] [stdout] 35 | #[collect(no_drop)] [INFO] [stdout] 36 | pub struct MapWith(S, Option<(C, StaticCollect)>); [INFO] [stdout] | ------- `MapWith` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/map.rs:34:17 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `MustNotImplDrop` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_MapWith` [INFO] [stdout] 35 | #[collect(no_drop)] [INFO] [stdout] 36 | pub struct MapWith(S, Option<(C, StaticCollect)>); [INFO] [stdout] | ------- `MapWith` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/map_result.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `Collect` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_MapOk` [INFO] [stdout] 7 | #[collect(no_drop)] [INFO] [stdout] 8 | pub struct MapOk(S, Option>); [INFO] [stdout] | ----- `MapOk` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/map_result.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `MustNotImplDrop` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_MapOk` [INFO] [stdout] 7 | #[collect(no_drop)] [INFO] [stdout] 8 | pub struct MapOk(S, Option>); [INFO] [stdout] | ----- `MapOk` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/map_result.rs:37:17 [INFO] [stdout] | [INFO] [stdout] 37 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `Collect` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_MapOkWith` [INFO] [stdout] 38 | #[collect(no_drop)] [INFO] [stdout] 39 | pub struct MapOkWith(S, Option<(C, StaticCollect)>); [INFO] [stdout] | --------- `MapOkWith` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/map_result.rs:37:17 [INFO] [stdout] | [INFO] [stdout] 37 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `MustNotImplDrop` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_MapOkWith` [INFO] [stdout] 38 | #[collect(no_drop)] [INFO] [stdout] 39 | pub struct MapOkWith(S, Option<(C, StaticCollect)>); [INFO] [stdout] | --------- `MapOkWith` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/map_result.rs:68:17 [INFO] [stdout] | [INFO] [stdout] 68 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `Collect` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_MapError` [INFO] [stdout] 69 | #[collect(no_drop)] [INFO] [stdout] 70 | pub struct MapError(S, Option>); [INFO] [stdout] | -------- `MapError` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/map_result.rs:68:17 [INFO] [stdout] | [INFO] [stdout] 68 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `MustNotImplDrop` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_MapError` [INFO] [stdout] 69 | #[collect(no_drop)] [INFO] [stdout] 70 | pub struct MapError(S, Option>); [INFO] [stdout] | -------- `MapError` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/sequence_fn.rs:13:17 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `Collect` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_SequenceFn` [INFO] [stdout] 14 | #[collect(no_drop)] [INFO] [stdout] 15 | pub struct SequenceFn(Option>); [INFO] [stdout] | ---------- `SequenceFn` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/sequence_fn.rs:13:17 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `MustNotImplDrop` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_SequenceFn` [INFO] [stdout] 14 | #[collect(no_drop)] [INFO] [stdout] 15 | pub struct SequenceFn(Option>); [INFO] [stdout] | ---------- `SequenceFn` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/sequence_fn.rs:45:17 [INFO] [stdout] | [INFO] [stdout] 45 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `Collect` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_SequenceFnWith` [INFO] [stdout] 46 | #[collect(no_drop)] [INFO] [stdout] 47 | pub struct SequenceFnWith(Option<(C, StaticCollect)>); [INFO] [stdout] | -------------- `SequenceFnWith` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/sequence_fn.rs:45:17 [INFO] [stdout] | [INFO] [stdout] 45 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `MustNotImplDrop` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_SequenceFnWith` [INFO] [stdout] 46 | #[collect(no_drop)] [INFO] [stdout] 47 | pub struct SequenceFnWith(Option<(C, StaticCollect)>); [INFO] [stdout] | -------------- `SequenceFnWith` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/then.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `Collect` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_Then` [INFO] [stdout] 7 | #[collect(no_drop)] [INFO] [stdout] 8 | pub enum Then<'gc, S, F> [INFO] [stdout] | ---- `Then` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/then.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `MustNotImplDrop` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_Then` [INFO] [stdout] 7 | #[collect(no_drop)] [INFO] [stdout] 8 | pub enum Then<'gc, S, F> [INFO] [stdout] | ---- `Then` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/then.rs:51:17 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `Collect` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_ThenWith` [INFO] [stdout] 52 | #[collect(no_drop)] [INFO] [stdout] 53 | pub enum ThenWith<'gc, S, C, F> [INFO] [stdout] | -------- `ThenWith` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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/then.rs:51:17 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Debug, Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `MustNotImplDrop` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_ThenWith` [INFO] [stdout] 52 | #[collect(no_drop)] [INFO] [stdout] 53 | pub enum ThenWith<'gc, S, C, F> [INFO] [stdout] | -------- `ThenWith` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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] --> tests/tests.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `Collect` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_TestRoot` [INFO] [stdout] 5 | #[collect(no_drop)] [INFO] [stdout] 6 | struct TestRoot<'gc> { [INFO] [stdout] | -------- `TestRoot` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: `#[warn(non_local_definitions)]` on by default [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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] --> tests/tests.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Collect)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `MustNotImplDrop` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_TestRoot` [INFO] [stdout] 5 | #[collect(no_drop)] [INFO] [stdout] 6 | struct TestRoot<'gc> { [INFO] [stdout] | -------- `TestRoot` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` (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] --> tests/tests.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | make_sequencable_arena!(test_sequencer, TestRoot); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | `InnerRoot` is not local [INFO] [stdout] | `Collect` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_InnerRoot` [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` which comes from the expansion of the macro `make_sequencable_arena` (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] --> tests/tests.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | make_sequencable_arena!(test_sequencer, TestRoot); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | `InnerRoot` is not local [INFO] [stdout] | `MustNotImplDrop` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_InnerRoot` [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [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: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Collect` which comes from the expansion of the macro `make_sequencable_arena` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.98s [INFO] running `Command { std: "docker" "inspect" "d3db6b743f98026d41434abdf9d1f5054595297cf904bfc3622b52cbfd90f50a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d3db6b743f98026d41434abdf9d1f5054595297cf904bfc3622b52cbfd90f50a", kill_on_drop: false }` [INFO] [stdout] d3db6b743f98026d41434abdf9d1f5054595297cf904bfc3622b52cbfd90f50a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 45c6aa45fb9396fb44fc9b586564c26d76ac5cd397942e08cf15ed2dc7f1bd99 [INFO] running `Command { std: "docker" "start" "-a" "45c6aa45fb9396fb44fc9b586564c26d76ac5cd397942e08cf15ed2dc7f1bd99", kill_on_drop: false }` [INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stderr] --> src/and_then.rs:6:17 [INFO] [stderr] | [INFO] [stderr] 6 | #[derive(Debug, Collect)] [INFO] [stderr] | ^------ [INFO] [stderr] | | [INFO] [stderr] | `Collect` is not local [INFO] [stderr] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_AndThen` [INFO] [stderr] 7 | #[collect(no_drop)] [INFO] [stderr] 8 | pub enum AndThen { [INFO] [stderr] | ------- `AndThen` is not local [INFO] [stderr] | [INFO] [stderr] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stderr] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [INFO] [stderr] = 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] [stderr] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stderr] = note: `#[warn(non_local_definitions)]` on by default [INFO] [stderr] = note: this warning originates in the derive macro `Collect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stderr] --> src/and_then.rs:6:17 [INFO] [stderr] | [INFO] [stderr] 6 | #[derive(Debug, Collect)] [INFO] [stderr] | ^------ [INFO] [stderr] | | [INFO] [stderr] | `MustNotImplDrop` is not local [INFO] [stderr] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_AndThen` [INFO] [stderr] 7 | #[collect(no_drop)] [INFO] [stderr] 8 | pub enum AndThen { [INFO] [stderr] | ------- `AndThen` is not local [INFO] [stderr] | [INFO] [stderr] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stderr] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [INFO] [stderr] = 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] [stderr] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stderr] = note: this warning originates in the derive macro `Collect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stderr] --> src/and_then.rs:49:17 [INFO] [stderr] | [INFO] [stderr] 49 | #[derive(Debug, Collect)] [INFO] [stderr] | ^------ [INFO] [stderr] | | [INFO] [stderr] | `Collect` is not local [INFO] [stderr] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_AndThenWith` [INFO] [stderr] 50 | #[collect(no_drop)] [INFO] [stderr] 51 | pub enum AndThenWith { [INFO] [stderr] | ----------- `AndThenWith` is not local [INFO] [stderr] | [INFO] [stderr] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stderr] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [INFO] [stderr] = 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] [stderr] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stderr] = note: this warning originates in the derive macro `Collect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stderr] --> src/and_then.rs:49:17 [INFO] [stderr] | [INFO] [stderr] 49 | #[derive(Debug, Collect)] [INFO] [stderr] | ^------ [INFO] [stderr] | | [INFO] [stderr] | `MustNotImplDrop` is not local [INFO] [stderr] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_AndThenWith` [INFO] [stderr] 50 | #[collect(no_drop)] [INFO] [stderr] 51 | pub enum AndThenWith { [INFO] [stderr] | ----------- `AndThenWith` is not local [INFO] [stderr] | [INFO] [stderr] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stderr] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [INFO] [stderr] = 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] [stderr] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stderr] = note: this warning originates in the derive macro `Collect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stderr] --> src/done.rs:6:17 [INFO] [stderr] | [INFO] [stderr] 6 | #[derive(Debug, Collect)] [INFO] [stderr] | ^------ [INFO] [stderr] | | [INFO] [stderr] | `Collect` is not local [INFO] [stderr] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_Done` [INFO] [stderr] 7 | #[collect(no_drop)] [INFO] [stderr] 8 | pub struct Done(Option); [INFO] [stderr] | ---- `Done` is not local [INFO] [stderr] | [INFO] [stderr] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stderr] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [INFO] [stderr] = 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] [stderr] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stderr] = note: this warning originates in the derive macro `Collect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stderr] --> src/done.rs:6:17 [INFO] [stderr] | [INFO] [stderr] 6 | #[derive(Debug, Collect)] [INFO] [stderr] | ^------ [INFO] [stderr] | | [INFO] [stderr] | `MustNotImplDrop` is not local [INFO] [stderr] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_Done` [INFO] [stderr] 7 | #[collect(no_drop)] [INFO] [stderr] 8 | pub struct Done(Option); [INFO] [stderr] | ---- `Done` is not local [INFO] [stderr] | [INFO] [stderr] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stderr] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [INFO] [stderr] = 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] [stderr] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stderr] = note: this warning originates in the derive macro `Collect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stderr] --> src/flatten.rs:6:10 [INFO] [stderr] | [INFO] [stderr] 6 | #[derive(Collect)] [INFO] [stderr] | ^------ [INFO] [stderr] | | [INFO] [stderr] | `Collect` is not local [INFO] [stderr] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_Flatten` [INFO] [stderr] 7 | #[collect(no_drop)] [INFO] [stderr] 8 | pub enum Flatten<'gc, S> [INFO] [stderr] | ------- `Flatten` is not local [INFO] [stderr] | [INFO] [stderr] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stderr] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [INFO] [stderr] = 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] [stderr] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stderr] = note: this warning originates in the derive macro `Collect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stderr] --> src/flatten.rs:6:10 [INFO] [stderr] | [INFO] [stderr] 6 | #[derive(Collect)] [INFO] [stderr] | ^------ [INFO] [stderr] | | [INFO] [stderr] | `MustNotImplDrop` is not local [INFO] [stderr] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_Flatten` [INFO] [stderr] 7 | #[collect(no_drop)] [INFO] [stderr] 8 | pub enum Flatten<'gc, S> [INFO] [stderr] | ------- `Flatten` is not local [INFO] [stderr] | [INFO] [stderr] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stderr] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [INFO] [stderr] = 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] [stderr] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stderr] = note: this warning originates in the derive macro `Collect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stderr] --> src/flatten_result.rs:6:10 [INFO] [stderr] | [INFO] [stderr] 6 | #[derive(Collect)] [INFO] [stderr] | ^------ [INFO] [stderr] | | [INFO] [stderr] | `Collect` is not local [INFO] [stderr] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_FlattenOk` [INFO] [stderr] 7 | #[collect(no_drop)] [INFO] [stderr] 8 | pub enum FlattenOk { [INFO] [stderr] | --------- `FlattenOk` is not local [INFO] [stderr] | [INFO] [stderr] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stderr] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [INFO] [stderr] = 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] [stderr] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stderr] = note: this warning originates in the derive macro `Collect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stderr] --> src/flatten_result.rs:6:10 [INFO] [stderr] | [INFO] [stderr] 6 | #[derive(Collect)] [INFO] [stderr] | ^------ [INFO] [stderr] | | [INFO] [stderr] | `MustNotImplDrop` is not local [INFO] [stderr] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_FlattenOk` [INFO] [stderr] 7 | #[collect(no_drop)] [INFO] [stderr] 8 | pub enum FlattenOk { [INFO] [stderr] | --------- `FlattenOk` is not local [INFO] [stderr] | [INFO] [stderr] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stderr] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [INFO] [stderr] = 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] [stderr] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stderr] = note: this warning originates in the derive macro `Collect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stderr] --> src/map.rs:6:17 [INFO] [stderr] | [INFO] [stderr] 6 | #[derive(Debug, Collect)] [INFO] [stderr] | ^------ [INFO] [stderr] | | [INFO] [stderr] | `Collect` is not local [INFO] [stderr] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_Map` [INFO] [stderr] 7 | #[collect(no_drop)] [INFO] [stderr] 8 | pub struct Map(S, Option>); [INFO] [stderr] | --- `Map` is not local [INFO] [stderr] | [INFO] [stderr] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stderr] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [INFO] [stderr] = 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] [stderr] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stderr] = note: this warning originates in the derive macro `Collect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stderr] --> src/map.rs:6:17 [INFO] [stderr] | [INFO] [stderr] 6 | #[derive(Debug, Collect)] [INFO] [stderr] | ^------ [INFO] [stderr] | | [INFO] [stderr] | `MustNotImplDrop` is not local [INFO] [stderr] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_Map` [INFO] [stderr] 7 | #[collect(no_drop)] [INFO] [stderr] 8 | pub struct Map(S, Option>); [INFO] [stderr] | --- `Map` is not local [INFO] [stderr] | [INFO] [stderr] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stderr] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [INFO] [stderr] = 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] [stderr] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stderr] = note: this warning originates in the derive macro `Collect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stderr] --> src/map.rs:34:17 [INFO] [stderr] | [INFO] [stderr] 34 | #[derive(Debug, Collect)] [INFO] [stderr] | ^------ [INFO] [stderr] | | [INFO] [stderr] | `Collect` is not local [INFO] [stderr] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_MapWith` [INFO] [stderr] 35 | #[collect(no_drop)] [INFO] [stderr] 36 | pub struct MapWith(S, Option<(C, StaticCollect)>); [INFO] [stderr] | ------- `MapWith` is not local [INFO] [stderr] | [INFO] [stderr] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stderr] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [INFO] [stderr] = 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] [stderr] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stderr] = note: this warning originates in the derive macro `Collect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stderr] --> src/map.rs:34:17 [INFO] [stderr] | [INFO] [stderr] 34 | #[derive(Debug, Collect)] [INFO] [stderr] | ^------ [INFO] [stderr] | | [INFO] [stderr] | `MustNotImplDrop` is not local [INFO] [stderr] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_MapWith` [INFO] [stderr] 35 | #[collect(no_drop)] [INFO] [stderr] 36 | pub struct MapWith(S, Option<(C, StaticCollect)>); [INFO] [stderr] | ------- `MapWith` is not local [INFO] [stderr] | [INFO] [stderr] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stderr] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [INFO] [stderr] = 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] [stderr] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stderr] = note: this warning originates in the derive macro `Collect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stderr] --> src/map_result.rs:6:17 [INFO] [stderr] | [INFO] [stderr] 6 | #[derive(Debug, Collect)] [INFO] [stderr] | ^------ [INFO] [stderr] | | [INFO] [stderr] | `Collect` is not local [INFO] [stderr] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_MapOk` [INFO] [stderr] 7 | #[collect(no_drop)] [INFO] [stderr] 8 | pub struct MapOk(S, Option>); [INFO] [stderr] | ----- `MapOk` is not local [INFO] [stderr] | [INFO] [stderr] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stderr] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [INFO] [stderr] = 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] [stderr] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stderr] = note: this warning originates in the derive macro `Collect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stderr] --> src/map_result.rs:6:17 [INFO] [stderr] | [INFO] [stderr] 6 | #[derive(Debug, Collect)] [INFO] [stderr] | ^------ [INFO] [stderr] | | [INFO] [stderr] | `MustNotImplDrop` is not local [INFO] [stderr] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_MapOk` [INFO] [stderr] 7 | #[collect(no_drop)] [INFO] [stderr] 8 | pub struct MapOk(S, Option>); [INFO] [stderr] | ----- `MapOk` is not local [INFO] [stderr] | [INFO] [stderr] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stderr] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [INFO] [stderr] = 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] [stderr] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stderr] = note: this warning originates in the derive macro `Collect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stderr] --> src/map_result.rs:37:17 [INFO] [stderr] | [INFO] [stderr] 37 | #[derive(Debug, Collect)] [INFO] [stderr] | ^------ [INFO] [stderr] | | [INFO] [stderr] | `Collect` is not local [INFO] [stderr] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_MapOkWith` [INFO] [stderr] 38 | #[collect(no_drop)] [INFO] [stderr] 39 | pub struct MapOkWith(S, Option<(C, StaticCollect)>); [INFO] [stderr] | --------- `MapOkWith` is not local [INFO] [stderr] | [INFO] [stderr] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stderr] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [INFO] [stderr] = 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] [stderr] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stderr] = note: this warning originates in the derive macro `Collect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stderr] --> src/map_result.rs:37:17 [INFO] [stderr] | [INFO] [stderr] 37 | #[derive(Debug, Collect)] [INFO] [stderr] | ^------ [INFO] [stderr] | | [INFO] [stderr] | `MustNotImplDrop` is not local [INFO] [stderr] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_MapOkWith` [INFO] [stderr] 38 | #[collect(no_drop)] [INFO] [stderr] 39 | pub struct MapOkWith(S, Option<(C, StaticCollect)>); [INFO] [stderr] | --------- `MapOkWith` is not local [INFO] [stderr] | [INFO] [stderr] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stderr] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [INFO] [stderr] = 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] [stderr] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stderr] = note: this warning originates in the derive macro `Collect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stderr] --> src/map_result.rs:68:17 [INFO] [stderr] | [INFO] [stderr] 68 | #[derive(Debug, Collect)] [INFO] [stderr] | ^------ [INFO] [stderr] | | [INFO] [stderr] | `Collect` is not local [INFO] [stderr] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_MapError` [INFO] [stderr] 69 | #[collect(no_drop)] [INFO] [stderr] 70 | pub struct MapError(S, Option>); [INFO] [stderr] | -------- `MapError` is not local [INFO] [stderr] | [INFO] [stderr] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stderr] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [INFO] [stderr] = 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] [stderr] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stderr] = note: this warning originates in the derive macro `Collect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stderr] --> src/map_result.rs:68:17 [INFO] [stderr] | [INFO] [stderr] 68 | #[derive(Debug, Collect)] [INFO] [stderr] | ^------ [INFO] [stderr] | | [INFO] [stderr] | `MustNotImplDrop` is not local [INFO] [stderr] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_MapError` [INFO] [stderr] 69 | #[collect(no_drop)] [INFO] [stderr] 70 | pub struct MapError(S, Option>); [INFO] [stderr] | -------- `MapError` is not local [INFO] [stderr] | [INFO] [stderr] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stderr] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [INFO] [stderr] = 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] [stderr] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stderr] = note: this warning originates in the derive macro `Collect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stderr] --> src/sequence_fn.rs:13:17 [INFO] [stderr] | [INFO] [stderr] 13 | #[derive(Debug, Collect)] [INFO] [stderr] | ^------ [INFO] [stderr] | | [INFO] [stderr] | `Collect` is not local [INFO] [stderr] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_SequenceFn` [INFO] [stderr] 14 | #[collect(no_drop)] [INFO] [stderr] 15 | pub struct SequenceFn(Option>); [INFO] [stderr] | ---------- `SequenceFn` is not local [INFO] [stderr] | [INFO] [stderr] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stderr] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [INFO] [stderr] = 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] [stderr] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stderr] = note: this warning originates in the derive macro `Collect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stderr] --> src/sequence_fn.rs:13:17 [INFO] [stderr] | [INFO] [stderr] 13 | #[derive(Debug, Collect)] [INFO] [stderr] | ^------ [INFO] [stderr] | | [INFO] [stderr] | `MustNotImplDrop` is not local [INFO] [stderr] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_SequenceFn` [INFO] [stderr] 14 | #[collect(no_drop)] [INFO] [stderr] 15 | pub struct SequenceFn(Option>); [INFO] [stderr] | ---------- `SequenceFn` is not local [INFO] [stderr] | [INFO] [stderr] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stderr] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [INFO] [stderr] = 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] [stderr] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stderr] = note: this warning originates in the derive macro `Collect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stderr] --> src/sequence_fn.rs:45:17 [INFO] [stderr] | [INFO] [stderr] 45 | #[derive(Debug, Collect)] [INFO] [stderr] | ^------ [INFO] [stderr] | | [INFO] [stderr] | `Collect` is not local [INFO] [stderr] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_SequenceFnWith` [INFO] [stderr] 46 | #[collect(no_drop)] [INFO] [stderr] 47 | pub struct SequenceFnWith(Option<(C, StaticCollect)>); [INFO] [stderr] | -------------- `SequenceFnWith` is not local [INFO] [stderr] | [INFO] [stderr] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stderr] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [INFO] [stderr] = 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] [stderr] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stderr] = note: this warning originates in the derive macro `Collect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stderr] --> src/sequence_fn.rs:45:17 [INFO] [stderr] | [INFO] [stderr] 45 | #[derive(Debug, Collect)] [INFO] [stderr] | ^------ [INFO] [stderr] | | [INFO] [stderr] | `MustNotImplDrop` is not local [INFO] [stderr] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_SequenceFnWith` [INFO] [stderr] 46 | #[collect(no_drop)] [INFO] [stderr] 47 | pub struct SequenceFnWith(Option<(C, StaticCollect)>); [INFO] [stderr] | -------------- `SequenceFnWith` is not local [INFO] [stderr] | [INFO] [stderr] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stderr] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [INFO] [stderr] = 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] [stderr] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stderr] = note: this warning originates in the derive macro `Collect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stderr] --> src/then.rs:6:17 [INFO] [stderr] | [INFO] [stderr] 6 | #[derive(Debug, Collect)] [INFO] [stderr] | ^------ [INFO] [stderr] | | [INFO] [stderr] | `Collect` is not local [INFO] [stderr] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_Then` [INFO] [stderr] 7 | #[collect(no_drop)] [INFO] [stderr] 8 | pub enum Then<'gc, S, F> [INFO] [stderr] | ---- `Then` is not local [INFO] [stderr] | [INFO] [stderr] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stderr] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [INFO] [stderr] = 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] [stderr] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stderr] = note: this warning originates in the derive macro `Collect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stderr] --> src/then.rs:6:17 [INFO] [stderr] | [INFO] [stderr] 6 | #[derive(Debug, Collect)] [INFO] [stderr] | ^------ [INFO] [stderr] | | [INFO] [stderr] | `MustNotImplDrop` is not local [INFO] [stderr] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_Then` [INFO] [stderr] 7 | #[collect(no_drop)] [INFO] [stderr] 8 | pub enum Then<'gc, S, F> [INFO] [stderr] | ---- `Then` is not local [INFO] [stderr] | [INFO] [stderr] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stderr] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [INFO] [stderr] = 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] [stderr] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stderr] = note: this warning originates in the derive macro `Collect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stderr] --> src/then.rs:51:17 [INFO] [stderr] | [INFO] [stderr] 51 | #[derive(Debug, Collect)] [INFO] [stderr] | ^------ [INFO] [stderr] | | [INFO] [stderr] | `Collect` is not local [INFO] [stderr] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_ThenWith` [INFO] [stderr] 52 | #[collect(no_drop)] [INFO] [stderr] 53 | pub enum ThenWith<'gc, S, C, F> [INFO] [stderr] | -------- `ThenWith` is not local [INFO] [stderr] | [INFO] [stderr] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stderr] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [INFO] [stderr] = 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] [stderr] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stderr] = note: this warning originates in the derive macro `Collect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stderr] --> src/then.rs:51:17 [INFO] [stderr] | [INFO] [stderr] 51 | #[derive(Debug, Collect)] [INFO] [stderr] | ^------ [INFO] [stderr] | | [INFO] [stderr] | `MustNotImplDrop` is not local [INFO] [stderr] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_ThenWith` [INFO] [stderr] 52 | #[collect(no_drop)] [INFO] [stderr] 53 | pub enum ThenWith<'gc, S, C, F> [INFO] [stderr] | -------- `ThenWith` is not local [INFO] [stderr] | [INFO] [stderr] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stderr] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [INFO] [stderr] = 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] [stderr] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stderr] = note: this warning originates in the derive macro `Collect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `gc-sequence` (lib) generated 28 warnings [INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stderr] --> tests/tests.rs:4:10 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(Collect)] [INFO] [stderr] | ^------ [INFO] [stderr] | | [INFO] [stderr] | `Collect` is not local [INFO] [stderr] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_TestRoot` [INFO] [stderr] 5 | #[collect(no_drop)] [INFO] [stderr] 6 | struct TestRoot<'gc> { [INFO] [stderr] | -------- `TestRoot` is not local [INFO] [stderr] | [INFO] [stderr] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stderr] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [INFO] [stderr] = 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] [stderr] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stderr] = note: `#[warn(non_local_definitions)]` on by default [INFO] [stderr] = note: this warning originates in the derive macro `Collect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stderr] --> tests/tests.rs:4:10 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(Collect)] [INFO] [stderr] | ^------ [INFO] [stderr] | | [INFO] [stderr] | `MustNotImplDrop` is not local [INFO] [stderr] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_TestRoot` [INFO] [stderr] 5 | #[collect(no_drop)] [INFO] [stderr] 6 | struct TestRoot<'gc> { [INFO] [stderr] | -------- `TestRoot` is not local [INFO] [stderr] | [INFO] [stderr] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stderr] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [INFO] [stderr] = 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] [stderr] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stderr] = note: this warning originates in the derive macro `Collect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stderr] --> tests/tests.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | make_sequencable_arena!(test_sequencer, TestRoot); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | `InnerRoot` is not local [INFO] [stderr] | `Collect` is not local [INFO] [stderr] | move the `impl` block outside of this constant `_DERIVE_gc_arena_Collect_FOR_InnerRoot` [INFO] [stderr] | [INFO] [stderr] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stderr] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [INFO] [stderr] = 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] [stderr] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stderr] = note: this warning originates in the derive macro `Collect` which comes from the expansion of the macro `make_sequencable_arena` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stderr] --> tests/tests.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | make_sequencable_arena!(test_sequencer, TestRoot); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | `InnerRoot` is not local [INFO] [stderr] | `MustNotImplDrop` is not local [INFO] [stderr] | move the `impl` block outside of this constant `_DERIVE_gc_arena_MustNotImplDrop_FOR_InnerRoot` [INFO] [stderr] | [INFO] [stderr] = note: the derive macro `Collect` defines the non-local `impl`, and may need to be changed [INFO] [stderr] = note: the derive macro `Collect` may come from an old version of the `gc_arena_derive` crate, try updating your dependency with `cargo update -p gc_arena_derive` [INFO] [stderr] = 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] [stderr] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stderr] = note: this warning originates in the derive macro `Collect` which comes from the expansion of the macro `make_sequencable_arena` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `gc-sequence` (test "tests") generated 4 warnings [INFO] [stderr] warning: `gc-sequence` (lib test) generated 28 warnings (28 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/gc_sequence-f53ebe69ce398462) [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] Running tests/tests.rs (/opt/rustwide/target/debug/deps/tests-920d927ecfc617f0) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_sequencer ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests gc_sequence [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/sequencable_arena.rs - sequencable_arena::make_sequencable_arena (line 11) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.64s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "45c6aa45fb9396fb44fc9b586564c26d76ac5cd397942e08cf15ed2dc7f1bd99", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "45c6aa45fb9396fb44fc9b586564c26d76ac5cd397942e08cf15ed2dc7f1bd99", kill_on_drop: false }` [INFO] [stdout] 45c6aa45fb9396fb44fc9b586564c26d76ac5cd397942e08cf15ed2dc7f1bd99