[INFO] fetching crate sized-vec 0.3.0...
[INFO] testing sized-vec-0.3.0 against try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210-1
[INFO] extracting crate sized-vec 0.3.0 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate sized-vec 0.3.0
[INFO] finished tweaking crates.io crate sized-vec 0.3.0
[INFO] tweaked toml for crates.io crate sized-vec 0.3.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate sized-vec 0.3.0 on toolchain dec9417b8611e34e787a3e4c37686b5131f9e5c5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] Updating crates.io index
[INFO] [stderr] Locking 86 packages to latest compatible versions
[INFO] [stderr] Adding generic-array v0.12.4 (available: v1.3.5)
[INFO] [stderr] Adding pretty_assertions v0.6.1 (available: v1.4.1)
[INFO] [stderr] Adding proptest v0.9.6 (available: v1.11.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 88ba59516d4e23f33c83ef28490939b42210da21776c08f8e3a69d108d8d83ec
[INFO] running `Command { std: "docker" "start" "-a" "88ba59516d4e23f33c83ef28490939b42210da21776c08f8e3a69d108d8d83ec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "88ba59516d4e23f33c83ef28490939b42210da21776c08f8e3a69d108d8d83ec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "88ba59516d4e23f33c83ef28490939b42210da21776c08f8e3a69d108d8d83ec", kill_on_drop: false }`
[INFO] [stdout] 88ba59516d4e23f33c83ef28490939b42210da21776c08f8e3a69d108d8d83ec
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4f7333a6b57087efb30971a7b406b3522d9a779d68100cfd3231c4043ef6f0b8
[INFO] running `Command { std: "docker" "start" "-a" "4f7333a6b57087efb30971a7b406b3522d9a779d68100cfd3231c4043ef6f0b8", kill_on_drop: false }`
[INFO] [stderr] Compiling sized-vec v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:953:5
[INFO] [stdout] |
[INFO] [stdout] 953 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:990:5
[INFO] [stdout] |
[INFO] [stdout] 990 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1026:5
[INFO] [stdout] |
[INFO] [stdout] 1026 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1046 | declare_from_array!(0, U0);
[INFO] [stdout] | -------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1047 | declare_from_array!(1, U1);
[INFO] [stdout] | -------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1048 | declare_from_array!(2, U2);
[INFO] [stdout] | -------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1049 | declare_from_array!(3, U3);
[INFO] [stdout] | -------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1050 | declare_from_array!(4, U4);
[INFO] [stdout] | -------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1051 | declare_from_array!(5, U5);
[INFO] [stdout] | -------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1052 | declare_from_array!(6, U6);
[INFO] [stdout] | -------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1053 | declare_from_array!(7, U7);
[INFO] [stdout] | -------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1054 | declare_from_array!(8, U8);
[INFO] [stdout] | -------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1055 | declare_from_array!(9, U9);
[INFO] [stdout] | -------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1056 | declare_from_array!(10, U10);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1057 | declare_from_array!(11, U11);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1058 | declare_from_array!(12, U12);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1059 | declare_from_array!(13, U13);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1060 | declare_from_array!(14, U14);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1061 | declare_from_array!(15, U15);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1062 | declare_from_array!(16, U16);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1063 | declare_from_array!(17, U17);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1064 | declare_from_array!(18, U18);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1065 | declare_from_array!(19, U19);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1066 | declare_from_array!(20, U20);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1067 | declare_from_array!(21, U21);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1068 | declare_from_array!(22, U22);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1069 | declare_from_array!(23, U23);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1070 | declare_from_array!(24, U24);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1071 | declare_from_array!(25, U25);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1072 | declare_from_array!(26, U26);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1073 | declare_from_array!(27, U27);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1074 | declare_from_array!(28, U28);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1075 | declare_from_array!(29, U29);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1076 | declare_from_array!(30, U30);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1077 | declare_from_array!(31, U31);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/lib.rs:462:17
[INFO] [stdout] |
[INFO] [stdout] 462 | pub fn iter(&self) -> Iter {
[INFO] [stdout] | ^^^^^ ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 462 | pub fn iter(&self) -> Iter<'_, A> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/lib.rs:469:21
[INFO] [stdout] |
[INFO] [stdout] 469 | pub fn iter_mut(&mut self) -> IterMut {
[INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 469 | pub fn iter_mut(&mut self) -> IterMut<'_, A> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
[INFO] running `Command { std: "docker" "inspect" "4f7333a6b57087efb30971a7b406b3522d9a779d68100cfd3231c4043ef6f0b8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4f7333a6b57087efb30971a7b406b3522d9a779d68100cfd3231c4043ef6f0b8", kill_on_drop: false }`
[INFO] [stdout] 4f7333a6b57087efb30971a7b406b3522d9a779d68100cfd3231c4043ef6f0b8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7d7d03c88b330a251fee58ae42e1b0d64dd46537e6e4deed5d03d3dcf1188cf9
[INFO] running `Command { std: "docker" "start" "-a" "7d7d03c88b330a251fee58ae42e1b0d64dd46537e6e4deed5d03d3dcf1188cf9", kill_on_drop: false }`
[INFO] [stderr] Compiling autocfg v0.1.8
[INFO] [stderr] Compiling rand_core v0.4.2
[INFO] [stderr] Compiling linux-raw-sys v0.12.1
[INFO] [stderr] Compiling rustix v1.1.4
[INFO] [stderr] Compiling ansi_term v0.11.0
[INFO] [stderr] Compiling byteorder v1.5.0
[INFO] [stderr] Compiling getrandom v0.4.2
[INFO] [stderr] Compiling wait-timeout v0.2.1
[INFO] [stderr] Compiling difference v2.0.0
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:953:5
[INFO] [stdout] |
[INFO] [stdout] 953 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:990:5
[INFO] [stdout] |
[INFO] [stdout] 990 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1026:5
[INFO] [stdout] |
[INFO] [stdout] 1026 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1046 | declare_from_array!(0, U0);
[INFO] [stdout] | -------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1047 | declare_from_array!(1, U1);
[INFO] [stdout] | -------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1048 | declare_from_array!(2, U2);
[INFO] [stdout] | -------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1049 | declare_from_array!(3, U3);
[INFO] [stdout] | -------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1050 | declare_from_array!(4, U4);
[INFO] [stdout] | -------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1051 | declare_from_array!(5, U5);
[INFO] [stdout] | -------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1052 | declare_from_array!(6, U6);
[INFO] [stdout] | -------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1053 | declare_from_array!(7, U7);
[INFO] [stdout] | -------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1054 | declare_from_array!(8, U8);
[INFO] [stdout] | -------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1055 | declare_from_array!(9, U9);
[INFO] [stdout] | -------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1056 | declare_from_array!(10, U10);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1057 | declare_from_array!(11, U11);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1058 | declare_from_array!(12, U12);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1059 | declare_from_array!(13, U13);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1060 | declare_from_array!(14, U14);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1061 | declare_from_array!(15, U15);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1062 | declare_from_array!(16, U16);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1063 | declare_from_array!(17, U17);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1064 | declare_from_array!(18, U18);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1065 | declare_from_array!(19, U19);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1066 | declare_from_array!(20, U20);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1067 | declare_from_array!(21, U21);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1068 | declare_from_array!(22, U22);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1069 | declare_from_array!(23, U23);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1070 | declare_from_array!(24, U24);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1071 | declare_from_array!(25, U25);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1072 | declare_from_array!(26, U26);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1073 | declare_from_array!(27, U27);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1074 | declare_from_array!(28, U28);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1075 | declare_from_array!(29, U29);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1076 | declare_from_array!(30, U30);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1077 | declare_from_array!(31, U31);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/lib.rs:462:17
[INFO] [stdout] |
[INFO] [stdout] 462 | pub fn iter(&self) -> Iter {
[INFO] [stdout] | ^^^^^ ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 462 | pub fn iter(&self) -> Iter<'_, A> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/lib.rs:469:21
[INFO] [stdout] |
[INFO] [stdout] 469 | pub fn iter_mut(&mut self) -> IterMut {
[INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 469 | pub fn iter_mut(&mut self) -> IterMut<'_, A> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Compiling rand_chacha v0.1.1
[INFO] [stderr] Compiling rand_pcg v0.1.2
[INFO] [stderr] Compiling rand v0.6.5
[INFO] [stderr] Compiling rand_core v0.3.1
[INFO] [stderr] Compiling rand_jitter v0.1.4
[INFO] [stderr] Compiling rand_os v0.1.3
[INFO] [stderr] Compiling pretty_assertions v0.6.1
[INFO] [stderr] Compiling rand_hc v0.1.0
[INFO] [stderr] Compiling rand_xorshift v0.1.1
[INFO] [stderr] Compiling rand_isaac v0.1.1
[INFO] [stderr] Compiling tempfile v3.27.0
[INFO] [stderr] Compiling rusty-fork v0.2.2
[INFO] [stderr] Compiling proptest v0.9.6
[INFO] [stderr] Compiling sized-vec v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:953:5
[INFO] [stdout] |
[INFO] [stdout] 953 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:990:5
[INFO] [stdout] |
[INFO] [stdout] 990 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1026:5
[INFO] [stdout] |
[INFO] [stdout] 1026 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1046 | declare_from_array!(0, U0);
[INFO] [stdout] | -------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1047 | declare_from_array!(1, U1);
[INFO] [stdout] | -------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1048 | declare_from_array!(2, U2);
[INFO] [stdout] | -------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1049 | declare_from_array!(3, U3);
[INFO] [stdout] | -------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1050 | declare_from_array!(4, U4);
[INFO] [stdout] | -------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1051 | declare_from_array!(5, U5);
[INFO] [stdout] | -------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1052 | declare_from_array!(6, U6);
[INFO] [stdout] | -------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1053 | declare_from_array!(7, U7);
[INFO] [stdout] | -------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1054 | declare_from_array!(8, U8);
[INFO] [stdout] | -------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1055 | declare_from_array!(9, U9);
[INFO] [stdout] | -------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1056 | declare_from_array!(10, U10);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1057 | declare_from_array!(11, U11);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1058 | declare_from_array!(12, U12);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1059 | declare_from_array!(13, U13);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1060 | declare_from_array!(14, U14);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1061 | declare_from_array!(15, U15);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1062 | declare_from_array!(16, U16);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1063 | declare_from_array!(17, U17);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1064 | declare_from_array!(18, U18);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1065 | declare_from_array!(19, U19);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1066 | declare_from_array!(20, U20);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1067 | declare_from_array!(21, U21);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1068 | declare_from_array!(22, U22);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1069 | declare_from_array!(23, U23);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1070 | declare_from_array!(24, U24);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1071 | declare_from_array!(25, U25);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1072 | declare_from_array!(26, U26);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1073 | declare_from_array!(27, U27);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1074 | declare_from_array!(28, U28);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1075 | declare_from_array!(29, U29);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1076 | declare_from_array!(30, U30);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1035:13
[INFO] [stdout] |
[INFO] [stdout] 1035 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1077 | declare_from_array!(31, U31);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] --> src/lib.rs:1111:5
[INFO] [stdout] |
[INFO] [stdout] 1111 | #[must_use]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/lib.rs:462:17
[INFO] [stdout] |
[INFO] [stdout] 462 | pub fn iter(&self) -> Iter {
[INFO] [stdout] | ^^^^^ ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 462 | pub fn iter(&self) -> Iter<'_, A> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/lib.rs:469:21
[INFO] [stdout] |
[INFO] [stdout] 469 | pub fn iter_mut(&mut self) -> IterMut {
[INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 469 | pub fn iter_mut(&mut self) -> IterMut<'_, A> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 11.14s
[INFO] running `Command { std: "docker" "inspect" "7d7d03c88b330a251fee58ae42e1b0d64dd46537e6e4deed5d03d3dcf1188cf9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7d7d03c88b330a251fee58ae42e1b0d64dd46537e6e4deed5d03d3dcf1188cf9", kill_on_drop: false }`
[INFO] [stdout] 7d7d03c88b330a251fee58ae42e1b0d64dd46537e6e4deed5d03d3dcf1188cf9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] db965842832b75d8c50a8412422672804b7ec5aba2f0f93d8ce393e811aa8de8
[INFO] running `Command { std: "docker" "start" "-a" "db965842832b75d8c50a8412422672804b7ec5aba2f0f93d8ce393e811aa8de8", kill_on_drop: false }`
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr] --> src/lib.rs:953:5
[INFO] [stderr] |
[INFO] [stderr] 953 | #[must_use]
[INFO] [stderr] | ^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stderr] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr]
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr] --> src/lib.rs:990:5
[INFO] [stderr] |
[INFO] [stderr] 990 | #[must_use]
[INFO] [stderr] | ^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stderr]
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr] --> src/lib.rs:1026:5
[INFO] [stderr] |
[INFO] [stderr] 1026 | #[must_use]
[INFO] [stderr] | ^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stderr]
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr] --> src/lib.rs:1035:13
[INFO] [stderr] |
[INFO] [stderr] 1035 | #[must_use]
[INFO] [stderr] | ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 1046 | declare_from_array!(0, U0);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stderr] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr] --> src/lib.rs:1035:13
[INFO] [stderr] |
[INFO] [stderr] 1035 | #[must_use]
[INFO] [stderr] | ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 1047 | declare_from_array!(1, U1);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stderr] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr] --> src/lib.rs:1035:13
[INFO] [stderr] |
[INFO] [stderr] 1035 | #[must_use]
[INFO] [stderr] | ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 1048 | declare_from_array!(2, U2);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stderr] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr] --> src/lib.rs:1035:13
[INFO] [stderr] |
[INFO] [stderr] 1035 | #[must_use]
[INFO] [stderr] | ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 1049 | declare_from_array!(3, U3);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stderr] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr] --> src/lib.rs:1035:13
[INFO] [stderr] |
[INFO] [stderr] 1035 | #[must_use]
[INFO] [stderr] | ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 1050 | declare_from_array!(4, U4);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stderr] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr] --> src/lib.rs:1035:13
[INFO] [stderr] |
[INFO] [stderr] 1035 | #[must_use]
[INFO] [stderr] | ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 1051 | declare_from_array!(5, U5);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stderr] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr] --> src/lib.rs:1035:13
[INFO] [stderr] |
[INFO] [stderr] 1035 | #[must_use]
[INFO] [stderr] | ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 1052 | declare_from_array!(6, U6);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stderr] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr] --> src/lib.rs:1035:13
[INFO] [stderr] |
[INFO] [stderr] 1035 | #[must_use]
[INFO] [stderr] | ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 1053 | declare_from_array!(7, U7);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stderr] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr] --> src/lib.rs:1035:13
[INFO] [stderr] |
[INFO] [stderr] 1035 | #[must_use]
[INFO] [stderr] | ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 1054 | declare_from_array!(8, U8);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stderr] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr] --> src/lib.rs:1035:13
[INFO] [stderr] |
[INFO] [stderr] 1035 | #[must_use]
[INFO] [stderr] | ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 1055 | declare_from_array!(9, U9);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stderr] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr] --> src/lib.rs:1035:13
[INFO] [stderr] |
[INFO] [stderr] 1035 | #[must_use]
[INFO] [stderr] | ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 1056 | declare_from_array!(10, U10);
[INFO] [stderr] | ---------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stderr] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr] --> src/lib.rs:1035:13
[INFO] [stderr] |
[INFO] [stderr] 1035 | #[must_use]
[INFO] [stderr] | ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 1057 | declare_from_array!(11, U11);
[INFO] [stderr] | ---------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stderr] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr] --> src/lib.rs:1035:13
[INFO] [stderr] |
[INFO] [stderr] 1035 | #[must_use]
[INFO] [stderr] | ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 1058 | declare_from_array!(12, U12);
[INFO] [stderr] | ---------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stderr] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr] --> src/lib.rs:1035:13
[INFO] [stderr] |
[INFO] [stderr] 1035 | #[must_use]
[INFO] [stderr] | ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 1059 | declare_from_array!(13, U13);
[INFO] [stderr] | ---------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stderr] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr] --> src/lib.rs:1035:13
[INFO] [stderr] |
[INFO] [stderr] 1035 | #[must_use]
[INFO] [stderr] | ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 1060 | declare_from_array!(14, U14);
[INFO] [stderr] | ---------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stderr] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr] --> src/lib.rs:1035:13
[INFO] [stderr] |
[INFO] [stderr] 1035 | #[must_use]
[INFO] [stderr] | ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 1061 | declare_from_array!(15, U15);
[INFO] [stderr] | ---------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stderr] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr] --> src/lib.rs:1035:13
[INFO] [stderr] |
[INFO] [stderr] 1035 | #[must_use]
[INFO] [stderr] | ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 1062 | declare_from_array!(16, U16);
[INFO] [stderr] | ---------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stderr] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr] --> src/lib.rs:1035:13
[INFO] [stderr] |
[INFO] [stderr] 1035 | #[must_use]
[INFO] [stderr] | ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 1063 | declare_from_array!(17, U17);
[INFO] [stderr] | ---------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stderr] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr] --> src/lib.rs:1035:13
[INFO] [stderr] |
[INFO] [stderr] 1035 | #[must_use]
[INFO] [stderr] | ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 1064 | declare_from_array!(18, U18);
[INFO] [stderr] | ---------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stderr] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr] --> src/lib.rs:1035:13
[INFO] [stderr] |
[INFO] [stderr] 1035 | #[must_use]
[INFO] [stderr] | ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 1065 | declare_from_array!(19, U19);
[INFO] [stderr] | ---------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stderr] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr] --> src/lib.rs:1035:13
[INFO] [stderr] |
[INFO] [stderr] 1035 | #[must_use]
[INFO] [stderr] | ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 1066 | declare_from_array!(20, U20);
[INFO] [stderr] | ---------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stderr] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr] --> src/lib.rs:1035:13
[INFO] [stderr] |
[INFO] [stderr] 1035 | #[must_use]
[INFO] [stderr] | ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 1067 | declare_from_array!(21, U21);
[INFO] [stderr] | ---------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stderr] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr] --> src/lib.rs:1035:13
[INFO] [stderr] |
[INFO] [stderr] 1035 | #[must_use]
[INFO] [stderr] | ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 1068 | declare_from_array!(22, U22);
[INFO] [stderr] | ---------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stderr] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr] --> src/lib.rs:1035:13
[INFO] [stderr] |
[INFO] [stderr] 1035 | #[must_use]
[INFO] [stderr] | ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 1069 | declare_from_array!(23, U23);
[INFO] [stderr] | ---------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stderr] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr] --> src/lib.rs:1035:13
[INFO] [stderr] |
[INFO] [stderr] 1035 | #[must_use]
[INFO] [stderr] | ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 1070 | declare_from_array!(24, U24);
[INFO] [stderr] | ---------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stderr] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr] --> src/lib.rs:1035:13
[INFO] [stderr] |
[INFO] [stderr] 1035 | #[must_use]
[INFO] [stderr] | ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 1071 | declare_from_array!(25, U25);
[INFO] [stderr] | ---------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stderr] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr] --> src/lib.rs:1035:13
[INFO] [stderr] |
[INFO] [stderr] 1035 | #[must_use]
[INFO] [stderr] | ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 1072 | declare_from_array!(26, U26);
[INFO] [stderr] | ---------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stderr] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr] --> src/lib.rs:1035:13
[INFO] [stderr] |
[INFO] [stderr] 1035 | #[must_use]
[INFO] [stderr] | ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 1073 | declare_from_array!(27, U27);
[INFO] [stderr] | ---------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stderr] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr] --> src/lib.rs:1035:13
[INFO] [stderr] |
[INFO] [stderr] 1035 | #[must_use]
[INFO] [stderr] | ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 1074 | declare_from_array!(28, U28);
[INFO] [stderr] | ---------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stderr] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr] --> src/lib.rs:1035:13
[INFO] [stderr] |
[INFO] [stderr] 1035 | #[must_use]
[INFO] [stderr] | ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 1075 | declare_from_array!(29, U29);
[INFO] [stderr] | ---------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stderr] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr] --> src/lib.rs:1035:13
[INFO] [stderr] |
[INFO] [stderr] 1035 | #[must_use]
[INFO] [stderr] | ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 1076 | declare_from_array!(30, U30);
[INFO] [stderr] | ---------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stderr] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr] --> src/lib.rs:1035:13
[INFO] [stderr] |
[INFO] [stderr] 1035 | #[must_use]
[INFO] [stderr] | ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 1077 | declare_from_array!(31, U31);
[INFO] [stderr] | ---------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stderr] = note: this warning originates in the macro `declare_from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr] --> src/lib.rs:462:17
[INFO] [stderr] |
[INFO] [stderr] 462 | pub fn iter(&self) -> Iter {
[INFO] [stderr] | ^^^^^ ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr] | |
[INFO] [stderr] | the lifetime is elided here
[INFO] [stderr] |
[INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr] |
[INFO] [stderr] 462 | pub fn iter(&self) -> Iter<'_, A> {
[INFO] [stderr] | +++
[INFO] [stderr]
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr] --> src/lib.rs:469:21
[INFO] [stderr] |
[INFO] [stderr] 469 | pub fn iter_mut(&mut self) -> IterMut {
[INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr] | |
[INFO] [stderr] | the lifetime is elided here
[INFO] [stderr] |
[INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr] |
[INFO] [stderr] 469 | pub fn iter_mut(&mut self) -> IterMut<'_, A> {
[INFO] [stderr] | +++
[INFO] [stderr]
[INFO] [stderr] warning: `sized-vec` (lib) generated 37 warnings (run `cargo fix --lib -p sized-vec` to apply 37 suggestions)
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr] --> src/lib.rs:1111:5
[INFO] [stderr] |
[INFO] [stderr] 1111 | #[must_use]
[INFO] [stderr] | ^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stderr]
[INFO] [stderr] warning: `sized-vec` (lib test) generated 38 warnings (37 duplicates) (run `cargo fix --lib -p sized-vec --tests` to apply 1 suggestion)
[INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.61s
[INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sized_vec-865c0c9d51c25d90)
[INFO] [stdout]
[INFO] [stdout] running 4 tests
[INFO] [stdout] test tests::basics ... ok
[INFO] [stdout] test tests::serialise ... ok
[INFO] [stdout] test tests::static_array_conversion ... ok
[INFO] [stderr] Doc-tests sized_vec
[INFO] [stdout] test tests::test_the_proptest ... ok
[INFO] [stdout]
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.28s
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] running 25 tests
[INFO] [stdout] test src/lib.rs - Vec::pop (line 323) - compile fail ... ok
[INFO] [stdout] test src/lib.rs - (line 13) - compile fail ... ok
[INFO] [stdout] test src/lib.rs - Vec::get (line 410) - compile fail ... ok
[INFO] [stdout] test src/lib.rs - Vec::push (line 287) - compile fail ... ok
[INFO] [stdout] test src/lib.rs - (line 49) ... ok
[INFO] [stdout] test src/lib.rs - (line 25) ... ok
[INFO] [stdout] test src/lib.rs - Vec::push (line 275) ... ok
[INFO] [stdout] test src/lib.rs - Vec::get (line 399) ... ok
[INFO] [stdout] test src/lib.rs - Vec::repeat (line 201) ... ok
[INFO] [stdout] test src/lib.rs - Vec::resize (line 619) ... ok
[INFO] [stdout] test src/lib.rs - Vec::from_default (line 254) ... ok
[INFO] [stdout] test src/lib.rs - Vec::pop (line 311) ... ok
[INFO] [stdout] test src/lib.rs - Vec::drain (line 552) ... ok
[INFO] [stdout] test src/lib.rs - Vec::map (line 643) ... ok
[INFO] [stdout] test src/lib.rs - Vec::apply (line 666) ... ok
[INFO] [stdout] test src/lib.rs - Vec::fill (line 180) ... ok
[INFO] [stdout] test src/lib.rs - Vec::try_from (line 939) ... ok
[INFO] [stdout] test src/lib.rs - Vec::truncate (line 491) ... ok
[INFO] [stdout] test src/lib.rs - Vec::slice (line 515) ... ok
[INFO] [stdout] test src/lib.rs - Vec::try_from (line 974) ... ok
[INFO] [stdout] test src/lib.rs - Vec::split_off (line 592) ... ok
[INFO] [stdout] test src/lib.rs - Vec::try_from_iter (line 224) ... ok
[INFO] [stdout] test src/lib.rs - Vec::try_from (line 1012) ... ok
[INFO] [stdout] test src/lib.rs - Vec::unzip (line 720) ... ok
[INFO] [stdout] test src/lib.rs - Vec::zip (line 692) ... ok
[INFO] [stdout]
[INFO] [stdout] test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.36s
[INFO] [stdout]
[INFO] running `Command { std: "docker" "inspect" "db965842832b75d8c50a8412422672804b7ec5aba2f0f93d8ce393e811aa8de8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "db965842832b75d8c50a8412422672804b7ec5aba2f0f93d8ce393e811aa8de8", kill_on_drop: false }`
[INFO] [stdout] db965842832b75d8c50a8412422672804b7ec5aba2f0f93d8ce393e811aa8de8