[INFO] fetching crate gc-sequence 0.2.2... [INFO] testing gc-sequence-0.2.2 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7 [INFO] extracting crate gc-sequence 0.2.2 into /workspace/builds/worker-7-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-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate gc-sequence 0.2.2 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 982040f801b773eefd26daccc2d9cf2388571e6b28af528a9b5217efb855d183 [INFO] running `Command { std: "docker" "start" "-a" "982040f801b773eefd26daccc2d9cf2388571e6b28af528a9b5217efb855d183", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "982040f801b773eefd26daccc2d9cf2388571e6b28af528a9b5217efb855d183", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "982040f801b773eefd26daccc2d9cf2388571e6b28af528a9b5217efb855d183", kill_on_drop: false }` [INFO] [stdout] 982040f801b773eefd26daccc2d9cf2388571e6b28af528a9b5217efb855d183 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 05c287d06251e29cc615bda702d9d16cdc2e4ac8f8ee814c3737e48e9acf2c57 [INFO] running `Command { std: "docker" "start" "-a" "05c287d06251e29cc615bda702d9d16cdc2e4ac8f8ee814c3737e48e9acf2c57", kill_on_drop: false }` [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] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s [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] running `Command { std: "docker" "inspect" "05c287d06251e29cc615bda702d9d16cdc2e4ac8f8ee814c3737e48e9acf2c57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "05c287d06251e29cc615bda702d9d16cdc2e4ac8f8ee814c3737e48e9acf2c57", kill_on_drop: false }` [INFO] [stdout] 05c287d06251e29cc615bda702d9d16cdc2e4ac8f8ee814c3737e48e9acf2c57 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3327d40131a003fe63516c73a7219b79d7ba524e0f5b94897bc5941dbd42b547 [INFO] running `Command { std: "docker" "start" "-a" "3327d40131a003fe63516c73a7219b79d7ba524e0f5b94897bc5941dbd42b547", 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] [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/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] --> 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.80s [INFO] running `Command { std: "docker" "inspect" "3327d40131a003fe63516c73a7219b79d7ba524e0f5b94897bc5941dbd42b547", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3327d40131a003fe63516c73a7219b79d7ba524e0f5b94897bc5941dbd42b547", kill_on_drop: false }` [INFO] [stdout] 3327d40131a003fe63516c73a7219b79d7ba524e0f5b94897bc5941dbd42b547 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] e01d0fb92f980e3bb869e336827ca540c19cbc0583efdb962e27ed806c031081 [INFO] running `Command { std: "docker" "start" "-a" "e01d0fb92f980e3bb869e336827ca540c19cbc0583efdb962e27ed806c031081", 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: `gc-sequence` (lib test) generated 28 warnings (28 duplicates) [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] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/gc_sequence-2c1b0a4b5968fb5e) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stderr] Running tests/tests.rs (/opt/rustwide/target/debug/deps/tests-c8014ecaec4db6a2) [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] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_sequencer ... ok [INFO] [stdout] [INFO] [stderr] Doc-tests gc_sequence [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [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.41s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "e01d0fb92f980e3bb869e336827ca540c19cbc0583efdb962e27ed806c031081", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e01d0fb92f980e3bb869e336827ca540c19cbc0583efdb962e27ed806c031081", kill_on_drop: false }` [INFO] [stdout] e01d0fb92f980e3bb869e336827ca540c19cbc0583efdb962e27ed806c031081