[INFO] fetching crate vectorial 0.2.0... [INFO] checking vectorial-0.2.0 against try#4d98531622e1718ae0bc3c7a1ab9cd8938428452+rustflags=-Dtail_expr_drop_order for pr-129604 [INFO] extracting crate vectorial 0.2.0 into /workspace/builds/worker-7-tc2/source [INFO] validating manifest of crates.io crate vectorial 0.2.0 on toolchain 4d98531622e1718ae0bc3c7a1ab9cd8938428452 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate vectorial 0.2.0 [INFO] finished tweaking crates.io crate vectorial 0.2.0 [INFO] tweaked toml for crates.io crate vectorial 0.2.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 13 packages to latest compatible versions [INFO] [stderr] Adding approx v0.4.0 (latest: v0.5.1) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 30f742539322bec0c0a12060970ab0db142122cc478e32ba96eb0c141f43278e [INFO] running `Command { std: "docker" "start" "-a" "30f742539322bec0c0a12060970ab0db142122cc478e32ba96eb0c141f43278e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "30f742539322bec0c0a12060970ab0db142122cc478e32ba96eb0c141f43278e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "30f742539322bec0c0a12060970ab0db142122cc478e32ba96eb0c141f43278e", kill_on_drop: false }` [INFO] [stdout] 30f742539322bec0c0a12060970ab0db142122cc478e32ba96eb0c141f43278e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dtail_expr_drop_order" "-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a818ad874a090669ed4b849369008ec0a4675b24df50cda859a2769ab7e07fbd [INFO] running `Command { std: "docker" "start" "-a" "a818ad874a090669ed4b849369008ec0a4675b24df50cda859a2769ab7e07fbd", kill_on_drop: false }` [INFO] [stderr] Checking vectorial v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:223:23 [INFO] [stdout] | [INFO] [stdout] 220 | pub fn convert(self) -> $rect [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 223 | $rect(self.0.convert(), self.1.convert()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] = note: this error originates in the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:223:41 [INFO] [stdout] | [INFO] [stdout] 220 | pub fn convert(self) -> $rect [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 223 | $rect(self.0.convert(), self.1.convert()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:237:21 [INFO] [stdout] | [INFO] [stdout] 229 | pub fn expand(self, rhs: $rect) -> $rect [INFO] [stdout] | ---- ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 237 | $vec { $($field: partial_min(self.0.$field, rhs.0.$field)),* }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:238:21 [INFO] [stdout] | [INFO] [stdout] 229 | pub fn expand(self, rhs: $rect) -> $rect [INFO] [stdout] | ---- ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 238 | $vec { $($field: partial_max(self.1.$field, rhs.1.$field)),* }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:302:23 [INFO] [stdout] | [INFO] [stdout] 301 | pub const fn new($($field0: $t0),*, $($field1: $t1),*) -> $rect { [INFO] [stdout] | ------------ ------------ [INFO] [stdout] | | | [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 302 | $rect($vec::new($($field0),*), $vec::new($($field1),*)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:302:48 [INFO] [stdout] | [INFO] [stdout] 301 | pub const fn new($($field0: $t0),*, $($field1: $t1),*) -> $rect { [INFO] [stdout] | ------------ ------------ [INFO] [stdout] | | | [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 302 | $rect($vec::new($($field0),*), $vec::new($($field1),*)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:317:23 [INFO] [stdout] | [INFO] [stdout] 313 | pub fn partially_ordered(self) -> $rect [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 317 | $rect($vec::new($($field.0),*), $vec::new($($field.1),*)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] | | - - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:317:49 [INFO] [stdout] | [INFO] [stdout] 313 | pub fn partially_ordered(self) -> $rect [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 317 | $rect($vec::new($($field.0),*), $vec::new($($field.1),*)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] | | - - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:338:20 [INFO] [stdout] | [INFO] [stdout] 335 | pub fn try_convert(self) -> Result<$rect, >::Error> [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 338 | Ok($rect(self.0.try_convert()?, self.1.try_convert()?)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:360:23 [INFO] [stdout] | [INFO] [stdout] 358 | fn from(t: ($($t0),*, $($t1),*)) -> $rect { [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 359 | let ($($field0),*, $($field1),*) = t; [INFO] [stdout] 360 | $rect($vec::new($($field0),*), $vec::new($($field1),*)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] | | -- -- -- -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | [INFO] [stdout] | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:360:48 [INFO] [stdout] | [INFO] [stdout] 358 | fn from(t: ($($t0),*, $($t1),*)) -> $rect { [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 359 | let ($($field0),*, $($field1),*) = t; [INFO] [stdout] 360 | $rect($vec::new($($field0),*), $vec::new($($field1),*)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] | | -- -- -- -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | [INFO] [stdout] | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:369:23 [INFO] [stdout] | [INFO] [stdout] 367 | fn from(size: ($($t1),*)) -> $rect { [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 368 | let ($($field1),*) = size; [INFO] [stdout] 369 | $rect($vec::default(), $vec::new($($field1),*)) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] | | -- -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:369:40 [INFO] [stdout] | [INFO] [stdout] 367 | fn from(size: ($($t1),*)) -> $rect { [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 368 | let ($($field1),*) = size; [INFO] [stdout] 369 | $rect($vec::default(), $vec::new($($field1),*)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] | | -- -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:377:23 [INFO] [stdout] | [INFO] [stdout] 376 | fn from(size: $vec) -> $rect { [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 377 | $rect($vec::default(), size) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:56:31 [INFO] [stdout] | [INFO] [stdout] 55 | fn $fn(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | $rect($trait::$fn(self.0), $trait::$fn(self.1)) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_unary_ops` which comes from the expansion of the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:56:52 [INFO] [stdout] | [INFO] [stdout] 55 | fn $fn(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | $rect($trait::$fn(self.0), $trait::$fn(self.1)) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_unary_ops` which comes from the expansion of the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:102:31 [INFO] [stdout] | [INFO] [stdout] 101 | fn $fn(self, rhs: &'r T) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 102 | $rect($trait::$fn(self.0, rhs), $trait::$fn(self.1, rhs)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_scalar_ops` which comes from the expansion of the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:102:57 [INFO] [stdout] | [INFO] [stdout] 101 | fn $fn(self, rhs: &'r T) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 102 | $rect($trait::$fn(self.0, rhs), $trait::$fn(self.1, rhs)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_scalar_ops` which comes from the expansion of the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:171:31 [INFO] [stdout] | [INFO] [stdout] 170 | fn $fn(self, rhs: &'r $vec) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 171 | $rect($trait::$fn(self.0, rhs), $trait::$fn(self.1, rhs)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_vec_ops` which comes from the expansion of the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:171:57 [INFO] [stdout] | [INFO] [stdout] 170 | fn $fn(self, rhs: &'r $vec) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 171 | $rect($trait::$fn(self.0, rhs), $trait::$fn(self.1, rhs)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_vec_ops` which comes from the expansion of the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:302:23 [INFO] [stdout] | [INFO] [stdout] 301 | pub const fn new($($field0: $t0),*, $($field1: $t1),*) -> $rect { [INFO] [stdout] | ------------ ------------ [INFO] [stdout] | | | [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 302 | $rect($vec::new($($field0),*), $vec::new($($field1),*)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:302:48 [INFO] [stdout] | [INFO] [stdout] 301 | pub const fn new($($field0: $t0),*, $($field1: $t1),*) -> $rect { [INFO] [stdout] | ------------ ------------ [INFO] [stdout] | | | [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 302 | $rect($vec::new($($field0),*), $vec::new($($field1),*)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:317:23 [INFO] [stdout] | [INFO] [stdout] 313 | pub fn partially_ordered(self) -> $rect [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 317 | $rect($vec::new($($field.0),*), $vec::new($($field.1),*)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] | | - - - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | [INFO] [stdout] | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:317:49 [INFO] [stdout] | [INFO] [stdout] 313 | pub fn partially_ordered(self) -> $rect [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 317 | $rect($vec::new($($field.0),*), $vec::new($($field.1),*)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] | | - - - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | [INFO] [stdout] | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:360:23 [INFO] [stdout] | [INFO] [stdout] 358 | fn from(t: ($($t0),*, $($t1),*)) -> $rect { [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 359 | let ($($field0),*, $($field1),*) = t; [INFO] [stdout] 360 | $rect($vec::new($($field0),*), $vec::new($($field1),*)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] | | -- -- -- -- -- -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | [INFO] [stdout] | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:360:48 [INFO] [stdout] | [INFO] [stdout] 358 | fn from(t: ($($t0),*, $($t1),*)) -> $rect { [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 359 | let ($($field0),*, $($field1),*) = t; [INFO] [stdout] 360 | $rect($vec::new($($field0),*), $vec::new($($field1),*)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] | | -- -- -- -- -- -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | [INFO] [stdout] | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:369:23 [INFO] [stdout] | [INFO] [stdout] 367 | fn from(size: ($($t1),*)) -> $rect { [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 368 | let ($($field1),*) = size; [INFO] [stdout] 369 | $rect($vec::default(), $vec::new($($field1),*)) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] | | -- -- -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | [INFO] [stdout] | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:369:40 [INFO] [stdout] | [INFO] [stdout] 367 | fn from(size: ($($t1),*)) -> $rect { [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 368 | let ($($field1),*) = size; [INFO] [stdout] 369 | $rect($vec::default(), $vec::new($($field1),*)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] | | -- -- -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | [INFO] [stdout] | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:56:31 [INFO] [stdout] | [INFO] [stdout] 55 | fn $fn(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | $rect($trait::$fn(self.0), $trait::$fn(self.1)) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_unary_ops` which comes from the expansion of the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:56:52 [INFO] [stdout] | [INFO] [stdout] 55 | fn $fn(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | $rect($trait::$fn(self.0), $trait::$fn(self.1)) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_unary_ops` which comes from the expansion of the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:102:31 [INFO] [stdout] | [INFO] [stdout] 101 | fn $fn(self, rhs: &'r T) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 102 | $rect($trait::$fn(self.0, rhs), $trait::$fn(self.1, rhs)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_scalar_ops` which comes from the expansion of the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:102:57 [INFO] [stdout] | [INFO] [stdout] 101 | fn $fn(self, rhs: &'r T) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 102 | $rect($trait::$fn(self.0, rhs), $trait::$fn(self.1, rhs)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_scalar_ops` which comes from the expansion of the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:171:31 [INFO] [stdout] | [INFO] [stdout] 170 | fn $fn(self, rhs: &'r $vec) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 171 | $rect($trait::$fn(self.0, rhs), $trait::$fn(self.1, rhs)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_vec_ops` which comes from the expansion of the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:171:57 [INFO] [stdout] | [INFO] [stdout] 170 | fn $fn(self, rhs: &'r $vec) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 171 | $rect($trait::$fn(self.0, rhs), $trait::$fn(self.1, rhs)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_vec_ops` which comes from the expansion of the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/vec/mod.rs:354:34 [INFO] [stdout] | [INFO] [stdout] 351 | pub fn convert(self) -> $vec [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 354 | $vec { $($field: self.$field.into()),* } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 513 | / impl_all! { [INFO] [stdout] 514 | | impl Vector2(x: T, y: T; 2); [INFO] [stdout] 515 | | impl Vector3(x: T, y: T, z: T; 3); [INFO] [stdout] 516 | | impl Vector4(x: T, y: T, z: T, w: T; 4); [INFO] [stdout] 517 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/vec/mod.rs:400:20 [INFO] [stdout] | [INFO] [stdout] 397 | pub fn try_convert(self) -> Result<$vec, >::Error> [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 400 | Ok($vec { $($field: self.$field.try_into()?),* }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 513 | / impl_all! { [INFO] [stdout] 514 | | impl Vector2(x: T, y: T; 2); [INFO] [stdout] 515 | | impl Vector3(x: T, y: T, z: T; 3); [INFO] [stdout] 516 | | impl Vector4(x: T, y: T, z: T, w: T; 4); [INFO] [stdout] 517 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/vec/mod.rs:419:17 [INFO] [stdout] | [INFO] [stdout] 418 | fn dot(self, rhs: $vec) -> Self::Output { [INFO] [stdout] | ---- ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 419 | (self * rhs).sum() [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 513 | / impl_all! { [INFO] [stdout] 514 | | impl Vector2(x: T, y: T; 2); [INFO] [stdout] 515 | | impl Vector3(x: T, y: T, z: T; 3); [INFO] [stdout] 516 | | impl Vector4(x: T, y: T, z: T, w: T; 4); [INFO] [stdout] 517 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/vec/mod.rs:430:17 [INFO] [stdout] | [INFO] [stdout] 429 | fn dot(self, rhs: $vec) -> Self::Output { [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 430 | (self * rhs).sum() [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 513 | / impl_all! { [INFO] [stdout] 514 | | impl Vector2(x: T, y: T; 2); [INFO] [stdout] 515 | | impl Vector3(x: T, y: T, z: T; 3); [INFO] [stdout] 516 | | impl Vector4(x: T, y: T, z: T, w: T; 4); [INFO] [stdout] 517 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/vec/mod.rs:441:17 [INFO] [stdout] | [INFO] [stdout] 440 | fn dot(self, rhs: &'r $vec) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 441 | (self * rhs).sum() [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 513 | / impl_all! { [INFO] [stdout] 514 | | impl Vector2(x: T, y: T; 2); [INFO] [stdout] 515 | | impl Vector3(x: T, y: T, z: T; 3); [INFO] [stdout] 516 | | impl Vector4(x: T, y: T, z: T, w: T; 4); [INFO] [stdout] 517 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/vec/mod.rs:197:42 [INFO] [stdout] | [INFO] [stdout] 196 | fn $fn(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 197 | $vec { $($field: $trait::$fn(self.$field)),* } [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 513 | / impl_all! { [INFO] [stdout] 514 | | impl Vector2(x: T, y: T; 2); [INFO] [stdout] 515 | | impl Vector3(x: T, y: T, z: T; 3); [INFO] [stdout] 516 | | impl Vector4(x: T, y: T, z: T, w: T; 4); [INFO] [stdout] 517 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_unary_ops` which comes from the expansion of the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/vec/mod.rs:243:42 [INFO] [stdout] | [INFO] [stdout] 242 | fn $fn(self, rhs: &'r T) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 243 | $vec { $($field: $trait::$fn(self.$field, &rhs)),* } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 513 | / impl_all! { [INFO] [stdout] 514 | | impl Vector2(x: T, y: T; 2); [INFO] [stdout] 515 | | impl Vector3(x: T, y: T, z: T; 3); [INFO] [stdout] 516 | | impl Vector4(x: T, y: T, z: T, w: T; 4); [INFO] [stdout] 517 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_scalar_ops` which comes from the expansion of the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/vec/mod.rs:289:42 [INFO] [stdout] | [INFO] [stdout] 288 | fn $fn(self, rhs: $vec) -> Self::Output { [INFO] [stdout] | ---- ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 289 | $vec { $($field: $trait::$fn(self.$field, rhs.$field)),* } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 513 | / impl_all! { [INFO] [stdout] 514 | | impl Vector2(x: T, y: T; 2); [INFO] [stdout] 515 | | impl Vector3(x: T, y: T, z: T; 3); [INFO] [stdout] 516 | | impl Vector4(x: T, y: T, z: T, w: T; 4); [INFO] [stdout] 517 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_binary_ops` which comes from the expansion of the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/vec/mod.rs:299:42 [INFO] [stdout] | [INFO] [stdout] 298 | fn $fn(self, rhs: $vec) -> Self::Output { [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 299 | $vec { $($field: $trait::$fn(&self.$field, rhs.$field)),* } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 513 | / impl_all! { [INFO] [stdout] 514 | | impl Vector2(x: T, y: T; 2); [INFO] [stdout] 515 | | impl Vector3(x: T, y: T, z: T; 3); [INFO] [stdout] 516 | | impl Vector4(x: T, y: T, z: T, w: T; 4); [INFO] [stdout] 517 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_binary_ops` which comes from the expansion of the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/vec/mod.rs:309:42 [INFO] [stdout] | [INFO] [stdout] 308 | fn $fn(self, rhs: &'r $vec) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 309 | $vec { $($field: $trait::$fn(self.$field, &rhs.$field)),* } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 513 | / impl_all! { [INFO] [stdout] 514 | | impl Vector2(x: T, y: T; 2); [INFO] [stdout] 515 | | impl Vector3(x: T, y: T, z: T; 3); [INFO] [stdout] 516 | | impl Vector4(x: T, y: T, z: T, w: T; 4); [INFO] [stdout] 517 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_binary_ops` which comes from the expansion of the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/vec/mod.rs:197:42 [INFO] [stdout] | [INFO] [stdout] 196 | fn $fn(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 197 | $vec { $($field: $trait::$fn(self.$field)),* } [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 513 | / impl_all! { [INFO] [stdout] 514 | | impl Vector2(x: T, y: T; 2); [INFO] [stdout] 515 | | impl Vector3(x: T, y: T, z: T; 3); [INFO] [stdout] 516 | | impl Vector4(x: T, y: T, z: T, w: T; 4); [INFO] [stdout] 517 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_unary_ops` which comes from the expansion of the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/vec/mod.rs:243:42 [INFO] [stdout] | [INFO] [stdout] 242 | fn $fn(self, rhs: &'r T) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 243 | $vec { $($field: $trait::$fn(self.$field, &rhs)),* } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 513 | / impl_all! { [INFO] [stdout] 514 | | impl Vector2(x: T, y: T; 2); [INFO] [stdout] 515 | | impl Vector3(x: T, y: T, z: T; 3); [INFO] [stdout] 516 | | impl Vector4(x: T, y: T, z: T, w: T; 4); [INFO] [stdout] 517 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_scalar_ops` which comes from the expansion of the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/vec/mod.rs:289:42 [INFO] [stdout] | [INFO] [stdout] 288 | fn $fn(self, rhs: $vec) -> Self::Output { [INFO] [stdout] | ---- ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 289 | $vec { $($field: $trait::$fn(self.$field, rhs.$field)),* } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 513 | / impl_all! { [INFO] [stdout] 514 | | impl Vector2(x: T, y: T; 2); [INFO] [stdout] 515 | | impl Vector3(x: T, y: T, z: T; 3); [INFO] [stdout] 516 | | impl Vector4(x: T, y: T, z: T, w: T; 4); [INFO] [stdout] 517 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_binary_ops` which comes from the expansion of the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/vec/mod.rs:299:42 [INFO] [stdout] | [INFO] [stdout] 298 | fn $fn(self, rhs: $vec) -> Self::Output { [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 299 | $vec { $($field: $trait::$fn(&self.$field, rhs.$field)),* } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 513 | / impl_all! { [INFO] [stdout] 514 | | impl Vector2(x: T, y: T; 2); [INFO] [stdout] 515 | | impl Vector3(x: T, y: T, z: T; 3); [INFO] [stdout] 516 | | impl Vector4(x: T, y: T, z: T, w: T; 4); [INFO] [stdout] 517 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_binary_ops` which comes from the expansion of the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/vec/mod.rs:309:42 [INFO] [stdout] | [INFO] [stdout] 308 | fn $fn(self, rhs: &'r $vec) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 309 | $vec { $($field: $trait::$fn(self.$field, &rhs.$field)),* } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 513 | / impl_all! { [INFO] [stdout] 514 | | impl Vector2(x: T, y: T; 2); [INFO] [stdout] 515 | | impl Vector3(x: T, y: T, z: T; 3); [INFO] [stdout] 516 | | impl Vector4(x: T, y: T, z: T, w: T; 4); [INFO] [stdout] 517 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_binary_ops` which comes from the expansion of the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/vec/mod.rs:197:42 [INFO] [stdout] | [INFO] [stdout] 196 | fn $fn(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 197 | $vec { $($field: $trait::$fn(self.$field)),* } [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 513 | / impl_all! { [INFO] [stdout] 514 | | impl Vector2(x: T, y: T; 2); [INFO] [stdout] 515 | | impl Vector3(x: T, y: T, z: T; 3); [INFO] [stdout] 516 | | impl Vector4(x: T, y: T, z: T, w: T; 4); [INFO] [stdout] 517 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_unary_ops` which comes from the expansion of the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/vec/mod.rs:243:42 [INFO] [stdout] | [INFO] [stdout] 242 | fn $fn(self, rhs: &'r T) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 243 | $vec { $($field: $trait::$fn(self.$field, &rhs)),* } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 513 | / impl_all! { [INFO] [stdout] 514 | | impl Vector2(x: T, y: T; 2); [INFO] [stdout] 515 | | impl Vector3(x: T, y: T, z: T; 3); [INFO] [stdout] 516 | | impl Vector4(x: T, y: T, z: T, w: T; 4); [INFO] [stdout] 517 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_scalar_ops` which comes from the expansion of the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/vec/mod.rs:289:42 [INFO] [stdout] | [INFO] [stdout] 288 | fn $fn(self, rhs: $vec) -> Self::Output { [INFO] [stdout] | ---- ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 289 | $vec { $($field: $trait::$fn(self.$field, rhs.$field)),* } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 513 | / impl_all! { [INFO] [stdout] 514 | | impl Vector2(x: T, y: T; 2); [INFO] [stdout] 515 | | impl Vector3(x: T, y: T, z: T; 3); [INFO] [stdout] 516 | | impl Vector4(x: T, y: T, z: T, w: T; 4); [INFO] [stdout] 517 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_binary_ops` which comes from the expansion of the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/vec/mod.rs:299:42 [INFO] [stdout] | [INFO] [stdout] 298 | fn $fn(self, rhs: $vec) -> Self::Output { [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 299 | $vec { $($field: $trait::$fn(&self.$field, rhs.$field)),* } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 513 | / impl_all! { [INFO] [stdout] 514 | | impl Vector2(x: T, y: T; 2); [INFO] [stdout] 515 | | impl Vector3(x: T, y: T, z: T; 3); [INFO] [stdout] 516 | | impl Vector4(x: T, y: T, z: T, w: T; 4); [INFO] [stdout] 517 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_binary_ops` which comes from the expansion of the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/vec/mod.rs:309:42 [INFO] [stdout] | [INFO] [stdout] 308 | fn $fn(self, rhs: &'r $vec) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 309 | $vec { $($field: $trait::$fn(self.$field, &rhs.$field)),* } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 513 | / impl_all! { [INFO] [stdout] 514 | | impl Vector2(x: T, y: T; 2); [INFO] [stdout] 515 | | impl Vector3(x: T, y: T, z: T; 3); [INFO] [stdout] 516 | | impl Vector4(x: T, y: T, z: T, w: T; 4); [INFO] [stdout] 517 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_binary_ops` which comes from the expansion of the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:223:23 [INFO] [stdout] | [INFO] [stdout] 220 | pub fn convert(self) -> $rect [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 223 | $rect(self.0.convert(), self.1.convert()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] = note: this error originates in the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:223:41 [INFO] [stdout] | [INFO] [stdout] 220 | pub fn convert(self) -> $rect [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 223 | $rect(self.0.convert(), self.1.convert()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:237:21 [INFO] [stdout] | [INFO] [stdout] 229 | pub fn expand(self, rhs: $rect) -> $rect [INFO] [stdout] | ---- ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 237 | $vec { $($field: partial_min(self.0.$field, rhs.0.$field)),* }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:238:21 [INFO] [stdout] | [INFO] [stdout] 229 | pub fn expand(self, rhs: $rect) -> $rect [INFO] [stdout] | ---- ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 238 | $vec { $($field: partial_max(self.1.$field, rhs.1.$field)),* }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:302:23 [INFO] [stdout] | [INFO] [stdout] 301 | pub const fn new($($field0: $t0),*, $($field1: $t1),*) -> $rect { [INFO] [stdout] | ------------ ------------ [INFO] [stdout] | | | [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 302 | $rect($vec::new($($field0),*), $vec::new($($field1),*)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:302:48 [INFO] [stdout] | [INFO] [stdout] 301 | pub const fn new($($field0: $t0),*, $($field1: $t1),*) -> $rect { [INFO] [stdout] | ------------ ------------ [INFO] [stdout] | | | [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 302 | $rect($vec::new($($field0),*), $vec::new($($field1),*)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:317:23 [INFO] [stdout] | [INFO] [stdout] 313 | pub fn partially_ordered(self) -> $rect [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 317 | $rect($vec::new($($field.0),*), $vec::new($($field.1),*)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] | | - - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:317:49 [INFO] [stdout] | [INFO] [stdout] 313 | pub fn partially_ordered(self) -> $rect [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 317 | $rect($vec::new($($field.0),*), $vec::new($($field.1),*)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] | | - - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:338:20 [INFO] [stdout] | [INFO] [stdout] 335 | pub fn try_convert(self) -> Result<$rect, >::Error> [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 338 | Ok($rect(self.0.try_convert()?, self.1.try_convert()?)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:360:23 [INFO] [stdout] | [INFO] [stdout] 358 | fn from(t: ($($t0),*, $($t1),*)) -> $rect { [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 359 | let ($($field0),*, $($field1),*) = t; [INFO] [stdout] 360 | $rect($vec::new($($field0),*), $vec::new($($field1),*)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] | | -- -- -- -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | [INFO] [stdout] | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:360:48 [INFO] [stdout] | [INFO] [stdout] 358 | fn from(t: ($($t0),*, $($t1),*)) -> $rect { [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 359 | let ($($field0),*, $($field1),*) = t; [INFO] [stdout] 360 | $rect($vec::new($($field0),*), $vec::new($($field1),*)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] | | -- -- -- -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | [INFO] [stdout] | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:369:23 [INFO] [stdout] | [INFO] [stdout] 367 | fn from(size: ($($t1),*)) -> $rect { [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 368 | let ($($field1),*) = size; [INFO] [stdout] 369 | $rect($vec::default(), $vec::new($($field1),*)) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] | | -- -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:369:40 [INFO] [stdout] | [INFO] [stdout] 367 | fn from(size: ($($t1),*)) -> $rect { [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 368 | let ($($field1),*) = size; [INFO] [stdout] 369 | $rect($vec::default(), $vec::new($($field1),*)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] | | -- -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:377:23 [INFO] [stdout] | [INFO] [stdout] 376 | fn from(size: $vec) -> $rect { [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 377 | $rect($vec::default(), size) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:56:31 [INFO] [stdout] | [INFO] [stdout] 55 | fn $fn(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | $rect($trait::$fn(self.0), $trait::$fn(self.1)) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_unary_ops` which comes from the expansion of the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 54 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `vectorial` (lib) due to 55 previous errors [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:56:52 [INFO] [stdout] | [INFO] [stdout] 55 | fn $fn(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | $rect($trait::$fn(self.0), $trait::$fn(self.1)) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_unary_ops` which comes from the expansion of the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:102:31 [INFO] [stdout] | [INFO] [stdout] 101 | fn $fn(self, rhs: &'r T) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 102 | $rect($trait::$fn(self.0, rhs), $trait::$fn(self.1, rhs)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_scalar_ops` which comes from the expansion of the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:102:57 [INFO] [stdout] | [INFO] [stdout] 101 | fn $fn(self, rhs: &'r T) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 102 | $rect($trait::$fn(self.0, rhs), $trait::$fn(self.1, rhs)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_scalar_ops` which comes from the expansion of the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:171:31 [INFO] [stdout] | [INFO] [stdout] 170 | fn $fn(self, rhs: &'r $vec) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 171 | $rect($trait::$fn(self.0, rhs), $trait::$fn(self.1, rhs)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_vec_ops` which comes from the expansion of the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:171:57 [INFO] [stdout] | [INFO] [stdout] 170 | fn $fn(self, rhs: &'r $vec) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 171 | $rect($trait::$fn(self.0, rhs), $trait::$fn(self.1, rhs)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_vec_ops` which comes from the expansion of the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:302:23 [INFO] [stdout] | [INFO] [stdout] 301 | pub const fn new($($field0: $t0),*, $($field1: $t1),*) -> $rect { [INFO] [stdout] | ------------ ------------ [INFO] [stdout] | | | [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 302 | $rect($vec::new($($field0),*), $vec::new($($field1),*)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:302:48 [INFO] [stdout] | [INFO] [stdout] 301 | pub const fn new($($field0: $t0),*, $($field1: $t1),*) -> $rect { [INFO] [stdout] | ------------ ------------ [INFO] [stdout] | | | [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 302 | $rect($vec::new($($field0),*), $vec::new($($field1),*)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:317:23 [INFO] [stdout] | [INFO] [stdout] 313 | pub fn partially_ordered(self) -> $rect [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 317 | $rect($vec::new($($field.0),*), $vec::new($($field.1),*)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] | | - - - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | [INFO] [stdout] | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:317:49 [INFO] [stdout] | [INFO] [stdout] 313 | pub fn partially_ordered(self) -> $rect [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 317 | $rect($vec::new($($field.0),*), $vec::new($($field.1),*)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] | | - - - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | [INFO] [stdout] | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:360:23 [INFO] [stdout] | [INFO] [stdout] 358 | fn from(t: ($($t0),*, $($t1),*)) -> $rect { [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 359 | let ($($field0),*, $($field1),*) = t; [INFO] [stdout] 360 | $rect($vec::new($($field0),*), $vec::new($($field1),*)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] | | -- -- -- -- -- -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | [INFO] [stdout] | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:360:48 [INFO] [stdout] | [INFO] [stdout] 358 | fn from(t: ($($t0),*, $($t1),*)) -> $rect { [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 359 | let ($($field0),*, $($field1),*) = t; [INFO] [stdout] 360 | $rect($vec::new($($field0),*), $vec::new($($field1),*)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] | | -- -- -- -- -- -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | [INFO] [stdout] | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:369:23 [INFO] [stdout] | [INFO] [stdout] 367 | fn from(size: ($($t1),*)) -> $rect { [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 368 | let ($($field1),*) = size; [INFO] [stdout] 369 | $rect($vec::default(), $vec::new($($field1),*)) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] | | -- -- -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | [INFO] [stdout] | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:369:40 [INFO] [stdout] | [INFO] [stdout] 367 | fn from(size: ($($t1),*)) -> $rect { [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 368 | let ($($field1),*) = size; [INFO] [stdout] 369 | $rect($vec::default(), $vec::new($($field1),*)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] | | -- -- -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | [INFO] [stdout] | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:56:31 [INFO] [stdout] | [INFO] [stdout] 55 | fn $fn(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | $rect($trait::$fn(self.0), $trait::$fn(self.1)) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_unary_ops` which comes from the expansion of the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:56:52 [INFO] [stdout] | [INFO] [stdout] 55 | fn $fn(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | $rect($trait::$fn(self.0), $trait::$fn(self.1)) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_unary_ops` which comes from the expansion of the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:102:31 [INFO] [stdout] | [INFO] [stdout] 101 | fn $fn(self, rhs: &'r T) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 102 | $rect($trait::$fn(self.0, rhs), $trait::$fn(self.1, rhs)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_scalar_ops` which comes from the expansion of the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:102:57 [INFO] [stdout] | [INFO] [stdout] 101 | fn $fn(self, rhs: &'r T) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 102 | $rect($trait::$fn(self.0, rhs), $trait::$fn(self.1, rhs)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_scalar_ops` which comes from the expansion of the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:171:31 [INFO] [stdout] | [INFO] [stdout] 170 | fn $fn(self, rhs: &'r $vec) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 171 | $rect($trait::$fn(self.0, rhs), $trait::$fn(self.1, rhs)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_vec_ops` which comes from the expansion of the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rect/mod.rs:171:57 [INFO] [stdout] | [INFO] [stdout] 170 | fn $fn(self, rhs: &'r $vec) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 171 | $rect($trait::$fn(self.0, rhs), $trait::$fn(self.1, rhs)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 411 | / impl_all! { [INFO] [stdout] 412 | | impl Rect2: Vector2(x, y), (x0: T, y0: T | x1: T, y1: T); [INFO] [stdout] 413 | | impl Rect3: Vector3(x, y, z), (x0: T, y0: T, z0: T | x1: T, y1: T, z1: T); [INFO] [stdout] 414 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_vec_ops` which comes from the expansion of the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/vec/mod.rs:354:34 [INFO] [stdout] | [INFO] [stdout] 351 | pub fn convert(self) -> $vec [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 354 | $vec { $($field: self.$field.into()),* } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 513 | / impl_all! { [INFO] [stdout] 514 | | impl Vector2(x: T, y: T; 2); [INFO] [stdout] 515 | | impl Vector3(x: T, y: T, z: T; 3); [INFO] [stdout] 516 | | impl Vector4(x: T, y: T, z: T, w: T; 4); [INFO] [stdout] 517 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/vec/mod.rs:400:20 [INFO] [stdout] | [INFO] [stdout] 397 | pub fn try_convert(self) -> Result<$vec, >::Error> [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 400 | Ok($vec { $($field: self.$field.try_into()?),* }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 513 | / impl_all! { [INFO] [stdout] 514 | | impl Vector2(x: T, y: T; 2); [INFO] [stdout] 515 | | impl Vector3(x: T, y: T, z: T; 3); [INFO] [stdout] 516 | | impl Vector4(x: T, y: T, z: T, w: T; 4); [INFO] [stdout] 517 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/vec/mod.rs:419:17 [INFO] [stdout] | [INFO] [stdout] 418 | fn dot(self, rhs: $vec) -> Self::Output { [INFO] [stdout] | ---- ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 419 | (self * rhs).sum() [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 513 | / impl_all! { [INFO] [stdout] 514 | | impl Vector2(x: T, y: T; 2); [INFO] [stdout] 515 | | impl Vector3(x: T, y: T, z: T; 3); [INFO] [stdout] 516 | | impl Vector4(x: T, y: T, z: T, w: T; 4); [INFO] [stdout] 517 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/vec/mod.rs:430:17 [INFO] [stdout] | [INFO] [stdout] 429 | fn dot(self, rhs: $vec) -> Self::Output { [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 430 | (self * rhs).sum() [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 513 | / impl_all! { [INFO] [stdout] 514 | | impl Vector2(x: T, y: T; 2); [INFO] [stdout] 515 | | impl Vector3(x: T, y: T, z: T; 3); [INFO] [stdout] 516 | | impl Vector4(x: T, y: T, z: T, w: T; 4); [INFO] [stdout] 517 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/vec/mod.rs:441:17 [INFO] [stdout] | [INFO] [stdout] 440 | fn dot(self, rhs: &'r $vec) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 441 | (self * rhs).sum() [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 513 | / impl_all! { [INFO] [stdout] 514 | | impl Vector2(x: T, y: T; 2); [INFO] [stdout] 515 | | impl Vector3(x: T, y: T, z: T; 3); [INFO] [stdout] 516 | | impl Vector4(x: T, y: T, z: T, w: T; 4); [INFO] [stdout] 517 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/vec/mod.rs:197:42 [INFO] [stdout] | [INFO] [stdout] 196 | fn $fn(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 197 | $vec { $($field: $trait::$fn(self.$field)),* } [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 513 | / impl_all! { [INFO] [stdout] 514 | | impl Vector2(x: T, y: T; 2); [INFO] [stdout] 515 | | impl Vector3(x: T, y: T, z: T; 3); [INFO] [stdout] 516 | | impl Vector4(x: T, y: T, z: T, w: T; 4); [INFO] [stdout] 517 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_unary_ops` which comes from the expansion of the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/vec/mod.rs:243:42 [INFO] [stdout] | [INFO] [stdout] 242 | fn $fn(self, rhs: &'r T) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 243 | $vec { $($field: $trait::$fn(self.$field, &rhs)),* } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 513 | / impl_all! { [INFO] [stdout] 514 | | impl Vector2(x: T, y: T; 2); [INFO] [stdout] 515 | | impl Vector3(x: T, y: T, z: T; 3); [INFO] [stdout] 516 | | impl Vector4(x: T, y: T, z: T, w: T; 4); [INFO] [stdout] 517 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_scalar_ops` which comes from the expansion of the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/vec/mod.rs:289:42 [INFO] [stdout] | [INFO] [stdout] 288 | fn $fn(self, rhs: $vec) -> Self::Output { [INFO] [stdout] | ---- ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 289 | $vec { $($field: $trait::$fn(self.$field, rhs.$field)),* } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 513 | / impl_all! { [INFO] [stdout] 514 | | impl Vector2(x: T, y: T; 2); [INFO] [stdout] 515 | | impl Vector3(x: T, y: T, z: T; 3); [INFO] [stdout] 516 | | impl Vector4(x: T, y: T, z: T, w: T; 4); [INFO] [stdout] 517 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_binary_ops` which comes from the expansion of the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/vec/mod.rs:299:42 [INFO] [stdout] | [INFO] [stdout] 298 | fn $fn(self, rhs: $vec) -> Self::Output { [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 299 | $vec { $($field: $trait::$fn(&self.$field, rhs.$field)),* } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 513 | / impl_all! { [INFO] [stdout] 514 | | impl Vector2(x: T, y: T; 2); [INFO] [stdout] 515 | | impl Vector3(x: T, y: T, z: T; 3); [INFO] [stdout] 516 | | impl Vector4(x: T, y: T, z: T, w: T; 4); [INFO] [stdout] 517 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_binary_ops` which comes from the expansion of the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/vec/mod.rs:309:42 [INFO] [stdout] | [INFO] [stdout] 308 | fn $fn(self, rhs: &'r $vec) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 309 | $vec { $($field: $trait::$fn(self.$field, &rhs.$field)),* } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 513 | / impl_all! { [INFO] [stdout] 514 | | impl Vector2(x: T, y: T; 2); [INFO] [stdout] 515 | | impl Vector3(x: T, y: T, z: T; 3); [INFO] [stdout] 516 | | impl Vector4(x: T, y: T, z: T, w: T; 4); [INFO] [stdout] 517 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_binary_ops` which comes from the expansion of the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/vec/mod.rs:197:42 [INFO] [stdout] | [INFO] [stdout] 196 | fn $fn(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 197 | $vec { $($field: $trait::$fn(self.$field)),* } [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 513 | / impl_all! { [INFO] [stdout] 514 | | impl Vector2(x: T, y: T; 2); [INFO] [stdout] 515 | | impl Vector3(x: T, y: T, z: T; 3); [INFO] [stdout] 516 | | impl Vector4(x: T, y: T, z: T, w: T; 4); [INFO] [stdout] 517 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_unary_ops` which comes from the expansion of the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/vec/mod.rs:243:42 [INFO] [stdout] | [INFO] [stdout] 242 | fn $fn(self, rhs: &'r T) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 243 | $vec { $($field: $trait::$fn(self.$field, &rhs)),* } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 513 | / impl_all! { [INFO] [stdout] 514 | | impl Vector2(x: T, y: T; 2); [INFO] [stdout] 515 | | impl Vector3(x: T, y: T, z: T; 3); [INFO] [stdout] 516 | | impl Vector4(x: T, y: T, z: T, w: T; 4); [INFO] [stdout] 517 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_scalar_ops` which comes from the expansion of the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/vec/mod.rs:289:42 [INFO] [stdout] | [INFO] [stdout] 288 | fn $fn(self, rhs: $vec) -> Self::Output { [INFO] [stdout] | ---- ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 289 | $vec { $($field: $trait::$fn(self.$field, rhs.$field)),* } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 513 | / impl_all! { [INFO] [stdout] 514 | | impl Vector2(x: T, y: T; 2); [INFO] [stdout] 515 | | impl Vector3(x: T, y: T, z: T; 3); [INFO] [stdout] 516 | | impl Vector4(x: T, y: T, z: T, w: T; 4); [INFO] [stdout] 517 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_binary_ops` which comes from the expansion of the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/vec/mod.rs:299:42 [INFO] [stdout] | [INFO] [stdout] 298 | fn $fn(self, rhs: $vec) -> Self::Output { [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 299 | $vec { $($field: $trait::$fn(&self.$field, rhs.$field)),* } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 513 | / impl_all! { [INFO] [stdout] 514 | | impl Vector2(x: T, y: T; 2); [INFO] [stdout] 515 | | impl Vector3(x: T, y: T, z: T; 3); [INFO] [stdout] 516 | | impl Vector4(x: T, y: T, z: T, w: T; 4); [INFO] [stdout] 517 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_binary_ops` which comes from the expansion of the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/vec/mod.rs:309:42 [INFO] [stdout] | [INFO] [stdout] 308 | fn $fn(self, rhs: &'r $vec) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 309 | $vec { $($field: $trait::$fn(self.$field, &rhs.$field)),* } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 513 | / impl_all! { [INFO] [stdout] 514 | | impl Vector2(x: T, y: T; 2); [INFO] [stdout] 515 | | impl Vector3(x: T, y: T, z: T; 3); [INFO] [stdout] 516 | | impl Vector4(x: T, y: T, z: T, w: T; 4); [INFO] [stdout] 517 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_binary_ops` which comes from the expansion of the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/vec/mod.rs:197:42 [INFO] [stdout] | [INFO] [stdout] 196 | fn $fn(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 197 | $vec { $($field: $trait::$fn(self.$field)),* } [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 513 | / impl_all! { [INFO] [stdout] 514 | | impl Vector2(x: T, y: T; 2); [INFO] [stdout] 515 | | impl Vector3(x: T, y: T, z: T; 3); [INFO] [stdout] 516 | | impl Vector4(x: T, y: T, z: T, w: T; 4); [INFO] [stdout] 517 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_unary_ops` which comes from the expansion of the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/vec/mod.rs:243:42 [INFO] [stdout] | [INFO] [stdout] 242 | fn $fn(self, rhs: &'r T) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 243 | $vec { $($field: $trait::$fn(self.$field, &rhs)),* } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 513 | / impl_all! { [INFO] [stdout] 514 | | impl Vector2(x: T, y: T; 2); [INFO] [stdout] 515 | | impl Vector3(x: T, y: T, z: T; 3); [INFO] [stdout] 516 | | impl Vector4(x: T, y: T, z: T, w: T; 4); [INFO] [stdout] 517 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_scalar_ops` which comes from the expansion of the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/vec/mod.rs:289:42 [INFO] [stdout] | [INFO] [stdout] 288 | fn $fn(self, rhs: $vec) -> Self::Output { [INFO] [stdout] | ---- ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 289 | $vec { $($field: $trait::$fn(self.$field, rhs.$field)),* } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 513 | / impl_all! { [INFO] [stdout] 514 | | impl Vector2(x: T, y: T; 2); [INFO] [stdout] 515 | | impl Vector3(x: T, y: T, z: T; 3); [INFO] [stdout] 516 | | impl Vector4(x: T, y: T, z: T, w: T; 4); [INFO] [stdout] 517 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_binary_ops` which comes from the expansion of the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/vec/mod.rs:299:42 [INFO] [stdout] | [INFO] [stdout] 298 | fn $fn(self, rhs: $vec) -> Self::Output { [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 299 | $vec { $($field: $trait::$fn(&self.$field, rhs.$field)),* } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 513 | / impl_all! { [INFO] [stdout] 514 | | impl Vector2(x: T, y: T; 2); [INFO] [stdout] 515 | | impl Vector3(x: T, y: T, z: T; 3); [INFO] [stdout] 516 | | impl Vector4(x: T, y: T, z: T, w: T; 4); [INFO] [stdout] 517 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_binary_ops` which comes from the expansion of the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/vec/mod.rs:309:42 [INFO] [stdout] | [INFO] [stdout] 308 | fn $fn(self, rhs: &'r $vec) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 309 | $vec { $($field: $trait::$fn(self.$field, &rhs.$field)),* } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 513 | / impl_all! { [INFO] [stdout] 514 | | impl Vector2(x: T, y: T; 2); [INFO] [stdout] 515 | | impl Vector3(x: T, y: T, z: T; 3); [INFO] [stdout] 516 | | impl Vector4(x: T, y: T, z: T, w: T; 4); [INFO] [stdout] 517 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_binary_ops` which comes from the expansion of the macro `impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 54 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `vectorial` (lib test) due to 55 previous errors [INFO] running `Command { std: "docker" "inspect" "a818ad874a090669ed4b849369008ec0a4675b24df50cda859a2769ab7e07fbd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a818ad874a090669ed4b849369008ec0a4675b24df50cda859a2769ab7e07fbd", kill_on_drop: false }` [INFO] [stdout] a818ad874a090669ed4b849369008ec0a4675b24df50cda859a2769ab7e07fbd