[INFO] fetching crate tuplez 0.14.15... [INFO] checking tuplez-0.14.15 against try#4d98531622e1718ae0bc3c7a1ab9cd8938428452+rustflags=-Dtail_expr_drop_order for pr-129604 [INFO] extracting crate tuplez 0.14.15 into /workspace/builds/worker-1-tc2/source [INFO] validating manifest of crates.io crate tuplez 0.14.15 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 tuplez 0.14.15 [INFO] finished tweaking crates.io crate tuplez 0.14.15 [INFO] tweaked toml for crates.io crate tuplez 0.14.15 written to /workspace/builds/worker-1-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 8 packages to latest compatible versions [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-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a5b2105028d9b59802bfd764cbde6166606e1d92c75a5bfc2c3505c083c64b32 [INFO] running `Command { std: "docker" "start" "-a" "a5b2105028d9b59802bfd764cbde6166606e1d92c75a5bfc2c3505c083c64b32", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a5b2105028d9b59802bfd764cbde6166606e1d92c75a5bfc2c3505c083c64b32", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a5b2105028d9b59802bfd764cbde6166606e1d92c75a5bfc2c3505c083c64b32", kill_on_drop: false }` [INFO] [stdout] a5b2105028d9b59802bfd764cbde6166606e1d92c75a5bfc2c3505c083c64b32 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -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] 630a7fa1d2a04cef879d6b3f3f86ce4a163d6935243e4d41789c7610f536a5af [INFO] running `Command { std: "docker" "start" "-a" "630a7fa1d2a04cef879d6b3f3f86ce4a163d6935243e4d41789c7610f536a5af", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.77 [INFO] [stderr] Compiling tuplez-macros v0.7.0 [INFO] [stderr] Checking tuplez v0.14.15 (/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/fold.rs:160:10 [INFO] [stdout] | [INFO] [stdout] 159 | fn fold(self, acc: Acc, value: First) -> (Self::Output, Self::NextFolder) { [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] 160 | ((self.0)(acc, value), self.1) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [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] [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/foreach.rs:169:10 [INFO] [stdout] | [INFO] [stdout] 168 | fn map(self, value: First) -> (Self::Output, Self::NextMapper) { [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] 169 | ((self.0)(value), self.1) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/foreach.rs:188:20 [INFO] [stdout] | [INFO] [stdout] 186 | fn foreach(self, f: F) -> 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] 187 | let (out, f) = f.map(self.0); [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] 188 | Tuple(out, Foreach::foreach(self.1, f)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:86:10 [INFO] [stdout] | [INFO] [stdout] 84 | fn pop(self) -> (Self::PopBackOutput, Self::PopBackElement) { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 85 | let (tup, elem) = Poppable::pop(self.1); [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] 86 | (Tuple(self.0, tup), elem) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:391:15 [INFO] [stdout] | [INFO] [stdout] 390 | fn enumerate(self, from: usize) -> Self::EnumerateOutput { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 391 | Tuple((from, self.0), Enumerable::enumerate(self.1, from + 1)) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:391:31 [INFO] [stdout] | [INFO] [stdout] 390 | fn enumerate(self, from: usize) -> Self::EnumerateOutput { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 391 | Tuple((from, self.0), Enumerable::enumerate(self.1, from + 1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:522:21 [INFO] [stdout] | [INFO] [stdout] 521 | fn untuple(self) -> Self::UntupleOutput { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 522 | self.0.join(Untupleable::untuple(self.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:551:9 [INFO] [stdout] | [INFO] [stdout] 550 | fn dot(self, rhs: Tuple) -> 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] 551 | Dot::dot(self.1, rhs.1) + self.0 * rhs.0 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:551:35 [INFO] [stdout] | [INFO] [stdout] 550 | fn dot(self, rhs: Tuple) -> 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] 551 | Dot::dot(self.1, rhs.1) + self.0 * rhs.0 [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:565:9 [INFO] [stdout] | [INFO] [stdout] 564 | fn dot(self, rhs: &'a Tuple) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 565 | Dot::dot(self.1, &rhs.1) + self.0 * &rhs.0 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:565:36 [INFO] [stdout] | [INFO] [stdout] 564 | fn dot(self, rhs: &'a Tuple) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 565 | Dot::dot(self.1, &rhs.1) + self.0 * &rhs.0 [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:580:9 [INFO] [stdout] | [INFO] [stdout] 579 | fn dot(self, rhs: Tuple) -> Self::Output { [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 580 | Dot::dot(&self.1, rhs.1) + &self.0 * rhs.0 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:580:36 [INFO] [stdout] | [INFO] [stdout] 579 | fn dot(self, rhs: Tuple) -> Self::Output { [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 580 | Dot::dot(&self.1, rhs.1) + &self.0 * rhs.0 [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ops.rs:660:12 [INFO] [stdout] | [INFO] [stdout] 660 | fn zip(self, rhs: Tuple) -> Self::ZipOutput { [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] 661 | Tuple(tuple!(self.0, rhs.0), Zippable::zip(self.1, rhs.1)) [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 `tuple` (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/ops.rs:661:38 [INFO] [stdout] | [INFO] [stdout] 660 | fn zip(self, rhs: Tuple) -> Self::ZipOutput { [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] 661 | Tuple(tuple!(self.0, rhs.0), Zippable::zip(self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:665:15 [INFO] [stdout] | [INFO] [stdout] 664 | fn zip2(self, rhs: Tuple) -> Self::ZipOutput2 { [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] 665 | Tuple((self.0, rhs.0), Zippable::zip2(self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:665:32 [INFO] [stdout] | [INFO] [stdout] 664 | fn zip2(self, rhs: Tuple) -> Self::ZipOutput2 { [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] 665 | Tuple((self.0, rhs.0), Zippable::zip2(self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:717:10 [INFO] [stdout] | [INFO] [stdout] 714 | fn unzip(self) -> (Self::UnzipOutputLeft, Self::UnzipOutputRight) { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 715 | let Tuple(left, Tuple(right, ..)) = self.0; [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] 716 | let (lefts, rights) = Unzippable::unzip(self.1); [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] 717 | (Tuple(left, lefts), Tuple(right, rights)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:717:30 [INFO] [stdout] | [INFO] [stdout] 714 | fn unzip(self) -> (Self::UnzipOutputLeft, Self::UnzipOutputRight) { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 715 | let Tuple(left, Tuple(right, ..)) = self.0; [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] 716 | let (lefts, rights) = Unzippable::unzip(self.1); [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] 717 | (Tuple(left, lefts), Tuple(right, rights)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:731:10 [INFO] [stdout] | [INFO] [stdout] 728 | fn unzip(self) -> (Self::UnzipOutputLeft, Self::UnzipOutputRight) { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 729 | let (left, right) = self.0; [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] 730 | let (lefts, rights) = Unzippable::unzip(self.1); [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] 731 | (Tuple(left, lefts), Tuple(right, rights)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:731:30 [INFO] [stdout] | [INFO] [stdout] 728 | fn unzip(self) -> (Self::UnzipOutputLeft, Self::UnzipOutputRight) { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 729 | let (left, right) = self.0; [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] 730 | let (lefts, rights) = Unzippable::unzip(self.1); [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] 731 | (Tuple(left, lefts), Tuple(right, rights)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:816:15 [INFO] [stdout] | [INFO] [stdout] 815 | fn extend(self, rhs: Tuple) -> Self::ExtendBackOutput { [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] 816 | Tuple(self.0.push(rhs.0), Extendable::extend(self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:816:35 [INFO] [stdout] | [INFO] [stdout] 815 | fn extend(self, rhs: Tuple) -> Self::ExtendBackOutput { [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] 816 | Tuple(self.0.push(rhs.0), Extendable::extend(self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:821:13 [INFO] [stdout] | [INFO] [stdout] 819 | fn extend_front(self, rhs: Tuple) -> Self::ExtendFrontOutput { [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] 820 | Tuple( [INFO] [stdout] 821 | self.0.push_front(rhs.0), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:822:13 [INFO] [stdout] | [INFO] [stdout] 819 | fn extend_front(self, rhs: Tuple) -> Self::ExtendFrontOutput { [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] 822 | Extendable::extend_front(self.1, rhs.1), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:915:10 [INFO] [stdout] | [INFO] [stdout] 912 | fn shrink(self) -> (Self::ShrinkBackOutput, Self::ShrinkBackElements) { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 913 | let (first, elem) = Poppable::pop(self.0); [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] 914 | let (other, elems) = Shrinkable::shrink(self.1); [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] 915 | (Tuple(first, other), Tuple(elem, elems)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:915:31 [INFO] [stdout] | [INFO] [stdout] 912 | fn shrink(self) -> (Self::ShrinkBackOutput, Self::ShrinkBackElements) { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 913 | let (first, elem) = Poppable::pop(self.0); [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] 914 | let (other, elems) = Shrinkable::shrink(self.1); [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] 915 | (Tuple(first, other), Tuple(elem, elems)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:921:10 [INFO] [stdout] | [INFO] [stdout] 918 | fn shrink_front(self) -> (Self::ShrinkFrontOutput, Self::ShrinkFrontElements) { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 919 | let (first, elem) = Poppable::pop_front(self.0); [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] 920 | let (other, elems) = Shrinkable::shrink_front(self.1); [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] 921 | (Tuple(first, other), Tuple(elem, elems)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:921:31 [INFO] [stdout] | [INFO] [stdout] 918 | fn shrink_front(self) -> (Self::ShrinkFrontOutput, Self::ShrinkFrontElements) { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 919 | let (first, elem) = Poppable::pop_front(self.0); [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] 920 | let (other, elems) = Shrinkable::shrink_front(self.1); [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] 921 | (Tuple(first, other), Tuple(elem, elems)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:967:15 [INFO] [stdout] | [INFO] [stdout] 966 | fn combine(self, rhs: Tuple) -> Self::CombineOutput { [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] 967 | Tuple(self.0.join(rhs.0), Combinable::combine(self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:967:35 [INFO] [stdout] | [INFO] [stdout] 966 | fn combine(self, rhs: Tuple) -> Self::CombineOutput { [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] 967 | Tuple(self.0.join(rhs.0), Combinable::combine(self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:1019:10 [INFO] [stdout] | [INFO] [stdout] 1017 | fn replace_head(self, rhs: Tuple) -> (Self::ReplaceOutput, Self::Replaced) { [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] 1018 | let (output, replaced) = HeadReplaceable::replace_head(self.1, rhs.1); [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] 1019 | (Tuple(rhs.0, output), Tuple(self.0, replaced)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:1019:32 [INFO] [stdout] | [INFO] [stdout] 1017 | fn replace_head(self, rhs: Tuple) -> (Self::ReplaceOutput, Self::Replaced) { [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] 1018 | let (output, replaced) = HeadReplaceable::replace_head(self.1, rhs.1); [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] 1019 | (Tuple(rhs.0, output), Tuple(self.0, replaced)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:1100:15 [INFO] [stdout] | [INFO] [stdout] 1099 | fn call(&self, rhs: T) -> Self::Output { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 1100 | Tuple((self.0)(rhs.clone()), Callable::call(&self.1, rhs)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:1100:38 [INFO] [stdout] | [INFO] [stdout] 1099 | fn call(&self, rhs: T) -> Self::Output { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 1100 | Tuple((self.0)(rhs.clone()), Callable::call(&self.1, rhs)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:1148:13 [INFO] [stdout] | [INFO] [stdout] 1146 | fn call_mut(&mut self, rhs: T) -> Self::Output { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 1147 | Tuple( [INFO] [stdout] 1148 | (self.0)(rhs.clone()), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:1149:13 [INFO] [stdout] | [INFO] [stdout] 1146 | fn call_mut(&mut self, rhs: T) -> Self::Output { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 1149 | MutCallable::call_mut(&mut self.1, rhs), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:1200:15 [INFO] [stdout] | [INFO] [stdout] 1199 | fn call_once(self, rhs: T) -> 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] 1200 | Tuple((self.0)(rhs.clone()), OnceCallable::call_once(self.1, rhs)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:1200:38 [INFO] [stdout] | [INFO] [stdout] 1199 | fn call_once(self, rhs: T) -> 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] 1200 | Tuple((self.0)(rhs.clone()), OnceCallable::call_once(self.1, rhs)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:1213:13 [INFO] [stdout] | [INFO] [stdout] 1211 | fn call_once(self, rhs: &'a mut T) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 1212 | Tuple( [INFO] [stdout] 1213 | (self.0)(&mut *rhs), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:1214:13 [INFO] [stdout] | [INFO] [stdout] 1211 | fn call_once(self, rhs: &'a mut T) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 1214 | OnceCallable::call_once(self.1, &mut *rhs), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/search.rs:202:15 [INFO] [stdout] | [INFO] [stdout] 198 | fn map_replace(self, f: F) -> Self::MapReplaceOutput [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] 202 | Tuple(f(self.0), self.1) [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/search.rs:216:17 [INFO] [stdout] | [INFO] [stdout] 214 | fn take(self) -> (T, Self::TakeRemainder) { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 215 | let (value, remainder) = Search::take(self.1); [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] 216 | (value, Tuple(self.0, remainder)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/search.rs:231:23 [INFO] [stdout] | [INFO] [stdout] 227 | fn map_replace(self, f: F) -> Self::MapReplaceOutput [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] 231 | Tuple(self.0, Search::map_replace(self.1, f)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/search.rs:285:10 [INFO] [stdout] | [INFO] [stdout] 283 | fn replace_tail(self, rhs: T) -> (Self::ReplaceOutput, Self::Replaced) { [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] 284 | let (output, replaced) = TailReplaceable::replace_tail(self.1, rhs); [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] 285 | (Tuple(self.0, output), replaced) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/search.rs:445:23 [INFO] [stdout] | [INFO] [stdout] 444 | fn subseq(self) -> Tuple { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 445 | Tuple(self.0, Subseq::subseq(self.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/search.rs:539:23 [INFO] [stdout] | [INFO] [stdout] 537 | fn map_replace_subseq(self, f: F) -> Self::MapReplaceOutput { [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] 538 | let (output, next) = f.map(self.0); [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] 539 | Tuple(output, SubseqMapReplace::map_replace_subseq(self.1, next)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/search.rs:551:23 [INFO] [stdout] | [INFO] [stdout] 550 | fn map_replace_subseq(self, f: F) -> Self::MapReplaceOutput { [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] 551 | Tuple(self.0, SubseqMapReplace::map_replace_subseq(self.1, f)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/search.rs:762:23 [INFO] [stdout] | [INFO] [stdout] 761 | fn con_subseq(self) -> Tuple> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 762 | Tuple(self.0, ConSubseq::con_subseq(self.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/search.rs:835:13 [INFO] [stdout] | [INFO] [stdout] 832 | fn map_replace_con_subseq(self, f: F) -> Self::MapReplaceOutput { [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] 835 | ConSubseqMapReplace::map_replace_con_subseq(self.1, f), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/search.rs:848:15 [INFO] [stdout] | [INFO] [stdout] 847 | fn map_replace_con_subseq(self, f: F) -> Self::MapReplaceOutput { [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] 848 | Tuple(f.map(self.0).0, self.1) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/search.rs:865:13 [INFO] [stdout] | [INFO] [stdout] 861 | fn map_replace_con_subseq(self, f: F) -> Self::MapReplaceOutput { [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] 862 | let (output, next) = f.map(self.0); [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] 865 | ConSubseqMapReplace::map_replace_con_subseq(self.1, next), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/tuple.rs:3305:23 [INFO] [stdout] | [INFO] [stdout] 3304 | fn push(self, value: T) -> Self::PushBackOutput { [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] 3305 | Tuple(self.0, self.1.push(value)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/tuple.rs:3317:9 [INFO] [stdout] | [INFO] [stdout] 3316 | fn rev(self) -> Self::RevOutput { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 3317 | self.1.rev().push(self.0) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/tuple.rs:3324:23 [INFO] [stdout] | [INFO] [stdout] 3320 | fn join(self, value: T) -> Self::JoinOutput [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] 3324 | Tuple(self.0, self.1.join(value)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/tuple.rs:3328:15 [INFO] [stdout] | [INFO] [stdout] 3327 | fn to_some(self) -> Self::ToSomeOutput { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 3328 | Tuple(Some(self.0), self.1.to_some()) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/tuple.rs:3328:29 [INFO] [stdout] | [INFO] [stdout] 3327 | fn to_some(self) -> Self::ToSomeOutput { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 3328 | Tuple(Some(self.0), self.1.to_some()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/tuple.rs:3332:15 [INFO] [stdout] | [INFO] [stdout] 3331 | fn to_ok(self) -> Self::ToOkOutput { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 3332 | Tuple(Ok(self.0), self.1.to_ok()) [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/tuple.rs:3332:27 [INFO] [stdout] | [INFO] [stdout] 3331 | fn to_ok(self) -> Self::ToOkOutput { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 3332 | Tuple(Ok(self.0), self.1.to_ok()) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/tuple.rs:3336:15 [INFO] [stdout] | [INFO] [stdout] 3335 | fn to_tuple(self) -> Self::ToTupleOutput { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 3336 | Tuple(Tuple(self.0, Unit), self.1.to_tuple()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/tuple.rs:3336:36 [INFO] [stdout] | [INFO] [stdout] 3335 | fn to_tuple(self) -> Self::ToTupleOutput { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 3336 | Tuple(Tuple(self.0, Unit), self.1.to_tuple()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:30:28 [INFO] [stdout] | [INFO] [stdout] 29 | fn $f(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 30 | Tuple($tr::$f(self.0), $tr::$f(self.1)) [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3514:1 [INFO] [stdout] | [INFO] [stdout] 3514 | / __tuple_unary_ops_impl! { [INFO] [stdout] 3515 | | Neg::neg(), [INFO] [stdout] 3516 | | Not::not(), [INFO] [stdout] 3517 | | } [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 `__tuple_unary_ops_impl` (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/macros.rs:30:45 [INFO] [stdout] | [INFO] [stdout] 29 | fn $f(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 30 | Tuple($tr::$f(self.0), $tr::$f(self.1)) [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3514:1 [INFO] [stdout] | [INFO] [stdout] 3514 | / __tuple_unary_ops_impl! { [INFO] [stdout] 3515 | | Neg::neg(), [INFO] [stdout] 3516 | | Not::not(), [INFO] [stdout] 3517 | | } [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 `__tuple_unary_ops_impl` (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/macros.rs:30:28 [INFO] [stdout] | [INFO] [stdout] 29 | fn $f(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 30 | Tuple($tr::$f(self.0), $tr::$f(self.1)) [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3514:1 [INFO] [stdout] | [INFO] [stdout] 3514 | / __tuple_unary_ops_impl! { [INFO] [stdout] 3515 | | Neg::neg(), [INFO] [stdout] 3516 | | Not::not(), [INFO] [stdout] 3517 | | } [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 `__tuple_unary_ops_impl` (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/macros.rs:30:45 [INFO] [stdout] | [INFO] [stdout] 29 | fn $f(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 30 | Tuple($tr::$f(self.0), $tr::$f(self.1)) [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3514:1 [INFO] [stdout] | [INFO] [stdout] 3514 | / __tuple_unary_ops_impl! { [INFO] [stdout] 3515 | | Neg::neg(), [INFO] [stdout] 3516 | | Not::not(), [INFO] [stdout] 3517 | | } [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 `__tuple_unary_ops_impl` (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/macros.rs:118:28 [INFO] [stdout] | [INFO] [stdout] 117 | fn $f(self, rhs: Tuple) -> 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] 118 | Tuple($tr::$f(self.0, rhs.0), $tr::$f(self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:118:52 [INFO] [stdout] | [INFO] [stdout] 117 | fn $f(self, rhs: Tuple) -> 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] 118 | Tuple($tr::$f(self.0, rhs.0), $tr::$f(self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:130:28 [INFO] [stdout] | [INFO] [stdout] 129 | fn $f(self, rhs: &'a Tuple) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 130 | Tuple($tr::$f(self.0, &rhs.0), $tr::$f(self.1, &rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:130:53 [INFO] [stdout] | [INFO] [stdout] 129 | fn $f(self, rhs: &'a Tuple) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 130 | Tuple($tr::$f(self.0, &rhs.0), $tr::$f(self.1, &rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:143:28 [INFO] [stdout] | [INFO] [stdout] 142 | fn $f(self, rhs: Tuple) -> Self::Output { [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 143 | Tuple($tr::$f(&self.0, rhs.0), $tr::$f(&self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:143:53 [INFO] [stdout] | [INFO] [stdout] 142 | fn $f(self, rhs: Tuple) -> Self::Output { [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 143 | Tuple($tr::$f(&self.0, rhs.0), $tr::$f(&self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:118:28 [INFO] [stdout] | [INFO] [stdout] 117 | fn $f(self, rhs: Tuple) -> 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] 118 | Tuple($tr::$f(self.0, rhs.0), $tr::$f(self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:118:52 [INFO] [stdout] | [INFO] [stdout] 117 | fn $f(self, rhs: Tuple) -> 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] 118 | Tuple($tr::$f(self.0, rhs.0), $tr::$f(self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:130:28 [INFO] [stdout] | [INFO] [stdout] 129 | fn $f(self, rhs: &'a Tuple) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 130 | Tuple($tr::$f(self.0, &rhs.0), $tr::$f(self.1, &rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:130:53 [INFO] [stdout] | [INFO] [stdout] 129 | fn $f(self, rhs: &'a Tuple) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 130 | Tuple($tr::$f(self.0, &rhs.0), $tr::$f(self.1, &rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:143:28 [INFO] [stdout] | [INFO] [stdout] 142 | fn $f(self, rhs: Tuple) -> Self::Output { [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 143 | Tuple($tr::$f(&self.0, rhs.0), $tr::$f(&self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:143:53 [INFO] [stdout] | [INFO] [stdout] 142 | fn $f(self, rhs: Tuple) -> Self::Output { [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 143 | Tuple($tr::$f(&self.0, rhs.0), $tr::$f(&self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:118:28 [INFO] [stdout] | [INFO] [stdout] 117 | fn $f(self, rhs: Tuple) -> 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] 118 | Tuple($tr::$f(self.0, rhs.0), $tr::$f(self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:118:52 [INFO] [stdout] | [INFO] [stdout] 117 | fn $f(self, rhs: Tuple) -> 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] 118 | Tuple($tr::$f(self.0, rhs.0), $tr::$f(self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:130:28 [INFO] [stdout] | [INFO] [stdout] 129 | fn $f(self, rhs: &'a Tuple) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 130 | Tuple($tr::$f(self.0, &rhs.0), $tr::$f(self.1, &rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:130:53 [INFO] [stdout] | [INFO] [stdout] 129 | fn $f(self, rhs: &'a Tuple) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 130 | Tuple($tr::$f(self.0, &rhs.0), $tr::$f(self.1, &rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:143:28 [INFO] [stdout] | [INFO] [stdout] 142 | fn $f(self, rhs: Tuple) -> Self::Output { [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 143 | Tuple($tr::$f(&self.0, rhs.0), $tr::$f(&self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:143:53 [INFO] [stdout] | [INFO] [stdout] 142 | fn $f(self, rhs: Tuple) -> Self::Output { [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 143 | Tuple($tr::$f(&self.0, rhs.0), $tr::$f(&self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:118:28 [INFO] [stdout] | [INFO] [stdout] 117 | fn $f(self, rhs: Tuple) -> 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] 118 | Tuple($tr::$f(self.0, rhs.0), $tr::$f(self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:118:52 [INFO] [stdout] | [INFO] [stdout] 117 | fn $f(self, rhs: Tuple) -> 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] 118 | Tuple($tr::$f(self.0, rhs.0), $tr::$f(self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:130:28 [INFO] [stdout] | [INFO] [stdout] 129 | fn $f(self, rhs: &'a Tuple) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 130 | Tuple($tr::$f(self.0, &rhs.0), $tr::$f(self.1, &rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:130:53 [INFO] [stdout] | [INFO] [stdout] 129 | fn $f(self, rhs: &'a Tuple) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 130 | Tuple($tr::$f(self.0, &rhs.0), $tr::$f(self.1, &rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:143:28 [INFO] [stdout] | [INFO] [stdout] 142 | fn $f(self, rhs: Tuple) -> Self::Output { [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 143 | Tuple($tr::$f(&self.0, rhs.0), $tr::$f(&self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:143:53 [INFO] [stdout] | [INFO] [stdout] 142 | fn $f(self, rhs: Tuple) -> Self::Output { [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 143 | Tuple($tr::$f(&self.0, rhs.0), $tr::$f(&self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:118:28 [INFO] [stdout] | [INFO] [stdout] 117 | fn $f(self, rhs: Tuple) -> 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] 118 | Tuple($tr::$f(self.0, rhs.0), $tr::$f(self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:118:52 [INFO] [stdout] | [INFO] [stdout] 117 | fn $f(self, rhs: Tuple) -> 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] 118 | Tuple($tr::$f(self.0, rhs.0), $tr::$f(self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:130:28 [INFO] [stdout] | [INFO] [stdout] 129 | fn $f(self, rhs: &'a Tuple) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 130 | Tuple($tr::$f(self.0, &rhs.0), $tr::$f(self.1, &rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:130:53 [INFO] [stdout] | [INFO] [stdout] 129 | fn $f(self, rhs: &'a Tuple) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 130 | Tuple($tr::$f(self.0, &rhs.0), $tr::$f(self.1, &rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:143:28 [INFO] [stdout] | [INFO] [stdout] 142 | fn $f(self, rhs: Tuple) -> Self::Output { [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 143 | Tuple($tr::$f(&self.0, rhs.0), $tr::$f(&self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:143:53 [INFO] [stdout] | [INFO] [stdout] 142 | fn $f(self, rhs: Tuple) -> Self::Output { [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 143 | Tuple($tr::$f(&self.0, rhs.0), $tr::$f(&self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:118:28 [INFO] [stdout] | [INFO] [stdout] 117 | fn $f(self, rhs: Tuple) -> 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] 118 | Tuple($tr::$f(self.0, rhs.0), $tr::$f(self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:118:52 [INFO] [stdout] | [INFO] [stdout] 117 | fn $f(self, rhs: Tuple) -> 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] 118 | Tuple($tr::$f(self.0, rhs.0), $tr::$f(self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:130:28 [INFO] [stdout] | [INFO] [stdout] 129 | fn $f(self, rhs: &'a Tuple) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 130 | Tuple($tr::$f(self.0, &rhs.0), $tr::$f(self.1, &rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:130:53 [INFO] [stdout] | [INFO] [stdout] 129 | fn $f(self, rhs: &'a Tuple) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 130 | Tuple($tr::$f(self.0, &rhs.0), $tr::$f(self.1, &rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:143:28 [INFO] [stdout] | [INFO] [stdout] 142 | fn $f(self, rhs: Tuple) -> Self::Output { [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 143 | Tuple($tr::$f(&self.0, rhs.0), $tr::$f(&self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:143:53 [INFO] [stdout] | [INFO] [stdout] 142 | fn $f(self, rhs: Tuple) -> Self::Output { [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 143 | Tuple($tr::$f(&self.0, rhs.0), $tr::$f(&self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:118:28 [INFO] [stdout] | [INFO] [stdout] 117 | fn $f(self, rhs: Tuple) -> 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] 118 | Tuple($tr::$f(self.0, rhs.0), $tr::$f(self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:118:52 [INFO] [stdout] | [INFO] [stdout] 117 | fn $f(self, rhs: Tuple) -> 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] 118 | Tuple($tr::$f(self.0, rhs.0), $tr::$f(self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:130:28 [INFO] [stdout] | [INFO] [stdout] 129 | fn $f(self, rhs: &'a Tuple) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 130 | Tuple($tr::$f(self.0, &rhs.0), $tr::$f(self.1, &rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:130:53 [INFO] [stdout] | [INFO] [stdout] 129 | fn $f(self, rhs: &'a Tuple) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 130 | Tuple($tr::$f(self.0, &rhs.0), $tr::$f(self.1, &rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:143:28 [INFO] [stdout] | [INFO] [stdout] 142 | fn $f(self, rhs: Tuple) -> Self::Output { [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 143 | Tuple($tr::$f(&self.0, rhs.0), $tr::$f(&self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:143:53 [INFO] [stdout] | [INFO] [stdout] 142 | fn $f(self, rhs: Tuple) -> Self::Output { [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 143 | Tuple($tr::$f(&self.0, rhs.0), $tr::$f(&self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:118:28 [INFO] [stdout] | [INFO] [stdout] 117 | fn $f(self, rhs: Tuple) -> 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] 118 | Tuple($tr::$f(self.0, rhs.0), $tr::$f(self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:118:52 [INFO] [stdout] | [INFO] [stdout] 117 | fn $f(self, rhs: Tuple) -> 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] 118 | Tuple($tr::$f(self.0, rhs.0), $tr::$f(self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:130:28 [INFO] [stdout] | [INFO] [stdout] 129 | fn $f(self, rhs: &'a Tuple) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 130 | Tuple($tr::$f(self.0, &rhs.0), $tr::$f(self.1, &rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:130:53 [INFO] [stdout] | [INFO] [stdout] 129 | fn $f(self, rhs: &'a Tuple) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 130 | Tuple($tr::$f(self.0, &rhs.0), $tr::$f(self.1, &rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:143:28 [INFO] [stdout] | [INFO] [stdout] 142 | fn $f(self, rhs: Tuple) -> Self::Output { [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 143 | Tuple($tr::$f(&self.0, rhs.0), $tr::$f(&self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:143:53 [INFO] [stdout] | [INFO] [stdout] 142 | fn $f(self, rhs: Tuple) -> Self::Output { [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 143 | Tuple($tr::$f(&self.0, rhs.0), $tr::$f(&self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:118:28 [INFO] [stdout] | [INFO] [stdout] 117 | fn $f(self, rhs: Tuple) -> 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] 118 | Tuple($tr::$f(self.0, rhs.0), $tr::$f(self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:118:52 [INFO] [stdout] | [INFO] [stdout] 117 | fn $f(self, rhs: Tuple) -> 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] 118 | Tuple($tr::$f(self.0, rhs.0), $tr::$f(self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:130:28 [INFO] [stdout] | [INFO] [stdout] 129 | fn $f(self, rhs: &'a Tuple) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 130 | Tuple($tr::$f(self.0, &rhs.0), $tr::$f(self.1, &rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:130:53 [INFO] [stdout] | [INFO] [stdout] 129 | fn $f(self, rhs: &'a Tuple) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 130 | Tuple($tr::$f(self.0, &rhs.0), $tr::$f(self.1, &rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:143:28 [INFO] [stdout] | [INFO] [stdout] 142 | fn $f(self, rhs: Tuple) -> Self::Output { [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 143 | Tuple($tr::$f(&self.0, rhs.0), $tr::$f(&self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:143:53 [INFO] [stdout] | [INFO] [stdout] 142 | fn $f(self, rhs: Tuple) -> Self::Output { [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 143 | Tuple($tr::$f(&self.0, rhs.0), $tr::$f(&self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:118:28 [INFO] [stdout] | [INFO] [stdout] 117 | fn $f(self, rhs: Tuple) -> 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] 118 | Tuple($tr::$f(self.0, rhs.0), $tr::$f(self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/fold.rs:160:10 [INFO] [stdout] | [INFO] [stdout] 159 | fn fold(self, acc: Acc, value: First) -> (Self::Output, Self::NextFolder) { [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] 160 | ((self.0)(acc, value), self.1) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [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] [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/macros.rs:118:52 [INFO] [stdout] | [INFO] [stdout] 117 | fn $f(self, rhs: Tuple) -> 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] 118 | Tuple($tr::$f(self.0, rhs.0), $tr::$f(self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/foreach.rs:169:10 [INFO] [stdout] | [INFO] [stdout] 168 | fn map(self, value: First) -> (Self::Output, Self::NextMapper) { [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] 169 | ((self.0)(value), self.1) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/macros.rs:130:28 [INFO] [stdout] | [INFO] [stdout] 129 | fn $f(self, rhs: &'a Tuple) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 130 | Tuple($tr::$f(self.0, &rhs.0), $tr::$f(self.1, &rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/foreach.rs:188:20 [INFO] [stdout] | [INFO] [stdout] 186 | fn foreach(self, f: F) -> 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] 187 | let (out, f) = f.map(self.0); [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] 188 | Tuple(out, Foreach::foreach(self.1, f)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:86:10 [INFO] [stdout] | [INFO] [stdout] 84 | fn pop(self) -> (Self::PopBackOutput, Self::PopBackElement) { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 85 | let (tup, elem) = Poppable::pop(self.1); [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] 86 | (Tuple(self.0, tup), elem) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/macros.rs:130:53 [INFO] [stdout] | [INFO] [stdout] 129 | fn $f(self, rhs: &'a Tuple) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 130 | Tuple($tr::$f(self.0, &rhs.0), $tr::$f(self.1, &rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/ops.rs:391:15 [INFO] [stdout] | [INFO] [stdout] 390 | fn enumerate(self, from: usize) -> Self::EnumerateOutput { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 391 | Tuple((from, self.0), Enumerable::enumerate(self.1, from + 1)) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:391:31 [INFO] [stdout] | [INFO] [stdout] 390 | fn enumerate(self, from: usize) -> Self::EnumerateOutput { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 391 | Tuple((from, self.0), Enumerable::enumerate(self.1, from + 1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/macros.rs:143:28 [INFO] [stdout] | [INFO] [stdout] 142 | fn $f(self, rhs: Tuple) -> Self::Output { [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 143 | Tuple($tr::$f(&self.0, rhs.0), $tr::$f(&self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/ops.rs:522:21 [INFO] [stdout] | [INFO] [stdout] 521 | fn untuple(self) -> Self::UntupleOutput { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 522 | self.0.join(Untupleable::untuple(self.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:551:9 [INFO] [stdout] | [INFO] [stdout] 550 | fn dot(self, rhs: Tuple) -> 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] 551 | Dot::dot(self.1, rhs.1) + self.0 * rhs.0 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/macros.rs:143:53 [INFO] [stdout] | [INFO] [stdout] 142 | fn $f(self, rhs: Tuple) -> Self::Output { [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 143 | Tuple($tr::$f(&self.0, rhs.0), $tr::$f(&self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/ops.rs:551:35 [INFO] [stdout] | [INFO] [stdout] 550 | fn dot(self, rhs: Tuple) -> 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] 551 | Dot::dot(self.1, rhs.1) + self.0 * rhs.0 [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/tuple.rs:3553:9 [INFO] [stdout] | [INFO] [stdout] 3552 | fn into_iter(self) -> Self::IntoIter { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 3553 | self.to_array().into_iter() [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:565:9 [INFO] [stdout] | [INFO] [stdout] 564 | fn dot(self, rhs: &'a Tuple) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 565 | Dot::dot(self.1, &rhs.1) + self.0 * &rhs.0 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/unwrap.rs:151:15 [INFO] [stdout] | [INFO] [stdout] 150 | fn unwrap(self) -> Self::UnwrapOutput { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 151 | Tuple(Unwrap::unwrap(self.0), Unwrap::unwrap(self.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:565:36 [INFO] [stdout] | [INFO] [stdout] 564 | fn dot(self, rhs: &'a Tuple) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 565 | Dot::dot(self.1, &rhs.1) + self.0 * &rhs.0 [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:580:9 [INFO] [stdout] | [INFO] [stdout] 579 | fn dot(self, rhs: Tuple) -> Self::Output { [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 580 | Dot::dot(&self.1, rhs.1) + &self.0 * rhs.0 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:580:36 [INFO] [stdout] | [INFO] [stdout] 579 | fn dot(self, rhs: Tuple) -> Self::Output { [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 580 | Dot::dot(&self.1, rhs.1) + &self.0 * rhs.0 [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ops.rs:660:12 [INFO] [stdout] | [INFO] [stdout] 660 | fn zip(self, rhs: Tuple) -> Self::ZipOutput { [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] 661 | Tuple(tuple!(self.0, rhs.0), Zippable::zip(self.1, rhs.1)) [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 `tuple` (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/ops.rs:661:38 [INFO] [stdout] | [INFO] [stdout] 660 | fn zip(self, rhs: Tuple) -> Self::ZipOutput { [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] 661 | Tuple(tuple!(self.0, rhs.0), Zippable::zip(self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:665:15 [INFO] [stdout] | [INFO] [stdout] 664 | fn zip2(self, rhs: Tuple) -> Self::ZipOutput2 { [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] 665 | Tuple((self.0, rhs.0), Zippable::zip2(self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:665:32 [INFO] [stdout] | [INFO] [stdout] 664 | fn zip2(self, rhs: Tuple) -> Self::ZipOutput2 { [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] 665 | Tuple((self.0, rhs.0), Zippable::zip2(self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:717:10 [INFO] [stdout] | [INFO] [stdout] 714 | fn unzip(self) -> (Self::UnzipOutputLeft, Self::UnzipOutputRight) { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 715 | let Tuple(left, Tuple(right, ..)) = self.0; [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] 716 | let (lefts, rights) = Unzippable::unzip(self.1); [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] 717 | (Tuple(left, lefts), Tuple(right, rights)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:717:30 [INFO] [stdout] | [INFO] [stdout] 714 | fn unzip(self) -> (Self::UnzipOutputLeft, Self::UnzipOutputRight) { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 715 | let Tuple(left, Tuple(right, ..)) = self.0; [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] 716 | let (lefts, rights) = Unzippable::unzip(self.1); [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] 717 | (Tuple(left, lefts), Tuple(right, rights)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:731:10 [INFO] [stdout] | [INFO] [stdout] 728 | fn unzip(self) -> (Self::UnzipOutputLeft, Self::UnzipOutputRight) { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 729 | let (left, right) = self.0; [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] 730 | let (lefts, rights) = Unzippable::unzip(self.1); [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] 731 | (Tuple(left, lefts), Tuple(right, rights)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:731:30 [INFO] [stdout] | [INFO] [stdout] 728 | fn unzip(self) -> (Self::UnzipOutputLeft, Self::UnzipOutputRight) { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 729 | let (left, right) = self.0; [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] 730 | let (lefts, rights) = Unzippable::unzip(self.1); [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] 731 | (Tuple(left, lefts), Tuple(right, rights)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:816:15 [INFO] [stdout] | [INFO] [stdout] 815 | fn extend(self, rhs: Tuple) -> Self::ExtendBackOutput { [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] 816 | Tuple(self.0.push(rhs.0), Extendable::extend(self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:816:35 [INFO] [stdout] | [INFO] [stdout] 815 | fn extend(self, rhs: Tuple) -> Self::ExtendBackOutput { [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] 816 | Tuple(self.0.push(rhs.0), Extendable::extend(self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:821:13 [INFO] [stdout] | [INFO] [stdout] 819 | fn extend_front(self, rhs: Tuple) -> Self::ExtendFrontOutput { [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] 820 | Tuple( [INFO] [stdout] 821 | self.0.push_front(rhs.0), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:822:13 [INFO] [stdout] | [INFO] [stdout] 819 | fn extend_front(self, rhs: Tuple) -> Self::ExtendFrontOutput { [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] 822 | Extendable::extend_front(self.1, rhs.1), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:915:10 [INFO] [stdout] | [INFO] [stdout] 912 | fn shrink(self) -> (Self::ShrinkBackOutput, Self::ShrinkBackElements) { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 913 | let (first, elem) = Poppable::pop(self.0); [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] 914 | let (other, elems) = Shrinkable::shrink(self.1); [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] 915 | (Tuple(first, other), Tuple(elem, elems)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:915:31 [INFO] [stdout] | [INFO] [stdout] 912 | fn shrink(self) -> (Self::ShrinkBackOutput, Self::ShrinkBackElements) { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 913 | let (first, elem) = Poppable::pop(self.0); [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] 914 | let (other, elems) = Shrinkable::shrink(self.1); [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] 915 | (Tuple(first, other), Tuple(elem, elems)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:921:10 [INFO] [stdout] | [INFO] [stdout] 918 | fn shrink_front(self) -> (Self::ShrinkFrontOutput, Self::ShrinkFrontElements) { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 919 | let (first, elem) = Poppable::pop_front(self.0); [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] 920 | let (other, elems) = Shrinkable::shrink_front(self.1); [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] 921 | (Tuple(first, other), Tuple(elem, elems)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:921:31 [INFO] [stdout] | [INFO] [stdout] 918 | fn shrink_front(self) -> (Self::ShrinkFrontOutput, Self::ShrinkFrontElements) { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 919 | let (first, elem) = Poppable::pop_front(self.0); [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] 920 | let (other, elems) = Shrinkable::shrink_front(self.1); [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] 921 | (Tuple(first, other), Tuple(elem, elems)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:967:15 [INFO] [stdout] | [INFO] [stdout] 966 | fn combine(self, rhs: Tuple) -> Self::CombineOutput { [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] 967 | Tuple(self.0.join(rhs.0), Combinable::combine(self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:967:35 [INFO] [stdout] | [INFO] [stdout] 966 | fn combine(self, rhs: Tuple) -> Self::CombineOutput { [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] 967 | Tuple(self.0.join(rhs.0), Combinable::combine(self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:1019:10 [INFO] [stdout] | [INFO] [stdout] 1017 | fn replace_head(self, rhs: Tuple) -> (Self::ReplaceOutput, Self::Replaced) { [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] 1018 | let (output, replaced) = HeadReplaceable::replace_head(self.1, rhs.1); [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] 1019 | (Tuple(rhs.0, output), Tuple(self.0, replaced)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:1019:32 [INFO] [stdout] | [INFO] [stdout] 1017 | fn replace_head(self, rhs: Tuple) -> (Self::ReplaceOutput, Self::Replaced) { [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] 1018 | let (output, replaced) = HeadReplaceable::replace_head(self.1, rhs.1); [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] 1019 | (Tuple(rhs.0, output), Tuple(self.0, replaced)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:1100:15 [INFO] [stdout] | [INFO] [stdout] 1099 | fn call(&self, rhs: T) -> Self::Output { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 1100 | Tuple((self.0)(rhs.clone()), Callable::call(&self.1, rhs)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:1100:38 [INFO] [stdout] | [INFO] [stdout] 1099 | fn call(&self, rhs: T) -> Self::Output { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 1100 | Tuple((self.0)(rhs.clone()), Callable::call(&self.1, rhs)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:1148:13 [INFO] [stdout] | [INFO] [stdout] 1146 | fn call_mut(&mut self, rhs: T) -> Self::Output { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 1147 | Tuple( [INFO] [stdout] 1148 | (self.0)(rhs.clone()), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:1149:13 [INFO] [stdout] | [INFO] [stdout] 1146 | fn call_mut(&mut self, rhs: T) -> Self::Output { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 1149 | MutCallable::call_mut(&mut self.1, rhs), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:1200:15 [INFO] [stdout] | [INFO] [stdout] 1199 | fn call_once(self, rhs: T) -> 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] 1200 | Tuple((self.0)(rhs.clone()), OnceCallable::call_once(self.1, rhs)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:1200:38 [INFO] [stdout] | [INFO] [stdout] 1199 | fn call_once(self, rhs: T) -> 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] 1200 | Tuple((self.0)(rhs.clone()), OnceCallable::call_once(self.1, rhs)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:1213:13 [INFO] [stdout] | [INFO] [stdout] 1211 | fn call_once(self, rhs: &'a mut T) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 1212 | Tuple( [INFO] [stdout] 1213 | (self.0)(&mut *rhs), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/ops.rs:1214:13 [INFO] [stdout] | [INFO] [stdout] 1211 | fn call_once(self, rhs: &'a mut T) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 1214 | OnceCallable::call_once(self.1, &mut *rhs), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/search.rs:202:15 [INFO] [stdout] | [INFO] [stdout] 198 | fn map_replace(self, f: F) -> Self::MapReplaceOutput [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] 202 | Tuple(f(self.0), self.1) [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/unwrap.rs:151:39 [INFO] [stdout] | [INFO] [stdout] 150 | fn unwrap(self) -> Self::UnwrapOutput { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 151 | Tuple(Unwrap::unwrap(self.0), Unwrap::unwrap(self.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/unwrap.rs:180:13 [INFO] [stdout] | [INFO] [stdout] 178 | fn unwrap_or_default(self) -> Self::UnwrapOutput { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 179 | Tuple( [INFO] [stdout] 180 | UnwrapOrDefault::unwrap_or_default(self.0), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/unwrap.rs:181:13 [INFO] [stdout] | [INFO] [stdout] 178 | fn unwrap_or_default(self) -> Self::UnwrapOutput { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 181 | UnwrapOrDefault::unwrap_or_default(self.1), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/search.rs:216:17 [INFO] [stdout] | [INFO] [stdout] 214 | fn take(self) -> (T, Self::TakeRemainder) { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 215 | let (value, remainder) = Search::take(self.1); [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] 216 | (value, Tuple(self.0, remainder)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/search.rs:231:23 [INFO] [stdout] | [INFO] [stdout] 227 | fn map_replace(self, f: F) -> Self::MapReplaceOutput [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] 231 | Tuple(self.0, Search::map_replace(self.1, f)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/search.rs:285:10 [INFO] [stdout] | [INFO] [stdout] 283 | fn replace_tail(self, rhs: T) -> (Self::ReplaceOutput, Self::Replaced) { [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] 284 | let (output, replaced) = TailReplaceable::replace_tail(self.1, rhs); [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] 285 | (Tuple(self.0, output), replaced) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/search.rs:445:23 [INFO] [stdout] | [INFO] [stdout] 444 | fn subseq(self) -> Tuple { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 445 | Tuple(self.0, Subseq::subseq(self.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/search.rs:539:23 [INFO] [stdout] | [INFO] [stdout] 537 | fn map_replace_subseq(self, f: F) -> Self::MapReplaceOutput { [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] 538 | let (output, next) = f.map(self.0); [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] 539 | Tuple(output, SubseqMapReplace::map_replace_subseq(self.1, next)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/search.rs:551:23 [INFO] [stdout] | [INFO] [stdout] 550 | fn map_replace_subseq(self, f: F) -> Self::MapReplaceOutput { [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] 551 | Tuple(self.0, SubseqMapReplace::map_replace_subseq(self.1, f)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/search.rs:762:23 [INFO] [stdout] | [INFO] [stdout] 761 | fn con_subseq(self) -> Tuple> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 762 | Tuple(self.0, ConSubseq::con_subseq(self.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/search.rs:835:13 [INFO] [stdout] | [INFO] [stdout] 832 | fn map_replace_con_subseq(self, f: F) -> Self::MapReplaceOutput { [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] 835 | ConSubseqMapReplace::map_replace_con_subseq(self.1, f), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/search.rs:848:15 [INFO] [stdout] | [INFO] [stdout] 847 | fn map_replace_con_subseq(self, f: F) -> Self::MapReplaceOutput { [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] 848 | Tuple(f.map(self.0).0, self.1) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/search.rs:865:13 [INFO] [stdout] | [INFO] [stdout] 861 | fn map_replace_con_subseq(self, f: F) -> Self::MapReplaceOutput { [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] 862 | let (output, next) = f.map(self.0); [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] 865 | ConSubseqMapReplace::map_replace_con_subseq(self.1, next), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/tuple.rs:3305:23 [INFO] [stdout] | [INFO] [stdout] 3304 | fn push(self, value: T) -> Self::PushBackOutput { [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] 3305 | Tuple(self.0, self.1.push(value)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/tuple.rs:3317:9 [INFO] [stdout] | [INFO] [stdout] 3316 | fn rev(self) -> Self::RevOutput { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 3317 | self.1.rev().push(self.0) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/tuple.rs:3324:23 [INFO] [stdout] | [INFO] [stdout] 3320 | fn join(self, value: T) -> Self::JoinOutput [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] 3324 | Tuple(self.0, self.1.join(value)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/tuple.rs:3328:15 [INFO] [stdout] | [INFO] [stdout] 3327 | fn to_some(self) -> Self::ToSomeOutput { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 3328 | Tuple(Some(self.0), self.1.to_some()) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/tuple.rs:3328:29 [INFO] [stdout] | [INFO] [stdout] 3327 | fn to_some(self) -> Self::ToSomeOutput { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 3328 | Tuple(Some(self.0), self.1.to_some()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/tuple.rs:3332:15 [INFO] [stdout] | [INFO] [stdout] 3331 | fn to_ok(self) -> Self::ToOkOutput { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 3332 | Tuple(Ok(self.0), self.1.to_ok()) [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/tuple.rs:3332:27 [INFO] [stdout] | [INFO] [stdout] 3331 | fn to_ok(self) -> Self::ToOkOutput { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 3332 | Tuple(Ok(self.0), self.1.to_ok()) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/tuple.rs:3336:15 [INFO] [stdout] | [INFO] [stdout] 3335 | fn to_tuple(self) -> Self::ToTupleOutput { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 3336 | Tuple(Tuple(self.0, Unit), self.1.to_tuple()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/tuple.rs:3336:36 [INFO] [stdout] | [INFO] [stdout] 3335 | fn to_tuple(self) -> Self::ToTupleOutput { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 3336 | Tuple(Tuple(self.0, Unit), self.1.to_tuple()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 192 previous errors [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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | $crate::tuple_inner!($crate; $($t)*) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3512:1 [INFO] [stdout] | [INFO] [stdout] 3512 | tuple_traits_impl!(32); [INFO] [stdout] | ---------------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 `::tuplez::tuple` which comes from the expansion of the macro `tuple_traits_impl` (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/macros.rs:30:28 [INFO] [stdout] | [INFO] [stdout] 29 | fn $f(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 30 | Tuple($tr::$f(self.0), $tr::$f(self.1)) [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3514:1 [INFO] [stdout] | [INFO] [stdout] 3514 | / __tuple_unary_ops_impl! { [INFO] [stdout] 3515 | | Neg::neg(), [INFO] [stdout] 3516 | | Not::not(), [INFO] [stdout] 3517 | | } [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 `__tuple_unary_ops_impl` (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/macros.rs:30:45 [INFO] [stdout] | [INFO] [stdout] 29 | fn $f(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 30 | Tuple($tr::$f(self.0), $tr::$f(self.1)) [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3514:1 [INFO] [stdout] | [INFO] [stdout] 3514 | / __tuple_unary_ops_impl! { [INFO] [stdout] 3515 | | Neg::neg(), [INFO] [stdout] 3516 | | Not::not(), [INFO] [stdout] 3517 | | } [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 `__tuple_unary_ops_impl` (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/macros.rs:30:28 [INFO] [stdout] | [INFO] [stdout] 29 | fn $f(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 30 | Tuple($tr::$f(self.0), $tr::$f(self.1)) [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3514:1 [INFO] [stdout] | [INFO] [stdout] 3514 | / __tuple_unary_ops_impl! { [INFO] [stdout] 3515 | | Neg::neg(), [INFO] [stdout] 3516 | | Not::not(), [INFO] [stdout] 3517 | | } [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 `__tuple_unary_ops_impl` (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/macros.rs:30:45 [INFO] [stdout] | [INFO] [stdout] 29 | fn $f(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 30 | Tuple($tr::$f(self.0), $tr::$f(self.1)) [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3514:1 [INFO] [stdout] | [INFO] [stdout] 3514 | / __tuple_unary_ops_impl! { [INFO] [stdout] 3515 | | Neg::neg(), [INFO] [stdout] 3516 | | Not::not(), [INFO] [stdout] 3517 | | } [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 `__tuple_unary_ops_impl` (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/macros.rs:118:28 [INFO] [stdout] | [INFO] [stdout] 117 | fn $f(self, rhs: Tuple) -> 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] 118 | Tuple($tr::$f(self.0, rhs.0), $tr::$f(self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:118:52 [INFO] [stdout] | [INFO] [stdout] 117 | fn $f(self, rhs: Tuple) -> 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] 118 | Tuple($tr::$f(self.0, rhs.0), $tr::$f(self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:130:28 [INFO] [stdout] | [INFO] [stdout] 129 | fn $f(self, rhs: &'a Tuple) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 130 | Tuple($tr::$f(self.0, &rhs.0), $tr::$f(self.1, &rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:130:53 [INFO] [stdout] | [INFO] [stdout] 129 | fn $f(self, rhs: &'a Tuple) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 130 | Tuple($tr::$f(self.0, &rhs.0), $tr::$f(self.1, &rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `tuplez` (lib test) due to 193 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/macros.rs:143:28 [INFO] [stdout] | [INFO] [stdout] 142 | fn $f(self, rhs: Tuple) -> Self::Output { [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 143 | Tuple($tr::$f(&self.0, rhs.0), $tr::$f(&self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:143:53 [INFO] [stdout] | [INFO] [stdout] 142 | fn $f(self, rhs: Tuple) -> Self::Output { [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 143 | Tuple($tr::$f(&self.0, rhs.0), $tr::$f(&self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:118:28 [INFO] [stdout] | [INFO] [stdout] 117 | fn $f(self, rhs: Tuple) -> 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] 118 | Tuple($tr::$f(self.0, rhs.0), $tr::$f(self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:118:52 [INFO] [stdout] | [INFO] [stdout] 117 | fn $f(self, rhs: Tuple) -> 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] 118 | Tuple($tr::$f(self.0, rhs.0), $tr::$f(self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:130:28 [INFO] [stdout] | [INFO] [stdout] 129 | fn $f(self, rhs: &'a Tuple) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 130 | Tuple($tr::$f(self.0, &rhs.0), $tr::$f(self.1, &rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:130:53 [INFO] [stdout] | [INFO] [stdout] 129 | fn $f(self, rhs: &'a Tuple) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 130 | Tuple($tr::$f(self.0, &rhs.0), $tr::$f(self.1, &rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:143:28 [INFO] [stdout] | [INFO] [stdout] 142 | fn $f(self, rhs: Tuple) -> Self::Output { [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 143 | Tuple($tr::$f(&self.0, rhs.0), $tr::$f(&self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:143:53 [INFO] [stdout] | [INFO] [stdout] 142 | fn $f(self, rhs: Tuple) -> Self::Output { [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 143 | Tuple($tr::$f(&self.0, rhs.0), $tr::$f(&self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:118:28 [INFO] [stdout] | [INFO] [stdout] 117 | fn $f(self, rhs: Tuple) -> 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] 118 | Tuple($tr::$f(self.0, rhs.0), $tr::$f(self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:118:52 [INFO] [stdout] | [INFO] [stdout] 117 | fn $f(self, rhs: Tuple) -> 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] 118 | Tuple($tr::$f(self.0, rhs.0), $tr::$f(self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:130:28 [INFO] [stdout] | [INFO] [stdout] 129 | fn $f(self, rhs: &'a Tuple) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 130 | Tuple($tr::$f(self.0, &rhs.0), $tr::$f(self.1, &rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:130:53 [INFO] [stdout] | [INFO] [stdout] 129 | fn $f(self, rhs: &'a Tuple) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 130 | Tuple($tr::$f(self.0, &rhs.0), $tr::$f(self.1, &rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:143:28 [INFO] [stdout] | [INFO] [stdout] 142 | fn $f(self, rhs: Tuple) -> Self::Output { [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 143 | Tuple($tr::$f(&self.0, rhs.0), $tr::$f(&self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:143:53 [INFO] [stdout] | [INFO] [stdout] 142 | fn $f(self, rhs: Tuple) -> Self::Output { [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 143 | Tuple($tr::$f(&self.0, rhs.0), $tr::$f(&self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:118:28 [INFO] [stdout] | [INFO] [stdout] 117 | fn $f(self, rhs: Tuple) -> 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] 118 | Tuple($tr::$f(self.0, rhs.0), $tr::$f(self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:118:52 [INFO] [stdout] | [INFO] [stdout] 117 | fn $f(self, rhs: Tuple) -> 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] 118 | Tuple($tr::$f(self.0, rhs.0), $tr::$f(self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:130:28 [INFO] [stdout] | [INFO] [stdout] 129 | fn $f(self, rhs: &'a Tuple) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 130 | Tuple($tr::$f(self.0, &rhs.0), $tr::$f(self.1, &rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:130:53 [INFO] [stdout] | [INFO] [stdout] 129 | fn $f(self, rhs: &'a Tuple) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 130 | Tuple($tr::$f(self.0, &rhs.0), $tr::$f(self.1, &rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:143:28 [INFO] [stdout] | [INFO] [stdout] 142 | fn $f(self, rhs: Tuple) -> Self::Output { [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 143 | Tuple($tr::$f(&self.0, rhs.0), $tr::$f(&self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:143:53 [INFO] [stdout] | [INFO] [stdout] 142 | fn $f(self, rhs: Tuple) -> Self::Output { [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 143 | Tuple($tr::$f(&self.0, rhs.0), $tr::$f(&self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:118:28 [INFO] [stdout] | [INFO] [stdout] 117 | fn $f(self, rhs: Tuple) -> 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] 118 | Tuple($tr::$f(self.0, rhs.0), $tr::$f(self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:118:52 [INFO] [stdout] | [INFO] [stdout] 117 | fn $f(self, rhs: Tuple) -> 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] 118 | Tuple($tr::$f(self.0, rhs.0), $tr::$f(self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:130:28 [INFO] [stdout] | [INFO] [stdout] 129 | fn $f(self, rhs: &'a Tuple) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 130 | Tuple($tr::$f(self.0, &rhs.0), $tr::$f(self.1, &rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:130:53 [INFO] [stdout] | [INFO] [stdout] 129 | fn $f(self, rhs: &'a Tuple) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 130 | Tuple($tr::$f(self.0, &rhs.0), $tr::$f(self.1, &rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:143:28 [INFO] [stdout] | [INFO] [stdout] 142 | fn $f(self, rhs: Tuple) -> Self::Output { [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 143 | Tuple($tr::$f(&self.0, rhs.0), $tr::$f(&self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:143:53 [INFO] [stdout] | [INFO] [stdout] 142 | fn $f(self, rhs: Tuple) -> Self::Output { [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 143 | Tuple($tr::$f(&self.0, rhs.0), $tr::$f(&self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:118:28 [INFO] [stdout] | [INFO] [stdout] 117 | fn $f(self, rhs: Tuple) -> 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] 118 | Tuple($tr::$f(self.0, rhs.0), $tr::$f(self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:118:52 [INFO] [stdout] | [INFO] [stdout] 117 | fn $f(self, rhs: Tuple) -> 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] 118 | Tuple($tr::$f(self.0, rhs.0), $tr::$f(self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:130:28 [INFO] [stdout] | [INFO] [stdout] 129 | fn $f(self, rhs: &'a Tuple) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 130 | Tuple($tr::$f(self.0, &rhs.0), $tr::$f(self.1, &rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:130:53 [INFO] [stdout] | [INFO] [stdout] 129 | fn $f(self, rhs: &'a Tuple) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 130 | Tuple($tr::$f(self.0, &rhs.0), $tr::$f(self.1, &rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:143:28 [INFO] [stdout] | [INFO] [stdout] 142 | fn $f(self, rhs: Tuple) -> Self::Output { [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 143 | Tuple($tr::$f(&self.0, rhs.0), $tr::$f(&self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:143:53 [INFO] [stdout] | [INFO] [stdout] 142 | fn $f(self, rhs: Tuple) -> Self::Output { [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 143 | Tuple($tr::$f(&self.0, rhs.0), $tr::$f(&self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:118:28 [INFO] [stdout] | [INFO] [stdout] 117 | fn $f(self, rhs: Tuple) -> 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] 118 | Tuple($tr::$f(self.0, rhs.0), $tr::$f(self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:118:52 [INFO] [stdout] | [INFO] [stdout] 117 | fn $f(self, rhs: Tuple) -> 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] 118 | Tuple($tr::$f(self.0, rhs.0), $tr::$f(self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:130:28 [INFO] [stdout] | [INFO] [stdout] 129 | fn $f(self, rhs: &'a Tuple) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 130 | Tuple($tr::$f(self.0, &rhs.0), $tr::$f(self.1, &rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:130:53 [INFO] [stdout] | [INFO] [stdout] 129 | fn $f(self, rhs: &'a Tuple) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 130 | Tuple($tr::$f(self.0, &rhs.0), $tr::$f(self.1, &rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:143:28 [INFO] [stdout] | [INFO] [stdout] 142 | fn $f(self, rhs: Tuple) -> Self::Output { [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 143 | Tuple($tr::$f(&self.0, rhs.0), $tr::$f(&self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:143:53 [INFO] [stdout] | [INFO] [stdout] 142 | fn $f(self, rhs: Tuple) -> Self::Output { [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 143 | Tuple($tr::$f(&self.0, rhs.0), $tr::$f(&self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:118:28 [INFO] [stdout] | [INFO] [stdout] 117 | fn $f(self, rhs: Tuple) -> 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] 118 | Tuple($tr::$f(self.0, rhs.0), $tr::$f(self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:118:52 [INFO] [stdout] | [INFO] [stdout] 117 | fn $f(self, rhs: Tuple) -> 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] 118 | Tuple($tr::$f(self.0, rhs.0), $tr::$f(self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:130:28 [INFO] [stdout] | [INFO] [stdout] 129 | fn $f(self, rhs: &'a Tuple) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 130 | Tuple($tr::$f(self.0, &rhs.0), $tr::$f(self.1, &rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:130:53 [INFO] [stdout] | [INFO] [stdout] 129 | fn $f(self, rhs: &'a Tuple) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 130 | Tuple($tr::$f(self.0, &rhs.0), $tr::$f(self.1, &rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:143:28 [INFO] [stdout] | [INFO] [stdout] 142 | fn $f(self, rhs: Tuple) -> Self::Output { [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 143 | Tuple($tr::$f(&self.0, rhs.0), $tr::$f(&self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:143:53 [INFO] [stdout] | [INFO] [stdout] 142 | fn $f(self, rhs: Tuple) -> Self::Output { [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 143 | Tuple($tr::$f(&self.0, rhs.0), $tr::$f(&self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:118:28 [INFO] [stdout] | [INFO] [stdout] 117 | fn $f(self, rhs: Tuple) -> 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] 118 | Tuple($tr::$f(self.0, rhs.0), $tr::$f(self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:118:52 [INFO] [stdout] | [INFO] [stdout] 117 | fn $f(self, rhs: Tuple) -> 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] 118 | Tuple($tr::$f(self.0, rhs.0), $tr::$f(self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:130:28 [INFO] [stdout] | [INFO] [stdout] 129 | fn $f(self, rhs: &'a Tuple) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 130 | Tuple($tr::$f(self.0, &rhs.0), $tr::$f(self.1, &rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:130:53 [INFO] [stdout] | [INFO] [stdout] 129 | fn $f(self, rhs: &'a Tuple) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 130 | Tuple($tr::$f(self.0, &rhs.0), $tr::$f(self.1, &rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:143:28 [INFO] [stdout] | [INFO] [stdout] 142 | fn $f(self, rhs: Tuple) -> Self::Output { [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 143 | Tuple($tr::$f(&self.0, rhs.0), $tr::$f(&self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:143:53 [INFO] [stdout] | [INFO] [stdout] 142 | fn $f(self, rhs: Tuple) -> Self::Output { [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 143 | Tuple($tr::$f(&self.0, rhs.0), $tr::$f(&self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:118:28 [INFO] [stdout] | [INFO] [stdout] 117 | fn $f(self, rhs: Tuple) -> 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] 118 | Tuple($tr::$f(self.0, rhs.0), $tr::$f(self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:118:52 [INFO] [stdout] | [INFO] [stdout] 117 | fn $f(self, rhs: Tuple) -> 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] 118 | Tuple($tr::$f(self.0, rhs.0), $tr::$f(self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:130:28 [INFO] [stdout] | [INFO] [stdout] 129 | fn $f(self, rhs: &'a Tuple) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 130 | Tuple($tr::$f(self.0, &rhs.0), $tr::$f(self.1, &rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:130:53 [INFO] [stdout] | [INFO] [stdout] 129 | fn $f(self, rhs: &'a Tuple) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 130 | Tuple($tr::$f(self.0, &rhs.0), $tr::$f(self.1, &rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:143:28 [INFO] [stdout] | [INFO] [stdout] 142 | fn $f(self, rhs: Tuple) -> Self::Output { [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 143 | Tuple($tr::$f(&self.0, rhs.0), $tr::$f(&self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/macros.rs:143:53 [INFO] [stdout] | [INFO] [stdout] 142 | fn $f(self, rhs: Tuple) -> Self::Output { [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 143 | Tuple($tr::$f(&self.0, rhs.0), $tr::$f(&self.1, rhs.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tuple.rs:3519:1 [INFO] [stdout] | [INFO] [stdout] 3519 | / __tuple_binary_ops_impl! { [INFO] [stdout] 3520 | | Add::add(), [INFO] [stdout] 3521 | | Sub::sub(), [INFO] [stdout] 3522 | | Mul::mul(), [INFO] [stdout] ... | [INFO] [stdout] 3529 | | Shr::shr(), [INFO] [stdout] 3530 | | } [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 `__tuple_binary_ops_impl` (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/tuple.rs:3553:9 [INFO] [stdout] | [INFO] [stdout] 3552 | fn into_iter(self) -> Self::IntoIter { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 3553 | self.to_array().into_iter() [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/unwrap.rs:151:15 [INFO] [stdout] | [INFO] [stdout] 150 | fn unwrap(self) -> Self::UnwrapOutput { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 151 | Tuple(Unwrap::unwrap(self.0), Unwrap::unwrap(self.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/unwrap.rs:151:39 [INFO] [stdout] | [INFO] [stdout] 150 | fn unwrap(self) -> Self::UnwrapOutput { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 151 | Tuple(Unwrap::unwrap(self.0), Unwrap::unwrap(self.1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/unwrap.rs:180:13 [INFO] [stdout] | [INFO] [stdout] 178 | fn unwrap_or_default(self) -> Self::UnwrapOutput { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 179 | Tuple( [INFO] [stdout] 180 | UnwrapOrDefault::unwrap_or_default(self.0), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [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/unwrap.rs:181:13 [INFO] [stdout] | [INFO] [stdout] 178 | fn unwrap_or_default(self) -> Self::UnwrapOutput { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 181 | UnwrapOrDefault::unwrap_or_default(self.1), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 192 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `tuplez` (lib) due to 193 previous errors [INFO] running `Command { std: "docker" "inspect" "630a7fa1d2a04cef879d6b3f3f86ce4a163d6935243e4d41789c7610f536a5af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "630a7fa1d2a04cef879d6b3f3f86ce4a163d6935243e4d41789c7610f536a5af", kill_on_drop: false }` [INFO] [stdout] 630a7fa1d2a04cef879d6b3f3f86ce4a163d6935243e4d41789c7610f536a5af