[INFO] fetching crate glamour 0.18.0... [INFO] testing glamour-0.18.0 against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237 [INFO] extracting crate glamour 0.18.0 into /workspace/builds/worker-1-tc2/source [INFO] started tweaking crates.io crate glamour 0.18.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate glamour 0.18.0 [INFO] tweaked toml for crates.io crate glamour 0.18.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate glamour 0.18.0 on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate glamour 0.18.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0617047d154a6c963deae90c296099583ae30ed169d208f29c0b3db18e5a233e [INFO] running `Command { std: "docker" "start" "-a" "0617047d154a6c963deae90c296099583ae30ed169d208f29c0b3db18e5a233e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0617047d154a6c963deae90c296099583ae30ed169d208f29c0b3db18e5a233e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0617047d154a6c963deae90c296099583ae30ed169d208f29c0b3db18e5a233e", kill_on_drop: false }` [INFO] [stdout] 0617047d154a6c963deae90c296099583ae30ed169d208f29c0b3db18e5a233e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 36166b41b893bbe5c5e8045f9bdda01fda56771d4bdda8e14b323f8e0f26c118 [INFO] running `Command { std: "docker" "start" "-a" "36166b41b893bbe5c5e8045f9bdda01fda56771d4bdda8e14b323f8e0f26c118", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling bytemuck v1.23.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling approx v0.5.1 [INFO] [stderr] Compiling glam v0.30.3 [INFO] [stderr] Compiling glamour v0.18.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/box.rs:812:5 [INFO] [stdout] | [INFO] [stdout] 812 | #[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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, 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/box.rs:831:5 [INFO] [stdout] | [INFO] [stdout] 831 | #[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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/matrix.rs:471:5 [INFO] [stdout] | [INFO] [stdout] 471 | #[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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/matrix.rs:506:5 [INFO] [stdout] | [INFO] [stdout] 506 | #[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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/matrix.rs:519:5 [INFO] [stdout] | [INFO] [stdout] 519 | #[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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/matrix.rs:532:5 [INFO] [stdout] | [INFO] [stdout] 532 | #[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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/matrix.rs:611:5 [INFO] [stdout] | [INFO] [stdout] 611 | #[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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/matrix.rs:624:5 [INFO] [stdout] | [INFO] [stdout] 624 | #[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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/matrix.rs:637:5 [INFO] [stdout] | [INFO] [stdout] 637 | #[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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/matrix.rs:689:5 [INFO] [stdout] | [INFO] [stdout] 689 | #[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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/impl_traits.rs:5:13 [INFO] [stdout] | [INFO] [stdout] 5 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/point.rs:177:1 [INFO] [stdout] | [INFO] [stdout] 177 | crate::impl_vectorlike::pointlike!(Point2, 2); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits` which comes from the expansion of the macro `crate::impl_vectorlike::pointlike` (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/impl_traits.rs:27:13 [INFO] [stdout] | [INFO] [stdout] 27 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/point.rs:177:1 [INFO] [stdout] | [INFO] [stdout] 177 | crate::impl_vectorlike::pointlike!(Point2, 2); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits` which comes from the expansion of the macro `crate::impl_vectorlike::pointlike` (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/impl_traits.rs:61:13 [INFO] [stdout] | [INFO] [stdout] 61 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/point.rs:177:1 [INFO] [stdout] | [INFO] [stdout] 177 | crate::impl_vectorlike::pointlike!(Point2, 2); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::pointlike` (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/impl_traits.rs:68:13 [INFO] [stdout] | [INFO] [stdout] 68 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/point.rs:177:1 [INFO] [stdout] | [INFO] [stdout] 177 | crate::impl_vectorlike::pointlike!(Point2, 2); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::pointlike` (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/impl_traits.rs:87:13 [INFO] [stdout] | [INFO] [stdout] 87 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/point.rs:177:1 [INFO] [stdout] | [INFO] [stdout] 177 | crate::impl_vectorlike::pointlike!(Point2, 2); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::pointlike` (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/impl_traits.rs:95:13 [INFO] [stdout] | [INFO] [stdout] 95 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/point.rs:177:1 [INFO] [stdout] | [INFO] [stdout] 177 | crate::impl_vectorlike::pointlike!(Point2, 2); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::pointlike` (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/impl_traits.rs:119:13 [INFO] [stdout] | [INFO] [stdout] 119 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/point.rs:177:1 [INFO] [stdout] | [INFO] [stdout] 177 | crate::impl_vectorlike::pointlike!(Point2, 2); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::pointlike` (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/impl_traits.rs:128:13 [INFO] [stdout] | [INFO] [stdout] 128 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/point.rs:177:1 [INFO] [stdout] | [INFO] [stdout] 177 | crate::impl_vectorlike::pointlike!(Point2, 2); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::pointlike` (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/impl_traits.rs:133:13 [INFO] [stdout] | [INFO] [stdout] 133 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/point.rs:177:1 [INFO] [stdout] | [INFO] [stdout] 177 | crate::impl_vectorlike::pointlike!(Point2, 2); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::pointlike` (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/impl_traits.rs:138:13 [INFO] [stdout] | [INFO] [stdout] 138 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/point.rs:177:1 [INFO] [stdout] | [INFO] [stdout] 177 | crate::impl_vectorlike::pointlike!(Point2, 2); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::pointlike` (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/impl_traits.rs:145:13 [INFO] [stdout] | [INFO] [stdout] 145 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/point.rs:177:1 [INFO] [stdout] | [INFO] [stdout] 177 | crate::impl_vectorlike::pointlike!(Point2, 2); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::pointlike` (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/impl_traits.rs:150:13 [INFO] [stdout] | [INFO] [stdout] 150 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/point.rs:177:1 [INFO] [stdout] | [INFO] [stdout] 177 | crate::impl_vectorlike::pointlike!(Point2, 2); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::pointlike` (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/impl_traits.rs:160:13 [INFO] [stdout] | [INFO] [stdout] 160 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/point.rs:177:1 [INFO] [stdout] | [INFO] [stdout] 177 | crate::impl_vectorlike::pointlike!(Point2, 2); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::pointlike` (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/impl_traits.rs:172:13 [INFO] [stdout] | [INFO] [stdout] 172 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/point.rs:177:1 [INFO] [stdout] | [INFO] [stdout] 177 | crate::impl_vectorlike::pointlike!(Point2, 2); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::pointlike` (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/impl_traits.rs:177:13 [INFO] [stdout] | [INFO] [stdout] 177 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/point.rs:177:1 [INFO] [stdout] | [INFO] [stdout] 177 | crate::impl_vectorlike::pointlike!(Point2, 2); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::pointlike` (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/impl_traits.rs:182:13 [INFO] [stdout] | [INFO] [stdout] 182 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/point.rs:177:1 [INFO] [stdout] | [INFO] [stdout] 177 | crate::impl_vectorlike::pointlike!(Point2, 2); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::pointlike` (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/impl_traits.rs:5:13 [INFO] [stdout] | [INFO] [stdout] 5 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/point.rs:188:1 [INFO] [stdout] | [INFO] [stdout] 188 | crate::impl_vectorlike::pointlike!(Point3, 3); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits` which comes from the expansion of the macro `crate::impl_vectorlike::pointlike` (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/impl_traits.rs:36:13 [INFO] [stdout] | [INFO] [stdout] 36 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/point.rs:188:1 [INFO] [stdout] | [INFO] [stdout] 188 | crate::impl_vectorlike::pointlike!(Point3, 3); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits` which comes from the expansion of the macro `crate::impl_vectorlike::pointlike` (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/impl_traits.rs:61:13 [INFO] [stdout] | [INFO] [stdout] 61 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/point.rs:188:1 [INFO] [stdout] | [INFO] [stdout] 188 | crate::impl_vectorlike::pointlike!(Point3, 3); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::pointlike` (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/impl_traits.rs:68:13 [INFO] [stdout] | [INFO] [stdout] 68 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/point.rs:188:1 [INFO] [stdout] | [INFO] [stdout] 188 | crate::impl_vectorlike::pointlike!(Point3, 3); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::pointlike` (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/impl_traits.rs:87:13 [INFO] [stdout] | [INFO] [stdout] 87 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/point.rs:188:1 [INFO] [stdout] | [INFO] [stdout] 188 | crate::impl_vectorlike::pointlike!(Point3, 3); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::pointlike` (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/impl_traits.rs:95:13 [INFO] [stdout] | [INFO] [stdout] 95 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/point.rs:188:1 [INFO] [stdout] | [INFO] [stdout] 188 | crate::impl_vectorlike::pointlike!(Point3, 3); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::pointlike` (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/impl_traits.rs:119:13 [INFO] [stdout] | [INFO] [stdout] 119 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/point.rs:188:1 [INFO] [stdout] | [INFO] [stdout] 188 | crate::impl_vectorlike::pointlike!(Point3, 3); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::pointlike` (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/impl_traits.rs:128:13 [INFO] [stdout] | [INFO] [stdout] 128 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/point.rs:188:1 [INFO] [stdout] | [INFO] [stdout] 188 | crate::impl_vectorlike::pointlike!(Point3, 3); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::pointlike` (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/impl_traits.rs:133:13 [INFO] [stdout] | [INFO] [stdout] 133 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/point.rs:188:1 [INFO] [stdout] | [INFO] [stdout] 188 | crate::impl_vectorlike::pointlike!(Point3, 3); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::pointlike` (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/impl_traits.rs:138:13 [INFO] [stdout] | [INFO] [stdout] 138 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/point.rs:188:1 [INFO] [stdout] | [INFO] [stdout] 188 | crate::impl_vectorlike::pointlike!(Point3, 3); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::pointlike` (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/impl_traits.rs:145:13 [INFO] [stdout] | [INFO] [stdout] 145 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/point.rs:188:1 [INFO] [stdout] | [INFO] [stdout] 188 | crate::impl_vectorlike::pointlike!(Point3, 3); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::pointlike` (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/impl_traits.rs:150:13 [INFO] [stdout] | [INFO] [stdout] 150 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/point.rs:188:1 [INFO] [stdout] | [INFO] [stdout] 188 | crate::impl_vectorlike::pointlike!(Point3, 3); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::pointlike` (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/impl_traits.rs:160:13 [INFO] [stdout] | [INFO] [stdout] 160 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/point.rs:188:1 [INFO] [stdout] | [INFO] [stdout] 188 | crate::impl_vectorlike::pointlike!(Point3, 3); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::pointlike` (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/impl_traits.rs:172:13 [INFO] [stdout] | [INFO] [stdout] 172 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/point.rs:188:1 [INFO] [stdout] | [INFO] [stdout] 188 | crate::impl_vectorlike::pointlike!(Point3, 3); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::pointlike` (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/impl_traits.rs:177:13 [INFO] [stdout] | [INFO] [stdout] 177 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/point.rs:188:1 [INFO] [stdout] | [INFO] [stdout] 188 | crate::impl_vectorlike::pointlike!(Point3, 3); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::pointlike` (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/impl_traits.rs:182:13 [INFO] [stdout] | [INFO] [stdout] 182 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/point.rs:188:1 [INFO] [stdout] | [INFO] [stdout] 188 | crate::impl_vectorlike::pointlike!(Point3, 3); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::pointlike` (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/impl_traits.rs:5:13 [INFO] [stdout] | [INFO] [stdout] 5 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/point.rs:199:1 [INFO] [stdout] | [INFO] [stdout] 199 | crate::impl_vectorlike::pointlike!(Point4, 4); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits` which comes from the expansion of the macro `crate::impl_vectorlike::pointlike` (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/impl_traits.rs:45:13 [INFO] [stdout] | [INFO] [stdout] 45 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/point.rs:199:1 [INFO] [stdout] | [INFO] [stdout] 199 | crate::impl_vectorlike::pointlike!(Point4, 4); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits` which comes from the expansion of the macro `crate::impl_vectorlike::pointlike` (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/impl_traits.rs:61:13 [INFO] [stdout] | [INFO] [stdout] 61 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/point.rs:199:1 [INFO] [stdout] | [INFO] [stdout] 199 | crate::impl_vectorlike::pointlike!(Point4, 4); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::pointlike` (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/impl_traits.rs:68:13 [INFO] [stdout] | [INFO] [stdout] 68 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/point.rs:199:1 [INFO] [stdout] | [INFO] [stdout] 199 | crate::impl_vectorlike::pointlike!(Point4, 4); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::pointlike` (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/impl_traits.rs:87:13 [INFO] [stdout] | [INFO] [stdout] 87 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/point.rs:199:1 [INFO] [stdout] | [INFO] [stdout] 199 | crate::impl_vectorlike::pointlike!(Point4, 4); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::pointlike` (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/impl_traits.rs:95:13 [INFO] [stdout] | [INFO] [stdout] 95 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/point.rs:199:1 [INFO] [stdout] | [INFO] [stdout] 199 | crate::impl_vectorlike::pointlike!(Point4, 4); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::pointlike` (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/impl_traits.rs:119:13 [INFO] [stdout] | [INFO] [stdout] 119 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/point.rs:199:1 [INFO] [stdout] | [INFO] [stdout] 199 | crate::impl_vectorlike::pointlike!(Point4, 4); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::pointlike` (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/impl_traits.rs:128:13 [INFO] [stdout] | [INFO] [stdout] 128 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/point.rs:199:1 [INFO] [stdout] | [INFO] [stdout] 199 | crate::impl_vectorlike::pointlike!(Point4, 4); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::pointlike` (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/impl_traits.rs:133:13 [INFO] [stdout] | [INFO] [stdout] 133 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/point.rs:199:1 [INFO] [stdout] | [INFO] [stdout] 199 | crate::impl_vectorlike::pointlike!(Point4, 4); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::pointlike` (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/impl_traits.rs:138:13 [INFO] [stdout] | [INFO] [stdout] 138 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/point.rs:199:1 [INFO] [stdout] | [INFO] [stdout] 199 | crate::impl_vectorlike::pointlike!(Point4, 4); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::pointlike` (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/impl_traits.rs:145:13 [INFO] [stdout] | [INFO] [stdout] 145 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/point.rs:199:1 [INFO] [stdout] | [INFO] [stdout] 199 | crate::impl_vectorlike::pointlike!(Point4, 4); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::pointlike` (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/impl_traits.rs:150:13 [INFO] [stdout] | [INFO] [stdout] 150 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/point.rs:199:1 [INFO] [stdout] | [INFO] [stdout] 199 | crate::impl_vectorlike::pointlike!(Point4, 4); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::pointlike` (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/impl_traits.rs:160:13 [INFO] [stdout] | [INFO] [stdout] 160 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/point.rs:199:1 [INFO] [stdout] | [INFO] [stdout] 199 | crate::impl_vectorlike::pointlike!(Point4, 4); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::pointlike` (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/impl_traits.rs:172:13 [INFO] [stdout] | [INFO] [stdout] 172 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/point.rs:199:1 [INFO] [stdout] | [INFO] [stdout] 199 | crate::impl_vectorlike::pointlike!(Point4, 4); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::pointlike` (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/impl_traits.rs:177:13 [INFO] [stdout] | [INFO] [stdout] 177 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/point.rs:199:1 [INFO] [stdout] | [INFO] [stdout] 199 | crate::impl_vectorlike::pointlike!(Point4, 4); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::pointlike` (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/impl_traits.rs:182:13 [INFO] [stdout] | [INFO] [stdout] 182 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/point.rs:199:1 [INFO] [stdout] | [INFO] [stdout] 199 | crate::impl_vectorlike::pointlike!(Point4, 4); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::pointlike` (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/rect.rs:388:5 [INFO] [stdout] | [INFO] [stdout] 388 | #[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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/rect.rs:393:5 [INFO] [stdout] | [INFO] [stdout] 393 | #[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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/rect.rs:399:5 [INFO] [stdout] | [INFO] [stdout] 399 | #[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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/rect.rs:407:5 [INFO] [stdout] | [INFO] [stdout] 407 | #[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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/rect.rs:412:5 [INFO] [stdout] | [INFO] [stdout] 412 | #[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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/rect.rs:424:5 [INFO] [stdout] | [INFO] [stdout] 424 | #[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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/rect.rs:438:5 [INFO] [stdout] | [INFO] [stdout] 438 | #[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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/rect.rs:443:5 [INFO] [stdout] | [INFO] [stdout] 443 | #[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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/rect.rs:449:5 [INFO] [stdout] | [INFO] [stdout] 449 | #[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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/rect.rs:458:5 [INFO] [stdout] | [INFO] [stdout] 458 | #[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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/rect.rs:493:5 [INFO] [stdout] | [INFO] [stdout] 493 | #[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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/rect.rs:499:5 [INFO] [stdout] | [INFO] [stdout] 499 | #[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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/rect.rs:509:5 [INFO] [stdout] | [INFO] [stdout] 509 | #[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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/rect.rs:515:5 [INFO] [stdout] | [INFO] [stdout] 515 | #[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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/rect.rs:528:5 [INFO] [stdout] | [INFO] [stdout] 528 | #[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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/impl_traits.rs:5:13 [INFO] [stdout] | [INFO] [stdout] 5 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/size.rs:141:1 [INFO] [stdout] | [INFO] [stdout] 141 | crate::impl_vectorlike::sizelike!(Size2, 2); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits` which comes from the expansion of the macro `crate::impl_vectorlike::sizelike` (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/impl_traits.rs:27:13 [INFO] [stdout] | [INFO] [stdout] 27 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/size.rs:141:1 [INFO] [stdout] | [INFO] [stdout] 141 | crate::impl_vectorlike::sizelike!(Size2, 2); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits` which comes from the expansion of the macro `crate::impl_vectorlike::sizelike` (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/impl_traits.rs:61:13 [INFO] [stdout] | [INFO] [stdout] 61 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/size.rs:141:1 [INFO] [stdout] | [INFO] [stdout] 141 | crate::impl_vectorlike::sizelike!(Size2, 2); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::sizelike` (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/impl_traits.rs:68:13 [INFO] [stdout] | [INFO] [stdout] 68 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/size.rs:141:1 [INFO] [stdout] | [INFO] [stdout] 141 | crate::impl_vectorlike::sizelike!(Size2, 2); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::sizelike` (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/impl_traits.rs:87:13 [INFO] [stdout] | [INFO] [stdout] 87 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/size.rs:141:1 [INFO] [stdout] | [INFO] [stdout] 141 | crate::impl_vectorlike::sizelike!(Size2, 2); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::sizelike` (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/impl_traits.rs:95:13 [INFO] [stdout] | [INFO] [stdout] 95 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/size.rs:141:1 [INFO] [stdout] | [INFO] [stdout] 141 | crate::impl_vectorlike::sizelike!(Size2, 2); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::sizelike` (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/impl_traits.rs:119:13 [INFO] [stdout] | [INFO] [stdout] 119 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/size.rs:141:1 [INFO] [stdout] | [INFO] [stdout] 141 | crate::impl_vectorlike::sizelike!(Size2, 2); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::sizelike` (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/impl_traits.rs:128:13 [INFO] [stdout] | [INFO] [stdout] 128 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/size.rs:141:1 [INFO] [stdout] | [INFO] [stdout] 141 | crate::impl_vectorlike::sizelike!(Size2, 2); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::sizelike` (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/impl_traits.rs:133:13 [INFO] [stdout] | [INFO] [stdout] 133 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/size.rs:141:1 [INFO] [stdout] | [INFO] [stdout] 141 | crate::impl_vectorlike::sizelike!(Size2, 2); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::sizelike` (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/impl_traits.rs:138:13 [INFO] [stdout] | [INFO] [stdout] 138 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/size.rs:141:1 [INFO] [stdout] | [INFO] [stdout] 141 | crate::impl_vectorlike::sizelike!(Size2, 2); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::sizelike` (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/impl_traits.rs:145:13 [INFO] [stdout] | [INFO] [stdout] 145 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/size.rs:141:1 [INFO] [stdout] | [INFO] [stdout] 141 | crate::impl_vectorlike::sizelike!(Size2, 2); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::sizelike` (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/impl_traits.rs:150:13 [INFO] [stdout] | [INFO] [stdout] 150 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/size.rs:141:1 [INFO] [stdout] | [INFO] [stdout] 141 | crate::impl_vectorlike::sizelike!(Size2, 2); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::sizelike` (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/impl_traits.rs:160:13 [INFO] [stdout] | [INFO] [stdout] 160 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/size.rs:141:1 [INFO] [stdout] | [INFO] [stdout] 141 | crate::impl_vectorlike::sizelike!(Size2, 2); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::sizelike` (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/impl_traits.rs:172:13 [INFO] [stdout] | [INFO] [stdout] 172 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/size.rs:141:1 [INFO] [stdout] | [INFO] [stdout] 141 | crate::impl_vectorlike::sizelike!(Size2, 2); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::sizelike` (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/impl_traits.rs:177:13 [INFO] [stdout] | [INFO] [stdout] 177 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/size.rs:141:1 [INFO] [stdout] | [INFO] [stdout] 141 | crate::impl_vectorlike::sizelike!(Size2, 2); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::sizelike` (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/impl_traits.rs:182:13 [INFO] [stdout] | [INFO] [stdout] 182 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/size.rs:141:1 [INFO] [stdout] | [INFO] [stdout] 141 | crate::impl_vectorlike::sizelike!(Size2, 2); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::sizelike` (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/impl_traits.rs:5:13 [INFO] [stdout] | [INFO] [stdout] 5 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/size.rs:142:1 [INFO] [stdout] | [INFO] [stdout] 142 | crate::impl_vectorlike::sizelike!(Size3, 3); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits` which comes from the expansion of the macro `crate::impl_vectorlike::sizelike` (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/impl_traits.rs:36:13 [INFO] [stdout] | [INFO] [stdout] 36 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/size.rs:142:1 [INFO] [stdout] | [INFO] [stdout] 142 | crate::impl_vectorlike::sizelike!(Size3, 3); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits` which comes from the expansion of the macro `crate::impl_vectorlike::sizelike` (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/impl_traits.rs:61:13 [INFO] [stdout] | [INFO] [stdout] 61 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/size.rs:142:1 [INFO] [stdout] | [INFO] [stdout] 142 | crate::impl_vectorlike::sizelike!(Size3, 3); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::sizelike` (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/impl_traits.rs:68:13 [INFO] [stdout] | [INFO] [stdout] 68 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/size.rs:142:1 [INFO] [stdout] | [INFO] [stdout] 142 | crate::impl_vectorlike::sizelike!(Size3, 3); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::sizelike` (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/impl_traits.rs:87:13 [INFO] [stdout] | [INFO] [stdout] 87 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/size.rs:142:1 [INFO] [stdout] | [INFO] [stdout] 142 | crate::impl_vectorlike::sizelike!(Size3, 3); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::sizelike` (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/impl_traits.rs:95:13 [INFO] [stdout] | [INFO] [stdout] 95 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/size.rs:142:1 [INFO] [stdout] | [INFO] [stdout] 142 | crate::impl_vectorlike::sizelike!(Size3, 3); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::sizelike` (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/impl_traits.rs:119:13 [INFO] [stdout] | [INFO] [stdout] 119 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/size.rs:142:1 [INFO] [stdout] | [INFO] [stdout] 142 | crate::impl_vectorlike::sizelike!(Size3, 3); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::sizelike` (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/impl_traits.rs:128:13 [INFO] [stdout] | [INFO] [stdout] 128 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/size.rs:142:1 [INFO] [stdout] | [INFO] [stdout] 142 | crate::impl_vectorlike::sizelike!(Size3, 3); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::sizelike` (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/impl_traits.rs:133:13 [INFO] [stdout] | [INFO] [stdout] 133 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/size.rs:142:1 [INFO] [stdout] | [INFO] [stdout] 142 | crate::impl_vectorlike::sizelike!(Size3, 3); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::sizelike` (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/impl_traits.rs:138:13 [INFO] [stdout] | [INFO] [stdout] 138 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/size.rs:142:1 [INFO] [stdout] | [INFO] [stdout] 142 | crate::impl_vectorlike::sizelike!(Size3, 3); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::sizelike` (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/impl_traits.rs:145:13 [INFO] [stdout] | [INFO] [stdout] 145 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/size.rs:142:1 [INFO] [stdout] | [INFO] [stdout] 142 | crate::impl_vectorlike::sizelike!(Size3, 3); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::sizelike` (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/impl_traits.rs:150:13 [INFO] [stdout] | [INFO] [stdout] 150 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/size.rs:142:1 [INFO] [stdout] | [INFO] [stdout] 142 | crate::impl_vectorlike::sizelike!(Size3, 3); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::sizelike` (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/impl_traits.rs:160:13 [INFO] [stdout] | [INFO] [stdout] 160 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/size.rs:142:1 [INFO] [stdout] | [INFO] [stdout] 142 | crate::impl_vectorlike::sizelike!(Size3, 3); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::sizelike` (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/impl_traits.rs:172:13 [INFO] [stdout] | [INFO] [stdout] 172 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/size.rs:142:1 [INFO] [stdout] | [INFO] [stdout] 142 | crate::impl_vectorlike::sizelike!(Size3, 3); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::sizelike` (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/impl_traits.rs:177:13 [INFO] [stdout] | [INFO] [stdout] 177 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/size.rs:142:1 [INFO] [stdout] | [INFO] [stdout] 142 | crate::impl_vectorlike::sizelike!(Size3, 3); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::sizelike` (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/impl_traits.rs:182:13 [INFO] [stdout] | [INFO] [stdout] 182 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/size.rs:142:1 [INFO] [stdout] | [INFO] [stdout] 142 | crate::impl_vectorlike::sizelike!(Size3, 3); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::sizelike` (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/transform.rs:409:5 [INFO] [stdout] | [INFO] [stdout] 409 | #[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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/transform.rs:423:5 [INFO] [stdout] | [INFO] [stdout] 423 | #[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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/transform.rs:510:5 [INFO] [stdout] | [INFO] [stdout] 510 | #[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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/transform.rs:526:5 [INFO] [stdout] | [INFO] [stdout] 526 | #[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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/transform.rs:777:5 [INFO] [stdout] | [INFO] [stdout] 777 | #[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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/transform.rs:791:5 [INFO] [stdout] | [INFO] [stdout] 791 | #[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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/impl_traits.rs:5:13 [INFO] [stdout] | [INFO] [stdout] 5 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:231:1 [INFO] [stdout] | [INFO] [stdout] 231 | crate::impl_vectorlike::vectorlike!(Vector2, 2); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits` which comes from the expansion of the macro `crate::impl_vectorlike::vectorlike` (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/impl_traits.rs:27:13 [INFO] [stdout] | [INFO] [stdout] 27 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:231:1 [INFO] [stdout] | [INFO] [stdout] 231 | crate::impl_vectorlike::vectorlike!(Vector2, 2); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits` which comes from the expansion of the macro `crate::impl_vectorlike::vectorlike` (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/impl_traits.rs:61:13 [INFO] [stdout] | [INFO] [stdout] 61 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:231:1 [INFO] [stdout] | [INFO] [stdout] 231 | crate::impl_vectorlike::vectorlike!(Vector2, 2); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::vectorlike` (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/impl_traits.rs:68:13 [INFO] [stdout] | [INFO] [stdout] 68 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:231:1 [INFO] [stdout] | [INFO] [stdout] 231 | crate::impl_vectorlike::vectorlike!(Vector2, 2); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::vectorlike` (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/impl_traits.rs:87:13 [INFO] [stdout] | [INFO] [stdout] 87 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:231:1 [INFO] [stdout] | [INFO] [stdout] 231 | crate::impl_vectorlike::vectorlike!(Vector2, 2); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::vectorlike` (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/impl_traits.rs:95:13 [INFO] [stdout] | [INFO] [stdout] 95 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:231:1 [INFO] [stdout] | [INFO] [stdout] 231 | crate::impl_vectorlike::vectorlike!(Vector2, 2); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::vectorlike` (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/impl_traits.rs:119:13 [INFO] [stdout] | [INFO] [stdout] 119 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:231:1 [INFO] [stdout] | [INFO] [stdout] 231 | crate::impl_vectorlike::vectorlike!(Vector2, 2); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::vectorlike` (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/impl_traits.rs:128:13 [INFO] [stdout] | [INFO] [stdout] 128 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:231:1 [INFO] [stdout] | [INFO] [stdout] 231 | crate::impl_vectorlike::vectorlike!(Vector2, 2); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::vectorlike` (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/impl_traits.rs:133:13 [INFO] [stdout] | [INFO] [stdout] 133 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:231:1 [INFO] [stdout] | [INFO] [stdout] 231 | crate::impl_vectorlike::vectorlike!(Vector2, 2); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::vectorlike` (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/impl_traits.rs:138:13 [INFO] [stdout] | [INFO] [stdout] 138 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:231:1 [INFO] [stdout] | [INFO] [stdout] 231 | crate::impl_vectorlike::vectorlike!(Vector2, 2); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::vectorlike` (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/impl_traits.rs:145:13 [INFO] [stdout] | [INFO] [stdout] 145 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:231:1 [INFO] [stdout] | [INFO] [stdout] 231 | crate::impl_vectorlike::vectorlike!(Vector2, 2); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::vectorlike` (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/impl_traits.rs:150:13 [INFO] [stdout] | [INFO] [stdout] 150 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:231:1 [INFO] [stdout] | [INFO] [stdout] 231 | crate::impl_vectorlike::vectorlike!(Vector2, 2); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::vectorlike` (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/impl_traits.rs:160:13 [INFO] [stdout] | [INFO] [stdout] 160 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:231:1 [INFO] [stdout] | [INFO] [stdout] 231 | crate::impl_vectorlike::vectorlike!(Vector2, 2); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::vectorlike` (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/impl_traits.rs:172:13 [INFO] [stdout] | [INFO] [stdout] 172 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:231:1 [INFO] [stdout] | [INFO] [stdout] 231 | crate::impl_vectorlike::vectorlike!(Vector2, 2); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::vectorlike` (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/impl_traits.rs:177:13 [INFO] [stdout] | [INFO] [stdout] 177 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:231:1 [INFO] [stdout] | [INFO] [stdout] 231 | crate::impl_vectorlike::vectorlike!(Vector2, 2); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::vectorlike` (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/impl_traits.rs:182:13 [INFO] [stdout] | [INFO] [stdout] 182 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:231:1 [INFO] [stdout] | [INFO] [stdout] 231 | crate::impl_vectorlike::vectorlike!(Vector2, 2); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::vectorlike` (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/impl_traits.rs:5:13 [INFO] [stdout] | [INFO] [stdout] 5 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | crate::impl_vectorlike::vectorlike!(Vector3, 3); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits` which comes from the expansion of the macro `crate::impl_vectorlike::vectorlike` (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/impl_traits.rs:36:13 [INFO] [stdout] | [INFO] [stdout] 36 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | crate::impl_vectorlike::vectorlike!(Vector3, 3); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits` which comes from the expansion of the macro `crate::impl_vectorlike::vectorlike` (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/impl_traits.rs:61:13 [INFO] [stdout] | [INFO] [stdout] 61 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | crate::impl_vectorlike::vectorlike!(Vector3, 3); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::vectorlike` (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/impl_traits.rs:68:13 [INFO] [stdout] | [INFO] [stdout] 68 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | crate::impl_vectorlike::vectorlike!(Vector3, 3); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::vectorlike` (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/impl_traits.rs:87:13 [INFO] [stdout] | [INFO] [stdout] 87 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | crate::impl_vectorlike::vectorlike!(Vector3, 3); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::vectorlike` (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/impl_traits.rs:95:13 [INFO] [stdout] | [INFO] [stdout] 95 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | crate::impl_vectorlike::vectorlike!(Vector3, 3); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::vectorlike` (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/impl_traits.rs:119:13 [INFO] [stdout] | [INFO] [stdout] 119 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | crate::impl_vectorlike::vectorlike!(Vector3, 3); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::vectorlike` (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/impl_traits.rs:128:13 [INFO] [stdout] | [INFO] [stdout] 128 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | crate::impl_vectorlike::vectorlike!(Vector3, 3); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::vectorlike` (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/impl_traits.rs:133:13 [INFO] [stdout] | [INFO] [stdout] 133 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | crate::impl_vectorlike::vectorlike!(Vector3, 3); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::vectorlike` (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/impl_traits.rs:138:13 [INFO] [stdout] | [INFO] [stdout] 138 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | crate::impl_vectorlike::vectorlike!(Vector3, 3); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::vectorlike` (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/impl_traits.rs:145:13 [INFO] [stdout] | [INFO] [stdout] 145 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | crate::impl_vectorlike::vectorlike!(Vector3, 3); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::vectorlike` (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/impl_traits.rs:150:13 [INFO] [stdout] | [INFO] [stdout] 150 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | crate::impl_vectorlike::vectorlike!(Vector3, 3); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::vectorlike` (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/impl_traits.rs:160:13 [INFO] [stdout] | [INFO] [stdout] 160 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | crate::impl_vectorlike::vectorlike!(Vector3, 3); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::vectorlike` (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/impl_traits.rs:172:13 [INFO] [stdout] | [INFO] [stdout] 172 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | crate::impl_vectorlike::vectorlike!(Vector3, 3); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::vectorlike` (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/impl_traits.rs:177:13 [INFO] [stdout] | [INFO] [stdout] 177 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | crate::impl_vectorlike::vectorlike!(Vector3, 3); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::vectorlike` (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/impl_traits.rs:182:13 [INFO] [stdout] | [INFO] [stdout] 182 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | crate::impl_vectorlike::vectorlike!(Vector3, 3); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::vectorlike` (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/impl_traits.rs:5:13 [INFO] [stdout] | [INFO] [stdout] 5 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:274:1 [INFO] [stdout] | [INFO] [stdout] 274 | crate::impl_vectorlike::vectorlike!(Vector4, 4); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits` which comes from the expansion of the macro `crate::impl_vectorlike::vectorlike` (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/impl_traits.rs:45:13 [INFO] [stdout] | [INFO] [stdout] 45 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:274:1 [INFO] [stdout] | [INFO] [stdout] 274 | crate::impl_vectorlike::vectorlike!(Vector4, 4); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits` which comes from the expansion of the macro `crate::impl_vectorlike::vectorlike` (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/impl_traits.rs:61:13 [INFO] [stdout] | [INFO] [stdout] 61 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:274:1 [INFO] [stdout] | [INFO] [stdout] 274 | crate::impl_vectorlike::vectorlike!(Vector4, 4); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::vectorlike` (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/impl_traits.rs:68:13 [INFO] [stdout] | [INFO] [stdout] 68 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:274:1 [INFO] [stdout] | [INFO] [stdout] 274 | crate::impl_vectorlike::vectorlike!(Vector4, 4); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::vectorlike` (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/impl_traits.rs:87:13 [INFO] [stdout] | [INFO] [stdout] 87 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:274:1 [INFO] [stdout] | [INFO] [stdout] 274 | crate::impl_vectorlike::vectorlike!(Vector4, 4); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::vectorlike` (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/impl_traits.rs:95:13 [INFO] [stdout] | [INFO] [stdout] 95 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:274:1 [INFO] [stdout] | [INFO] [stdout] 274 | crate::impl_vectorlike::vectorlike!(Vector4, 4); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::vectorlike` (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/impl_traits.rs:119:13 [INFO] [stdout] | [INFO] [stdout] 119 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:274:1 [INFO] [stdout] | [INFO] [stdout] 274 | crate::impl_vectorlike::vectorlike!(Vector4, 4); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::vectorlike` (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/impl_traits.rs:128:13 [INFO] [stdout] | [INFO] [stdout] 128 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:274:1 [INFO] [stdout] | [INFO] [stdout] 274 | crate::impl_vectorlike::vectorlike!(Vector4, 4); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::vectorlike` (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/impl_traits.rs:133:13 [INFO] [stdout] | [INFO] [stdout] 133 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:274:1 [INFO] [stdout] | [INFO] [stdout] 274 | crate::impl_vectorlike::vectorlike!(Vector4, 4); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::vectorlike` (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/impl_traits.rs:138:13 [INFO] [stdout] | [INFO] [stdout] 138 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:274:1 [INFO] [stdout] | [INFO] [stdout] 274 | crate::impl_vectorlike::vectorlike!(Vector4, 4); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::vectorlike` (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/impl_traits.rs:145:13 [INFO] [stdout] | [INFO] [stdout] 145 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:274:1 [INFO] [stdout] | [INFO] [stdout] 274 | crate::impl_vectorlike::vectorlike!(Vector4, 4); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::vectorlike` (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/impl_traits.rs:150:13 [INFO] [stdout] | [INFO] [stdout] 150 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:274:1 [INFO] [stdout] | [INFO] [stdout] 274 | crate::impl_vectorlike::vectorlike!(Vector4, 4); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::vectorlike` (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/impl_traits.rs:160:13 [INFO] [stdout] | [INFO] [stdout] 160 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:274:1 [INFO] [stdout] | [INFO] [stdout] 274 | crate::impl_vectorlike::vectorlike!(Vector4, 4); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::vectorlike` (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/impl_traits.rs:172:13 [INFO] [stdout] | [INFO] [stdout] 172 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:274:1 [INFO] [stdout] | [INFO] [stdout] 274 | crate::impl_vectorlike::vectorlike!(Vector4, 4); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::vectorlike` (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/impl_traits.rs:177:13 [INFO] [stdout] | [INFO] [stdout] 177 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:274:1 [INFO] [stdout] | [INFO] [stdout] 274 | crate::impl_vectorlike::vectorlike!(Vector4, 4); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::vectorlike` (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/impl_traits.rs:182:13 [INFO] [stdout] | [INFO] [stdout] 182 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:274:1 [INFO] [stdout] | [INFO] [stdout] 274 | crate::impl_vectorlike::vectorlike!(Vector4, 4); [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: this warning originates in the macro `crate::impl_traits::impl_basic_traits_vectorlike` which comes from the expansion of the macro `crate::impl_vectorlike::vectorlike` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.29s [INFO] running `Command { std: "docker" "inspect" "36166b41b893bbe5c5e8045f9bdda01fda56771d4bdda8e14b323f8e0f26c118", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "36166b41b893bbe5c5e8045f9bdda01fda56771d4bdda8e14b323f8e0f26c118", kill_on_drop: false }` [INFO] [stdout] 36166b41b893bbe5c5e8045f9bdda01fda56771d4bdda8e14b323f8e0f26c118 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cc2e5cd40e404e2fe173783718579c39ff5593ffab8765737054da23ec50082e [INFO] running `Command { std: "docker" "start" "-a" "cc2e5cd40e404e2fe173783718579c39ff5593ffab8765737054da23ec50082e", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling log v0.4.27 [INFO] [stderr] Compiling cranelift-srcgen v0.119.0 [INFO] [stderr] Compiling foldhash v0.1.5 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling cranelift-isle v0.119.0 [INFO] [stderr] Compiling cranelift-bitset v0.119.0 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling libm v0.2.13 [INFO] [stderr] Compiling bitflags v2.9.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling ryu v1.0.20 [INFO] [stderr] Compiling target-lexicon v0.13.2 [INFO] [stderr] Compiling itoa v1.0.15 [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Compiling cranelift-codegen-shared v0.119.0 [INFO] [stderr] Compiling allocator-api2 v0.2.21 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling semver v1.0.26 [INFO] [stderr] Compiling hashbrown v0.15.3 [INFO] [stderr] Compiling cranelift-assembler-x64-meta v0.119.0 [INFO] [stderr] Compiling pulley-interpreter v32.0.0 [INFO] [stderr] Compiling libc v0.2.172 [INFO] [stderr] Compiling rustc-hash v2.1.1 [INFO] [stderr] Compiling bumpalo v3.17.0 [INFO] [stderr] Compiling wasmparser v0.228.0 [INFO] [stderr] Compiling arbitrary v1.4.1 [INFO] [stderr] Compiling wasm-encoder v0.228.0 [INFO] [stderr] Compiling object v0.36.7 [INFO] [stderr] Compiling crc32fast v1.4.2 [INFO] [stderr] Compiling wasmtime-component-util v32.0.0 [INFO] [stderr] Compiling unicode-xid v0.2.6 [INFO] [stderr] Compiling leb128fmt v0.1.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling cobs v0.2.3 [INFO] [stderr] Compiling termcolor v1.4.1 [INFO] [stderr] Compiling wasmtime-math v32.0.0 [INFO] [stderr] Compiling id-arena v2.2.1 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling cranelift-assembler-x64 v0.119.0 [INFO] [stderr] Compiling cc v1.2.21 [INFO] [stderr] error: could not compile `cranelift-isle` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6/bin/rustc --crate-name cranelift_isle --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cranelift-isle-0.119.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--allow=clippy::all' --warn=unused_import_braces --warn=unused_extern_crates --warn=unused-macro-rules --warn=unused-lifetimes --warn=unstable_features --warn=unsafe-attr-outside-unsafe '--warn=clippy::unnecessary_to_owned' '--warn=clippy::unnecessary_mut_passed' '--warn=clippy::unnecessary_fallible_conversions' '--warn=clippy::unnecessary_cast' '--warn=clippy::uninlined_format_args' --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=rust-2024-prelude-collisions --warn=rust-2024-incompatible-pat --warn=rust-2024-guarded-string-incompatible-syntax --warn=missing-unsafe-on-extern '--warn=clippy::map_clone' '--warn=clippy::manual_strip' --warn=keyword_idents_2024 --warn=impl-trait-overcaptures --warn=deprecated-safe-2024 '--warn=clippy::clone_on_copy' '--warn=clippy::allow_attributes_without_reason' --check-cfg 'cfg(pulley_tail_calls)' --check-cfg 'cfg(pulley_assume_llvm_makes_tail_calls)' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("codespan-reporting", "default", "fancy-errors", "log", "logging"))' -C metadata=bd50339527b60b60 -C extra-filename=-4c56038fc06585a1 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `syn` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6/bin/rustc --crate-name syn --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.101/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=5c374d5059d64294 -C extra-filename=-b3a7a84d9d84a0db --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-09040b10b620fa15.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-bff949ffe258c67d.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-b3925cc8f83e9ac1.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "cc2e5cd40e404e2fe173783718579c39ff5593ffab8765737054da23ec50082e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cc2e5cd40e404e2fe173783718579c39ff5593ffab8765737054da23ec50082e", kill_on_drop: false }` [INFO] [stdout] cc2e5cd40e404e2fe173783718579c39ff5593ffab8765737054da23ec50082e