[INFO] fetching crate lhlist 0.1.1... [INFO] checking lhlist-0.1.1 against try#a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d for pr-145342-1 [INFO] extracting crate lhlist 0.1.1 into /workspace/builds/worker-3-tc2/source [INFO] started tweaking crates.io crate lhlist 0.1.1 [INFO] finished tweaking crates.io crate lhlist 0.1.1 [INFO] tweaked toml for crates.io crate lhlist 0.1.1 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate lhlist 0.1.1 on toolchain a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "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" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 6 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 22ee435e5826f7b06a1c9da8b201aff8d1437eb3fe5e75c28533fbba1edcbd55 [INFO] running `Command { std: "docker" "start" "-a" "22ee435e5826f7b06a1c9da8b201aff8d1437eb3fe5e75c28533fbba1edcbd55", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "22ee435e5826f7b06a1c9da8b201aff8d1437eb3fe5e75c28533fbba1edcbd55", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "22ee435e5826f7b06a1c9da8b201aff8d1437eb3fe5e75c28533fbba1edcbd55", kill_on_drop: false }` [INFO] [stdout] 22ee435e5826f7b06a1c9da8b201aff8d1437eb3fe5e75c28533fbba1edcbd55 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6cf0beda9e8e75ee2da3e650686eb26f13b4a868196d369c7639327a40d8c31b [INFO] running `Command { std: "docker" "start" "-a" "6cf0beda9e8e75ee2da3e650686eb26f13b4a868196d369c7639327a40d8c31b", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling typenum v1.18.0 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling label_attribute v0.1.1 [INFO] [stderr] Checking lhlist v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> examples/basic.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | #[label(name="My Label!", type=u16)] [INFO] [stdout] | ^----------------------------------- [INFO] [stdout] | | [INFO] [stdout] | `Label` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_LABEL_FOR_MyLabel` [INFO] [stdout] 7 | struct MyLabel; [INFO] [stdout] | ------- `MyLabel` is not local [INFO] [stdout] | [INFO] [stdout] = note: the attribute macro `label` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the attribute macro `label` may come from an old version of the `label_attribute` crate, try updating your dependency with `cargo update -p label_attribute` [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 attribute macro `label` (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/label.rs:331:9 [INFO] [stdout] | [INFO] [stdout] 331 | #[label(name = "My Label", crate=crate)] [INFO] [stdout] | ^--------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | `Label` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_LABEL_FOR_Label1` and up 2 bodies [INFO] [stdout] 332 | struct Label1; [INFO] [stdout] | ------ `Label1` is not local [INFO] [stdout] | [INFO] [stdout] = note: the attribute macro `label` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the attribute macro `label` may come from an old version of the `label_attribute` crate, try updating your dependency with `cargo update -p label_attribute` [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 attribute macro `label` (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/label.rs:333:9 [INFO] [stdout] | [INFO] [stdout] 333 | #[label(type=u8, crate=crate)] [INFO] [stdout] | ^----------------------------- [INFO] [stdout] | | [INFO] [stdout] | `Label` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_LABEL_FOR_Label2` and up 2 bodies [INFO] [stdout] 334 | struct Label2; [INFO] [stdout] | ------ `Label2` is not local [INFO] [stdout] | [INFO] [stdout] = note: the attribute macro `label` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the attribute macro `label` may come from an old version of the `label_attribute` crate, try updating your dependency with `cargo update -p label_attribute` [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 attribute macro `label` (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/label.rs:335:9 [INFO] [stdout] | [INFO] [stdout] 335 | #[label(crate=crate)] [INFO] [stdout] | ^-------------------- [INFO] [stdout] | | [INFO] [stdout] | `Label` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_LABEL_FOR_Label3` and up 2 bodies [INFO] [stdout] 336 | struct Label3; [INFO] [stdout] | ------ `Label3` is not local [INFO] [stdout] | [INFO] [stdout] = note: the attribute macro `label` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the attribute macro `label` may come from an old version of the `label_attribute` crate, try updating your dependency with `cargo update -p label_attribute` [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 attribute macro `label` (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/label.rs:348:9 [INFO] [stdout] | [INFO] [stdout] 348 | #[label(type=u8, crate=crate)] [INFO] [stdout] | ^----------------------------- [INFO] [stdout] | | [INFO] [stdout] | `Label` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_LABEL_FOR_Label1` and up 2 bodies [INFO] [stdout] 349 | struct Label1; [INFO] [stdout] | ------ `Label1` is not local [INFO] [stdout] | [INFO] [stdout] = note: the attribute macro `label` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the attribute macro `label` may come from an old version of the `label_attribute` crate, try updating your dependency with `cargo update -p label_attribute` [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 attribute macro `label` (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/label.rs:350:9 [INFO] [stdout] | [INFO] [stdout] 350 | #[label(type=u16, crate=crate)] [INFO] [stdout] | ^------------------------------ [INFO] [stdout] | | [INFO] [stdout] | `Label` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_LABEL_FOR_Label2` and up 2 bodies [INFO] [stdout] 351 | struct Label2; [INFO] [stdout] | ------ `Label2` is not local [INFO] [stdout] | [INFO] [stdout] = note: the attribute macro `label` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the attribute macro `label` may come from an old version of the `label_attribute` crate, try updating your dependency with `cargo update -p label_attribute` [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 attribute macro `label` (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/label.rs:352:9 [INFO] [stdout] | [INFO] [stdout] 352 | #[label(type=i16, crate=crate)] [INFO] [stdout] | ^------------------------------ [INFO] [stdout] | | [INFO] [stdout] | `Label` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_LABEL_FOR_Label3` and up 2 bodies [INFO] [stdout] 353 | struct Label3; [INFO] [stdout] | ------ `Label3` is not local [INFO] [stdout] | [INFO] [stdout] = note: the attribute macro `label` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the attribute macro `label` may come from an old version of the `label_attribute` crate, try updating your dependency with `cargo update -p label_attribute` [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 attribute macro `label` (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/relation.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[label(name = "My Label", crate=crate)] [INFO] [stdout] | ^--------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | `Label` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_LABEL_FOR_Label1` [INFO] [stdout] 92 | struct Label1; [INFO] [stdout] | ------ `Label1` is not local [INFO] [stdout] | [INFO] [stdout] = note: the attribute macro `label` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the attribute macro `label` may come from an old version of the `label_attribute` crate, try updating your dependency with `cargo update -p label_attribute` [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 attribute macro `label` (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/relation.rs:94:5 [INFO] [stdout] | [INFO] [stdout] 94 | #[label(type=u8, crate=crate)] [INFO] [stdout] | ^----------------------------- [INFO] [stdout] | | [INFO] [stdout] | `Label` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_LABEL_FOR_Label2` [INFO] [stdout] 95 | struct Label2; [INFO] [stdout] | ------ `Label2` is not local [INFO] [stdout] | [INFO] [stdout] = note: the attribute macro `label` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the attribute macro `label` may come from an old version of the `label_attribute` crate, try updating your dependency with `cargo update -p label_attribute` [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 attribute macro `label` (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/relation.rs:97:5 [INFO] [stdout] | [INFO] [stdout] 97 | #[label(crate=crate)] [INFO] [stdout] | ^-------------------- [INFO] [stdout] | | [INFO] [stdout] | `Label` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_LABEL_FOR_Label3` [INFO] [stdout] 98 | struct Label3; [INFO] [stdout] | ------ `Label3` is not local [INFO] [stdout] | [INFO] [stdout] = note: the attribute macro `label` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the attribute macro `label` may come from an old version of the `label_attribute` crate, try updating your dependency with `cargo update -p label_attribute` [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 attribute macro `label` (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/lookup.rs:131:5 [INFO] [stdout] | [INFO] [stdout] 131 | #[label(name="My Label", type=String, crate=crate)] [INFO] [stdout] | ^-------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | `Label` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_LABEL_FOR_Label1` [INFO] [stdout] 132 | struct Label1; [INFO] [stdout] | ------ `Label1` is not local [INFO] [stdout] | [INFO] [stdout] = note: the attribute macro `label` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the attribute macro `label` may come from an old version of the `label_attribute` crate, try updating your dependency with `cargo update -p label_attribute` [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 attribute macro `label` (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/lookup.rs:134:5 [INFO] [stdout] | [INFO] [stdout] 134 | #[label(type=u8, crate=crate)] [INFO] [stdout] | ^----------------------------- [INFO] [stdout] | | [INFO] [stdout] | `Label` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_LABEL_FOR_Label2` [INFO] [stdout] 135 | struct Label2; [INFO] [stdout] | ------ `Label2` is not local [INFO] [stdout] | [INFO] [stdout] = note: the attribute macro `label` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the attribute macro `label` may come from an old version of the `label_attribute` crate, try updating your dependency with `cargo update -p label_attribute` [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 attribute macro `label` (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/lookup.rs:137:5 [INFO] [stdout] | [INFO] [stdout] 137 | #[label(type=&'static str, crate=crate)] [INFO] [stdout] | ^--------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | `Label` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_LABEL_FOR_Label3` [INFO] [stdout] 138 | struct Label3; [INFO] [stdout] | ------ `Label3` is not local [INFO] [stdout] | [INFO] [stdout] = note: the attribute macro `label` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the attribute macro `label` may come from an old version of the `label_attribute` crate, try updating your dependency with `cargo update -p label_attribute` [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 attribute macro `label` (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/iter.rs:447:9 [INFO] [stdout] | [INFO] [stdout] 447 | #[label(type=Vec, crate=crate)] [INFO] [stdout] | ^------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | `Label` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_LABEL_FOR_Label1` and up 2 bodies [INFO] [stdout] 448 | struct Label1; [INFO] [stdout] | ------ `Label1` is not local [INFO] [stdout] | [INFO] [stdout] = note: the attribute macro `label` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the attribute macro `label` may come from an old version of the `label_attribute` crate, try updating your dependency with `cargo update -p label_attribute` [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 attribute macro `label` (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/iter.rs:450:9 [INFO] [stdout] | [INFO] [stdout] 450 | #[label(type=Vec<&'static str>, crate=crate)] [INFO] [stdout] | ^-------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | `Label` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_LABEL_FOR_Label2` and up 2 bodies [INFO] [stdout] 451 | struct Label2; [INFO] [stdout] | ------ `Label2` is not local [INFO] [stdout] | [INFO] [stdout] = note: the attribute macro `label` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the attribute macro `label` may come from an old version of the `label_attribute` crate, try updating your dependency with `cargo update -p label_attribute` [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 attribute macro `label` (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/iter.rs:453:9 [INFO] [stdout] | [INFO] [stdout] 453 | #[label(type=Vec, crate=crate)] [INFO] [stdout] | ^----------------------------------- [INFO] [stdout] | | [INFO] [stdout] | `Label` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_LABEL_FOR_Label3` and up 2 bodies [INFO] [stdout] 454 | struct Label3; [INFO] [stdout] | ------ `Label3` is not local [INFO] [stdout] | [INFO] [stdout] = note: the attribute macro `label` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the attribute macro `label` may come from an old version of the `label_attribute` crate, try updating your dependency with `cargo update -p label_attribute` [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 attribute macro `label` (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/iter.rs:503:9 [INFO] [stdout] | [INFO] [stdout] 503 | #[label(type=usize, crate=crate)] [INFO] [stdout] | ^-------------------------------- [INFO] [stdout] | | [INFO] [stdout] | `Label` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_LABEL_FOR_Label1Result` and up 2 bodies [INFO] [stdout] 504 | struct Label1Result; [INFO] [stdout] | ------------ `Label1Result` is not local [INFO] [stdout] | [INFO] [stdout] = note: the attribute macro `label` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the attribute macro `label` may come from an old version of the `label_attribute` crate, try updating your dependency with `cargo update -p label_attribute` [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 attribute macro `label` (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/iter.rs:505:9 [INFO] [stdout] | [INFO] [stdout] 505 | #[label(type=usize, crate=crate)] [INFO] [stdout] | ^-------------------------------- [INFO] [stdout] | | [INFO] [stdout] | `Label` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_LABEL_FOR_Label2Result` and up 2 bodies [INFO] [stdout] 506 | struct Label2Result; [INFO] [stdout] | ------------ `Label2Result` is not local [INFO] [stdout] | [INFO] [stdout] = note: the attribute macro `label` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the attribute macro `label` may come from an old version of the `label_attribute` crate, try updating your dependency with `cargo update -p label_attribute` [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 attribute macro `label` (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/iter.rs:507:9 [INFO] [stdout] | [INFO] [stdout] 507 | #[label(type=usize, crate=crate)] [INFO] [stdout] | ^-------------------------------- [INFO] [stdout] | | [INFO] [stdout] | `Label` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_LABEL_FOR_Label3Result` and up 2 bodies [INFO] [stdout] 508 | struct Label3Result; [INFO] [stdout] | ------------ `Label3Result` is not local [INFO] [stdout] | [INFO] [stdout] = note: the attribute macro `label` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the attribute macro `label` may come from an old version of the `label_attribute` crate, try updating your dependency with `cargo update -p label_attribute` [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 attribute macro `label` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.73s [INFO] running `Command { std: "docker" "inspect" "6cf0beda9e8e75ee2da3e650686eb26f13b4a868196d369c7639327a40d8c31b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6cf0beda9e8e75ee2da3e650686eb26f13b4a868196d369c7639327a40d8c31b", kill_on_drop: false }` [INFO] [stdout] 6cf0beda9e8e75ee2da3e650686eb26f13b4a868196d369c7639327a40d8c31b