[INFO] fetching crate tuple_zip 0.1.0... [INFO] checking tuple_zip-0.1.0 against try#4d98531622e1718ae0bc3c7a1ab9cd8938428452+rustflags=-Dtail_expr_drop_order for pr-129604 [INFO] extracting crate tuple_zip 0.1.0 into /workspace/builds/worker-0-tc2/source [INFO] validating manifest of crates.io crate tuple_zip 0.1.0 on toolchain 4d98531622e1718ae0bc3c7a1ab9cd8938428452 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate tuple_zip 0.1.0 [INFO] finished tweaking crates.io crate tuple_zip 0.1.0 [INFO] tweaked toml for crates.io crate tuple_zip 0.1.0 written to /workspace/builds/worker-0-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] 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-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 1042a093ec09d851b86133a779b83faf0865bbda3f66a0d60eac409e246c49fc [INFO] running `Command { std: "docker" "start" "-a" "1042a093ec09d851b86133a779b83faf0865bbda3f66a0d60eac409e246c49fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1042a093ec09d851b86133a779b83faf0865bbda3f66a0d60eac409e246c49fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1042a093ec09d851b86133a779b83faf0865bbda3f66a0d60eac409e246c49fc", kill_on_drop: false }` [INFO] [stdout] 1042a093ec09d851b86133a779b83faf0865bbda3f66a0d60eac409e246c49fc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] aa87cbd26ab378d003482eaca6dd2a53dd929f03a7c923989f9709515d1b7526 [INFO] running `Command { std: "docker" "start" "-a" "aa87cbd26ab378d003482eaca6dd2a53dd929f03a7c923989f9709515d1b7526", kill_on_drop: false }` [INFO] [stderr] Checking tuple_zip v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:37:29 [INFO] [stdout] | [INFO] [stdout] 35 | fn tuple_zip(self) -> $name<$($t,)*> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 36 | let ($($n,)*) = self; [INFO] [stdout] 37 | $name($(<$into as std::iter::IntoIterator>::into_iter($n),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 44 | / types! { [INFO] [stdout] 45 | | struct Tuple01(A A2 A3 a); [INFO] [stdout] | | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 46 | | struct Tuple02(A A2 A3 a, B B2 B3 b); [INFO] [stdout] 47 | | struct Tuple03(A A2 A3 a, B B2 B3 b, C C2 C3 c); [INFO] [stdout] ... | [INFO] [stdout] 60 | | struct Tuple16(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d, E E2 E3 e, F F2 F3 f, G G2 G3 g, H H2 H3 h, I I2 I3 i, J J2 J3 j, K K2 K3 ... [INFO] [stdout] 61 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] = note: this error originates in the macro `types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:37:29 [INFO] [stdout] | [INFO] [stdout] 35 | fn tuple_zip(self) -> $name<$($t,)*> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 36 | let ($($n,)*) = self; [INFO] [stdout] 37 | $name($(<$into as std::iter::IntoIterator>::into_iter($n),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 44 | / types! { [INFO] [stdout] 45 | | struct Tuple01(A A2 A3 a); [INFO] [stdout] 46 | | struct Tuple02(A A2 A3 a, B B2 B3 b); [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] 47 | | struct Tuple03(A A2 A3 a, B B2 B3 b, C C2 C3 c); [INFO] [stdout] ... | [INFO] [stdout] 60 | | struct Tuple16(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d, E E2 E3 e, F F2 F3 f, G G2 G3 g, H H2 H3 h, I I2 I3 i, J J2 J3 j, K K2 K3 ... [INFO] [stdout] 61 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:37:29 [INFO] [stdout] | [INFO] [stdout] 35 | fn tuple_zip(self) -> $name<$($t,)*> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 36 | let ($($n,)*) = self; [INFO] [stdout] 37 | $name($(<$into as std::iter::IntoIterator>::into_iter($n),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 44 | / types! { [INFO] [stdout] 45 | | struct Tuple01(A A2 A3 a); [INFO] [stdout] 46 | | struct Tuple02(A A2 A3 a, B B2 B3 b); [INFO] [stdout] 47 | | struct Tuple03(A A2 A3 a, B B2 B3 b, C C2 C3 c); [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] ... | [INFO] [stdout] 60 | | struct Tuple16(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d, E E2 E3 e, F F2 F3 f, G G2 G3 g, H H2 H3 h, I I2 I3 i, J J2 J3 j, K K2 K3 ... [INFO] [stdout] 61 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:37:29 [INFO] [stdout] | [INFO] [stdout] 35 | fn tuple_zip(self) -> $name<$($t,)*> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 36 | let ($($n,)*) = self; [INFO] [stdout] 37 | $name($(<$into as std::iter::IntoIterator>::into_iter($n),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 44 | / types! { [INFO] [stdout] 45 | | struct Tuple01(A A2 A3 a); [INFO] [stdout] 46 | | struct Tuple02(A A2 A3 a, B B2 B3 b); [INFO] [stdout] 47 | | struct Tuple03(A A2 A3 a, B B2 B3 b, C C2 C3 c); [INFO] [stdout] 48 | | struct Tuple04(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d); [INFO] [stdout] | | - - - - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | [INFO] [stdout] | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... | [INFO] [stdout] 60 | | struct Tuple16(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d, E E2 E3 e, F F2 F3 f, G G2 G3 g, H H2 H3 h, I I2 I3 i, J J2 J3 j, K K2 K3 ... [INFO] [stdout] 61 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:37:29 [INFO] [stdout] | [INFO] [stdout] 35 | fn tuple_zip(self) -> $name<$($t,)*> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 36 | let ($($n,)*) = self; [INFO] [stdout] 37 | $name($(<$into as std::iter::IntoIterator>::into_iter($n),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 44 | / types! { [INFO] [stdout] 45 | | struct Tuple01(A A2 A3 a); [INFO] [stdout] 46 | | struct Tuple02(A A2 A3 a, B B2 B3 b); [INFO] [stdout] 47 | | struct Tuple03(A A2 A3 a, B B2 B3 b, C C2 C3 c); [INFO] [stdout] 48 | | struct Tuple04(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d); [INFO] [stdout] 49 | | struct Tuple05(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d, E E2 E3 e); [INFO] [stdout] | | - - - - - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | [INFO] [stdout] | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... | [INFO] [stdout] 60 | | struct Tuple16(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d, E E2 E3 e, F F2 F3 f, G G2 G3 g, H H2 H3 h, I I2 I3 i, J J2 J3 j, K K2 K3 ... [INFO] [stdout] 61 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:37:29 [INFO] [stdout] | [INFO] [stdout] 35 | fn tuple_zip(self) -> $name<$($t,)*> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 36 | let ($($n,)*) = self; [INFO] [stdout] 37 | $name($(<$into as std::iter::IntoIterator>::into_iter($n),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 44 | / types! { [INFO] [stdout] 45 | | struct Tuple01(A A2 A3 a); [INFO] [stdout] 46 | | struct Tuple02(A A2 A3 a, B B2 B3 b); [INFO] [stdout] 47 | | struct Tuple03(A A2 A3 a, B B2 B3 b, C C2 C3 c); [INFO] [stdout] ... | [INFO] [stdout] 50 | | struct Tuple06(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d, E E2 E3 e, F F2 F3 f); [INFO] [stdout] | | - - - - - - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | [INFO] [stdout] | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... | [INFO] [stdout] 60 | | struct Tuple16(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d, E E2 E3 e, F F2 F3 f, G G2 G3 g, H H2 H3 h, I I2 I3 i, J J2 J3 j, K K2 K3 ... [INFO] [stdout] 61 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:37:29 [INFO] [stdout] | [INFO] [stdout] 35 | fn tuple_zip(self) -> $name<$($t,)*> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 36 | let ($($n,)*) = self; [INFO] [stdout] 37 | $name($(<$into as std::iter::IntoIterator>::into_iter($n),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 44 | / types! { [INFO] [stdout] 45 | | struct Tuple01(A A2 A3 a); [INFO] [stdout] 46 | | struct Tuple02(A A2 A3 a, B B2 B3 b); [INFO] [stdout] 47 | | struct Tuple03(A A2 A3 a, B B2 B3 b, C C2 C3 c); [INFO] [stdout] ... | [INFO] [stdout] 51 | | struct Tuple07(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d, E E2 E3 e, F F2 F3 f, G G2 G3 g); [INFO] [stdout] | | - - - - - - - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | [INFO] [stdout] | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... | [INFO] [stdout] 60 | | struct Tuple16(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d, E E2 E3 e, F F2 F3 f, G G2 G3 g, H H2 H3 h, I I2 I3 i, J J2 J3 j, K K2 K3 ... [INFO] [stdout] 61 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:37:29 [INFO] [stdout] | [INFO] [stdout] 35 | fn tuple_zip(self) -> $name<$($t,)*> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 36 | let ($($n,)*) = self; [INFO] [stdout] 37 | $name($(<$into as std::iter::IntoIterator>::into_iter($n),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 44 | / types! { [INFO] [stdout] 45 | | struct Tuple01(A A2 A3 a); [INFO] [stdout] 46 | | struct Tuple02(A A2 A3 a, B B2 B3 b); [INFO] [stdout] 47 | | struct Tuple03(A A2 A3 a, B B2 B3 b, C C2 C3 c); [INFO] [stdout] ... | [INFO] [stdout] 52 | | struct Tuple08(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d, E E2 E3 e, F F2 F3 f, G G2 G3 g, H H2 H3 h); [INFO] [stdout] | | - - - - - - - - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | [INFO] [stdout] | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | 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] ... | [INFO] [stdout] 60 | | struct Tuple16(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d, E E2 E3 e, F F2 F3 f, G G2 G3 g, H H2 H3 h, I I2 I3 i, J J2 J3 j, K K2 K3 ... [INFO] [stdout] 61 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:37:29 [INFO] [stdout] | [INFO] [stdout] 35 | fn tuple_zip(self) -> $name<$($t,)*> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 36 | let ($($n,)*) = self; [INFO] [stdout] 37 | $name($(<$into as std::iter::IntoIterator>::into_iter($n),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 44 | / types! { [INFO] [stdout] 45 | | struct Tuple01(A A2 A3 a); [INFO] [stdout] 46 | | struct Tuple02(A A2 A3 a, B B2 B3 b); [INFO] [stdout] 47 | | struct Tuple03(A A2 A3 a, B B2 B3 b, C C2 C3 c); [INFO] [stdout] ... | [INFO] [stdout] 53 | | struct Tuple09(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d, E E2 E3 e, F F2 F3 f, G G2 G3 g, H H2 H3 h, I I2 I3 i); [INFO] [stdout] | | - - - - - - - - - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | | [INFO] [stdout] | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... | [INFO] [stdout] 60 | | struct Tuple16(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d, E E2 E3 e, F F2 F3 f, G G2 G3 g, H H2 H3 h, I I2 I3 i, J J2 J3 j, K K2 K3 ... [INFO] [stdout] 61 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:37:29 [INFO] [stdout] | [INFO] [stdout] 35 | fn tuple_zip(self) -> $name<$($t,)*> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 36 | let ($($n,)*) = self; [INFO] [stdout] 37 | $name($(<$into as std::iter::IntoIterator>::into_iter($n),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 44 | / types! { [INFO] [stdout] 45 | | struct Tuple01(A A2 A3 a); [INFO] [stdout] 46 | | struct Tuple02(A A2 A3 a, B B2 B3 b); [INFO] [stdout] 47 | | struct Tuple03(A A2 A3 a, B B2 B3 b, C C2 C3 c); [INFO] [stdout] ... | [INFO] [stdout] 54 | | struct Tuple10(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d, E E2 E3 e, F F2 F3 f, G G2 G3 g, H H2 H3 h, I I2 I3 i, J J2 J3 j); [INFO] [stdout] | | - - - - - - - - - - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | | | [INFO] [stdout] | | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... | [INFO] [stdout] 60 | | struct Tuple16(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d, E E2 E3 e, F F2 F3 f, G G2 G3 g, H H2 H3 h, I I2 I3 i, J J2 J3 j, K K2 K3 ... [INFO] [stdout] 61 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:37:29 [INFO] [stdout] | [INFO] [stdout] 35 | fn tuple_zip(self) -> $name<$($t,)*> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 36 | let ($($n,)*) = self; [INFO] [stdout] 37 | $name($(<$into as std::iter::IntoIterator>::into_iter($n),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 44 | / types! { [INFO] [stdout] 45 | | struct Tuple01(A A2 A3 a); [INFO] [stdout] 46 | | struct Tuple02(A A2 A3 a, B B2 B3 b); [INFO] [stdout] 47 | | struct Tuple03(A A2 A3 a, B B2 B3 b, C C2 C3 c); [INFO] [stdout] ... | [INFO] [stdout] 55 | | struct Tuple11(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d, E E2 E3 e, F F2 F3 f, G G2 G3 g, H H2 H3 h, I I2 I3 i, J J2 J3 j, K K2 K3 k); [INFO] [stdout] | | - - - - - - - - - - - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | | | | [INFO] [stdout] | | | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... | [INFO] [stdout] 60 | | struct Tuple16(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d, E E2 E3 e, F F2 F3 f, G G2 G3 g, H H2 H3 h, I I2 I3 i, J J2 J3 j, K K2 K3 k, L... [INFO] [stdout] 61 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:37:29 [INFO] [stdout] | [INFO] [stdout] 35 | fn tuple_zip(self) -> $name<$($t,)*> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 36 | let ($($n,)*) = self; [INFO] [stdout] 37 | $name($(<$into as std::iter::IntoIterator>::into_iter($n),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 44 | / types! { [INFO] [stdout] 45 | | struct Tuple01(A A2 A3 a); [INFO] [stdout] 46 | | struct Tuple02(A A2 A3 a, B B2 B3 b); [INFO] [stdout] 47 | | struct Tuple03(A A2 A3 a, B B2 B3 b, C C2 C3 c); [INFO] [stdout] ... | [INFO] [stdout] 56 | | struct Tuple12(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d, E E2 E3 e, F F2 F3 f, G G2 G3 g, H H2 H3 h, I I2 I3 i, J J2 J3 j, K K2 K3 k, L L2 L3 ... [INFO] [stdout] | | - - - - - - - - - - - - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | | | | | [INFO] [stdout] | | | | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... | [INFO] [stdout] 60 | | struct Tuple16(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d, E E2 E3 e, F F2 F3 f, G G2 G3 g, H H2 H3 h, I I2 I3 i, J J2 J3 j, K K2 K3 k, L L2 L3 l, M... [INFO] [stdout] 61 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:37:29 [INFO] [stdout] | [INFO] [stdout] 35 | fn tuple_zip(self) -> $name<$($t,)*> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 36 | let ($($n,)*) = self; [INFO] [stdout] 37 | $name($(<$into as std::iter::IntoIterator>::into_iter($n),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 44 | / types! { [INFO] [stdout] 45 | | struct Tuple01(A A2 A3 a); [INFO] [stdout] 46 | | struct Tuple02(A A2 A3 a, B B2 B3 b); [INFO] [stdout] 47 | | struct Tuple03(A A2 A3 a, B B2 B3 b, C C2 C3 c); [INFO] [stdout] ... | [INFO] [stdout] 57 | | struct Tuple13(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d, E E2 E3 e, F F2 F3 f, G G2 G3 g, H H2 H3 h, I I2 I3 i, J J2 J3 j, K K2 K3 k, L L2 L3 l, M M2 M3 ... [INFO] [stdout] | | - - - - - - - - - - - - - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | | | | | | [INFO] [stdout] | | | | | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... | [INFO] [stdout] 60 | | struct Tuple16(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d, E E2 E3 e, F F2 F3 f, G G2 G3 g, H H2 H3 h, I I2 I3 i, J J2 J3 j, K K2 K3 k, L L2 L3 l, M M2 M3 m, N... [INFO] [stdout] 61 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:37:29 [INFO] [stdout] | [INFO] [stdout] 35 | fn tuple_zip(self) -> $name<$($t,)*> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 36 | let ($($n,)*) = self; [INFO] [stdout] 37 | $name($(<$into as std::iter::IntoIterator>::into_iter($n),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 44 | / types! { [INFO] [stdout] 45 | | struct Tuple01(A A2 A3 a); [INFO] [stdout] 46 | | struct Tuple02(A A2 A3 a, B B2 B3 b); [INFO] [stdout] 47 | | struct Tuple03(A A2 A3 a, B B2 B3 b, C C2 C3 c); [INFO] [stdout] ... | [INFO] [stdout] 58 | | struct Tuple14(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d, E E2 E3 e, F F2 F3 f, G G2 G3 g, H H2 H3 h, I I2 I3 i, J J2 J3 j, K K2 K3 k, L L2 L3 l, M M2 M3 m, N N2 N3 ... [INFO] [stdout] | | - - - - - - - - - - - - - - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | | | | | | | [INFO] [stdout] | | | | | | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | 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] 59 | | struct Tuple15(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d, E E2 E3 e, F F2 F3 f, G G2 G3 g, H H2 H3 h, I I2 I3 i, J J2 J3 j, K K2 K3 k, L L2 L3 l, M M2 M3 m, N N2 N3 n, O... [INFO] [stdout] 60 | | struct Tuple16(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d, E E2 E3 e, F F2 F3 f, G G2 G3 g, H H2 H3 h, I I2 I3 i, J J2 J3 j, K K2 K3 k, L L2 L3 l, M M2 M3 m, N N2 N3 n, O... [INFO] [stdout] 61 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:37:29 [INFO] [stdout] | [INFO] [stdout] 35 | fn tuple_zip(self) -> $name<$($t,)*> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 36 | let ($($n,)*) = self; [INFO] [stdout] 37 | $name($(<$into as std::iter::IntoIterator>::into_iter($n),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 44 | / types! { [INFO] [stdout] 45 | | struct Tuple01(A A2 A3 a); [INFO] [stdout] 46 | | struct Tuple02(A A2 A3 a, B B2 B3 b); [INFO] [stdout] 47 | | struct Tuple03(A A2 A3 a, B B2 B3 b, C C2 C3 c); [INFO] [stdout] ... | [INFO] [stdout] 59 | | struct Tuple15(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d, E E2 E3 e, F F2 F3 f, G G2 G3 g, H H2 H3 h, I I2 I3 i, J J2 J3 j, K K2 K3 k, L L2 L3 l, M M2 M3 m, N N2 N3 n, O O2 O3 ... [INFO] [stdout] | | - - - - - - - - - - - - - - - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | | | | | | | | [INFO] [stdout] | | | | | | | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 60 | | struct Tuple16(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d, E E2 E3 e, F F2 F3 f, G G2 G3 g, H H2 H3 h, I I2 I3 i, J J2 J3 j, K K2 K3 k, L L2 L3 l, M M2 M3 m, N N2 N3 n, O O2 O3 o, P... [INFO] [stdout] 61 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:37:29 [INFO] [stdout] | [INFO] [stdout] 35 | fn tuple_zip(self) -> $name<$($t,)*> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 36 | let ($($n,)*) = self; [INFO] [stdout] 37 | $name($(<$into as std::iter::IntoIterator>::into_iter($n),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 44 | / types! { [INFO] [stdout] 45 | | struct Tuple01(A A2 A3 a); [INFO] [stdout] 46 | | struct Tuple02(A A2 A3 a, B B2 B3 b); [INFO] [stdout] 47 | | struct Tuple03(A A2 A3 a, B B2 B3 b, C C2 C3 c); [INFO] [stdout] ... | [INFO] [stdout] 60 | | struct Tuple16(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d, E E2 E3 e, F F2 F3 f, G G2 G3 g, H H2 H3 h, I I2 I3 i, J J2 J3 j, K K2 K3 k, L L2 L3 l, M M2 M3 m, N N2 N3 n, O O2 O3 o, P P2 P3 ... [INFO] [stdout] | | - - - - - - - - - - - - - - - - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | | | | | | | | | [INFO] [stdout] | | | | | | | | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 61 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 16 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `tuple_zip` (lib test) due to 17 previous errors [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/lib.rs:37:29 [INFO] [stdout] | [INFO] [stdout] 35 | fn tuple_zip(self) -> $name<$($t,)*> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 36 | let ($($n,)*) = self; [INFO] [stdout] 37 | $name($(<$into as std::iter::IntoIterator>::into_iter($n),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 44 | / types! { [INFO] [stdout] 45 | | struct Tuple01(A A2 A3 a); [INFO] [stdout] | | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 46 | | struct Tuple02(A A2 A3 a, B B2 B3 b); [INFO] [stdout] 47 | | struct Tuple03(A A2 A3 a, B B2 B3 b, C C2 C3 c); [INFO] [stdout] ... | [INFO] [stdout] 60 | | struct Tuple16(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d, E E2 E3 e, F F2 F3 f, G G2 G3 g, H H2 H3 h, I I2 I3 i, J J2 J3 j, K K2 K3 ... [INFO] [stdout] 61 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] = note: this error originates in the macro `types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:37:29 [INFO] [stdout] | [INFO] [stdout] 35 | fn tuple_zip(self) -> $name<$($t,)*> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 36 | let ($($n,)*) = self; [INFO] [stdout] 37 | $name($(<$into as std::iter::IntoIterator>::into_iter($n),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 44 | / types! { [INFO] [stdout] 45 | | struct Tuple01(A A2 A3 a); [INFO] [stdout] 46 | | struct Tuple02(A A2 A3 a, B B2 B3 b); [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] 47 | | struct Tuple03(A A2 A3 a, B B2 B3 b, C C2 C3 c); [INFO] [stdout] ... | [INFO] [stdout] 60 | | struct Tuple16(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d, E E2 E3 e, F F2 F3 f, G G2 G3 g, H H2 H3 h, I I2 I3 i, J J2 J3 j, K K2 K3 ... [INFO] [stdout] 61 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:37:29 [INFO] [stdout] | [INFO] [stdout] 35 | fn tuple_zip(self) -> $name<$($t,)*> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 36 | let ($($n,)*) = self; [INFO] [stdout] 37 | $name($(<$into as std::iter::IntoIterator>::into_iter($n),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 44 | / types! { [INFO] [stdout] 45 | | struct Tuple01(A A2 A3 a); [INFO] [stdout] 46 | | struct Tuple02(A A2 A3 a, B B2 B3 b); [INFO] [stdout] 47 | | struct Tuple03(A A2 A3 a, B B2 B3 b, C C2 C3 c); [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] ... | [INFO] [stdout] 60 | | struct Tuple16(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d, E E2 E3 e, F F2 F3 f, G G2 G3 g, H H2 H3 h, I I2 I3 i, J J2 J3 j, K K2 K3 ... [INFO] [stdout] 61 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:37:29 [INFO] [stdout] | [INFO] [stdout] 35 | fn tuple_zip(self) -> $name<$($t,)*> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 36 | let ($($n,)*) = self; [INFO] [stdout] 37 | $name($(<$into as std::iter::IntoIterator>::into_iter($n),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 44 | / types! { [INFO] [stdout] 45 | | struct Tuple01(A A2 A3 a); [INFO] [stdout] 46 | | struct Tuple02(A A2 A3 a, B B2 B3 b); [INFO] [stdout] 47 | | struct Tuple03(A A2 A3 a, B B2 B3 b, C C2 C3 c); [INFO] [stdout] 48 | | struct Tuple04(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d); [INFO] [stdout] | | - - - - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | [INFO] [stdout] | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... | [INFO] [stdout] 60 | | struct Tuple16(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d, E E2 E3 e, F F2 F3 f, G G2 G3 g, H H2 H3 h, I I2 I3 i, J J2 J3 j, K K2 K3 ... [INFO] [stdout] 61 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:37:29 [INFO] [stdout] | [INFO] [stdout] 35 | fn tuple_zip(self) -> $name<$($t,)*> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 36 | let ($($n,)*) = self; [INFO] [stdout] 37 | $name($(<$into as std::iter::IntoIterator>::into_iter($n),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 44 | / types! { [INFO] [stdout] 45 | | struct Tuple01(A A2 A3 a); [INFO] [stdout] 46 | | struct Tuple02(A A2 A3 a, B B2 B3 b); [INFO] [stdout] 47 | | struct Tuple03(A A2 A3 a, B B2 B3 b, C C2 C3 c); [INFO] [stdout] 48 | | struct Tuple04(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d); [INFO] [stdout] 49 | | struct Tuple05(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d, E E2 E3 e); [INFO] [stdout] | | - - - - - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | [INFO] [stdout] | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... | [INFO] [stdout] 60 | | struct Tuple16(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d, E E2 E3 e, F F2 F3 f, G G2 G3 g, H H2 H3 h, I I2 I3 i, J J2 J3 j, K K2 K3 ... [INFO] [stdout] 61 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:37:29 [INFO] [stdout] | [INFO] [stdout] 35 | fn tuple_zip(self) -> $name<$($t,)*> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 36 | let ($($n,)*) = self; [INFO] [stdout] 37 | $name($(<$into as std::iter::IntoIterator>::into_iter($n),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 44 | / types! { [INFO] [stdout] 45 | | struct Tuple01(A A2 A3 a); [INFO] [stdout] 46 | | struct Tuple02(A A2 A3 a, B B2 B3 b); [INFO] [stdout] 47 | | struct Tuple03(A A2 A3 a, B B2 B3 b, C C2 C3 c); [INFO] [stdout] ... | [INFO] [stdout] 50 | | struct Tuple06(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d, E E2 E3 e, F F2 F3 f); [INFO] [stdout] | | - - - - - - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | [INFO] [stdout] | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... | [INFO] [stdout] 60 | | struct Tuple16(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d, E E2 E3 e, F F2 F3 f, G G2 G3 g, H H2 H3 h, I I2 I3 i, J J2 J3 j, K K2 K3 ... [INFO] [stdout] 61 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:37:29 [INFO] [stdout] | [INFO] [stdout] 35 | fn tuple_zip(self) -> $name<$($t,)*> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 36 | let ($($n,)*) = self; [INFO] [stdout] 37 | $name($(<$into as std::iter::IntoIterator>::into_iter($n),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 44 | / types! { [INFO] [stdout] 45 | | struct Tuple01(A A2 A3 a); [INFO] [stdout] 46 | | struct Tuple02(A A2 A3 a, B B2 B3 b); [INFO] [stdout] 47 | | struct Tuple03(A A2 A3 a, B B2 B3 b, C C2 C3 c); [INFO] [stdout] ... | [INFO] [stdout] 51 | | struct Tuple07(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d, E E2 E3 e, F F2 F3 f, G G2 G3 g); [INFO] [stdout] | | - - - - - - - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | [INFO] [stdout] | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... | [INFO] [stdout] 60 | | struct Tuple16(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d, E E2 E3 e, F F2 F3 f, G G2 G3 g, H H2 H3 h, I I2 I3 i, J J2 J3 j, K K2 K3 ... [INFO] [stdout] 61 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:37:29 [INFO] [stdout] | [INFO] [stdout] 35 | fn tuple_zip(self) -> $name<$($t,)*> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 36 | let ($($n,)*) = self; [INFO] [stdout] 37 | $name($(<$into as std::iter::IntoIterator>::into_iter($n),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 44 | / types! { [INFO] [stdout] 45 | | struct Tuple01(A A2 A3 a); [INFO] [stdout] 46 | | struct Tuple02(A A2 A3 a, B B2 B3 b); [INFO] [stdout] 47 | | struct Tuple03(A A2 A3 a, B B2 B3 b, C C2 C3 c); [INFO] [stdout] ... | [INFO] [stdout] 52 | | struct Tuple08(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d, E E2 E3 e, F F2 F3 f, G G2 G3 g, H H2 H3 h); [INFO] [stdout] | | - - - - - - - - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | [INFO] [stdout] | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | 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] ... | [INFO] [stdout] 60 | | struct Tuple16(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d, E E2 E3 e, F F2 F3 f, G G2 G3 g, H H2 H3 h, I I2 I3 i, J J2 J3 j, K K2 K3 ... [INFO] [stdout] 61 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:37:29 [INFO] [stdout] | [INFO] [stdout] 35 | fn tuple_zip(self) -> $name<$($t,)*> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 36 | let ($($n,)*) = self; [INFO] [stdout] 37 | $name($(<$into as std::iter::IntoIterator>::into_iter($n),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 44 | / types! { [INFO] [stdout] 45 | | struct Tuple01(A A2 A3 a); [INFO] [stdout] 46 | | struct Tuple02(A A2 A3 a, B B2 B3 b); [INFO] [stdout] 47 | | struct Tuple03(A A2 A3 a, B B2 B3 b, C C2 C3 c); [INFO] [stdout] ... | [INFO] [stdout] 53 | | struct Tuple09(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d, E E2 E3 e, F F2 F3 f, G G2 G3 g, H H2 H3 h, I I2 I3 i); [INFO] [stdout] | | - - - - - - - - - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | | [INFO] [stdout] | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... | [INFO] [stdout] 60 | | struct Tuple16(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d, E E2 E3 e, F F2 F3 f, G G2 G3 g, H H2 H3 h, I I2 I3 i, J J2 J3 j, K K2 K3 ... [INFO] [stdout] 61 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:37:29 [INFO] [stdout] | [INFO] [stdout] 35 | fn tuple_zip(self) -> $name<$($t,)*> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 36 | let ($($n,)*) = self; [INFO] [stdout] 37 | $name($(<$into as std::iter::IntoIterator>::into_iter($n),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 44 | / types! { [INFO] [stdout] 45 | | struct Tuple01(A A2 A3 a); [INFO] [stdout] 46 | | struct Tuple02(A A2 A3 a, B B2 B3 b); [INFO] [stdout] 47 | | struct Tuple03(A A2 A3 a, B B2 B3 b, C C2 C3 c); [INFO] [stdout] ... | [INFO] [stdout] 54 | | struct Tuple10(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d, E E2 E3 e, F F2 F3 f, G G2 G3 g, H H2 H3 h, I I2 I3 i, J J2 J3 j); [INFO] [stdout] | | - - - - - - - - - - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | | | [INFO] [stdout] | | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... | [INFO] [stdout] 60 | | struct Tuple16(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d, E E2 E3 e, F F2 F3 f, G G2 G3 g, H H2 H3 h, I I2 I3 i, J J2 J3 j, K K2 K3 ... [INFO] [stdout] 61 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:37:29 [INFO] [stdout] | [INFO] [stdout] 35 | fn tuple_zip(self) -> $name<$($t,)*> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 36 | let ($($n,)*) = self; [INFO] [stdout] 37 | $name($(<$into as std::iter::IntoIterator>::into_iter($n),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 44 | / types! { [INFO] [stdout] 45 | | struct Tuple01(A A2 A3 a); [INFO] [stdout] 46 | | struct Tuple02(A A2 A3 a, B B2 B3 b); [INFO] [stdout] 47 | | struct Tuple03(A A2 A3 a, B B2 B3 b, C C2 C3 c); [INFO] [stdout] ... | [INFO] [stdout] 55 | | struct Tuple11(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d, E E2 E3 e, F F2 F3 f, G G2 G3 g, H H2 H3 h, I I2 I3 i, J J2 J3 j, K K2 K3 k); [INFO] [stdout] | | - - - - - - - - - - - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | | | | [INFO] [stdout] | | | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... | [INFO] [stdout] 60 | | struct Tuple16(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d, E E2 E3 e, F F2 F3 f, G G2 G3 g, H H2 H3 h, I I2 I3 i, J J2 J3 j, K K2 K3 k, L... [INFO] [stdout] 61 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:37:29 [INFO] [stdout] | [INFO] [stdout] 35 | fn tuple_zip(self) -> $name<$($t,)*> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 36 | let ($($n,)*) = self; [INFO] [stdout] 37 | $name($(<$into as std::iter::IntoIterator>::into_iter($n),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 44 | / types! { [INFO] [stdout] 45 | | struct Tuple01(A A2 A3 a); [INFO] [stdout] 46 | | struct Tuple02(A A2 A3 a, B B2 B3 b); [INFO] [stdout] 47 | | struct Tuple03(A A2 A3 a, B B2 B3 b, C C2 C3 c); [INFO] [stdout] ... | [INFO] [stdout] 56 | | struct Tuple12(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d, E E2 E3 e, F F2 F3 f, G G2 G3 g, H H2 H3 h, I I2 I3 i, J J2 J3 j, K K2 K3 k, L L2 L3 ... [INFO] [stdout] | | - - - - - - - - - - - - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | | | | | [INFO] [stdout] | | | | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... | [INFO] [stdout] 60 | | struct Tuple16(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d, E E2 E3 e, F F2 F3 f, G G2 G3 g, H H2 H3 h, I I2 I3 i, J J2 J3 j, K K2 K3 k, L L2 L3 l, M... [INFO] [stdout] 61 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:37:29 [INFO] [stdout] | [INFO] [stdout] 35 | fn tuple_zip(self) -> $name<$($t,)*> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 36 | let ($($n,)*) = self; [INFO] [stdout] 37 | $name($(<$into as std::iter::IntoIterator>::into_iter($n),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 44 | / types! { [INFO] [stdout] 45 | | struct Tuple01(A A2 A3 a); [INFO] [stdout] 46 | | struct Tuple02(A A2 A3 a, B B2 B3 b); [INFO] [stdout] 47 | | struct Tuple03(A A2 A3 a, B B2 B3 b, C C2 C3 c); [INFO] [stdout] ... | [INFO] [stdout] 57 | | struct Tuple13(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d, E E2 E3 e, F F2 F3 f, G G2 G3 g, H H2 H3 h, I I2 I3 i, J J2 J3 j, K K2 K3 k, L L2 L3 l, M M2 M3 ... [INFO] [stdout] | | - - - - - - - - - - - - - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | | | | | | [INFO] [stdout] | | | | | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... | [INFO] [stdout] 60 | | struct Tuple16(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d, E E2 E3 e, F F2 F3 f, G G2 G3 g, H H2 H3 h, I I2 I3 i, J J2 J3 j, K K2 K3 k, L L2 L3 l, M M2 M3 m, N... [INFO] [stdout] 61 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:37:29 [INFO] [stdout] | [INFO] [stdout] 35 | fn tuple_zip(self) -> $name<$($t,)*> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 36 | let ($($n,)*) = self; [INFO] [stdout] 37 | $name($(<$into as std::iter::IntoIterator>::into_iter($n),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 44 | / types! { [INFO] [stdout] 45 | | struct Tuple01(A A2 A3 a); [INFO] [stdout] 46 | | struct Tuple02(A A2 A3 a, B B2 B3 b); [INFO] [stdout] 47 | | struct Tuple03(A A2 A3 a, B B2 B3 b, C C2 C3 c); [INFO] [stdout] ... | [INFO] [stdout] 58 | | struct Tuple14(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d, E E2 E3 e, F F2 F3 f, G G2 G3 g, H H2 H3 h, I I2 I3 i, J J2 J3 j, K K2 K3 k, L L2 L3 l, M M2 M3 m, N N2 N3 ... [INFO] [stdout] | | - - - - - - - - - - - - - - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | | | | | | | [INFO] [stdout] | | | | | | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | 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] 59 | | struct Tuple15(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d, E E2 E3 e, F F2 F3 f, G G2 G3 g, H H2 H3 h, I I2 I3 i, J J2 J3 j, K K2 K3 k, L L2 L3 l, M M2 M3 m, N N2 N3 n, O... [INFO] [stdout] 60 | | struct Tuple16(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d, E E2 E3 e, F F2 F3 f, G G2 G3 g, H H2 H3 h, I I2 I3 i, J J2 J3 j, K K2 K3 k, L L2 L3 l, M M2 M3 m, N N2 N3 n, O... [INFO] [stdout] 61 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:37:29 [INFO] [stdout] | [INFO] [stdout] 35 | fn tuple_zip(self) -> $name<$($t,)*> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 36 | let ($($n,)*) = self; [INFO] [stdout] 37 | $name($(<$into as std::iter::IntoIterator>::into_iter($n),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 44 | / types! { [INFO] [stdout] 45 | | struct Tuple01(A A2 A3 a); [INFO] [stdout] 46 | | struct Tuple02(A A2 A3 a, B B2 B3 b); [INFO] [stdout] 47 | | struct Tuple03(A A2 A3 a, B B2 B3 b, C C2 C3 c); [INFO] [stdout] ... | [INFO] [stdout] 59 | | struct Tuple15(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d, E E2 E3 e, F F2 F3 f, G G2 G3 g, H H2 H3 h, I I2 I3 i, J J2 J3 j, K K2 K3 k, L L2 L3 l, M M2 M3 m, N N2 N3 n, O O2 O3 ... [INFO] [stdout] | | - - - - - - - - - - - - - - - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | | | | | | | | [INFO] [stdout] | | | | | | | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 60 | | struct Tuple16(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d, E E2 E3 e, F F2 F3 f, G G2 G3 g, H H2 H3 h, I I2 I3 i, J J2 J3 j, K K2 K3 k, L L2 L3 l, M M2 M3 m, N N2 N3 n, O O2 O3 o, P... [INFO] [stdout] 61 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:37:29 [INFO] [stdout] | [INFO] [stdout] 35 | fn tuple_zip(self) -> $name<$($t,)*> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 36 | let ($($n,)*) = self; [INFO] [stdout] 37 | $name($(<$into as std::iter::IntoIterator>::into_iter($n),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 44 | / types! { [INFO] [stdout] 45 | | struct Tuple01(A A2 A3 a); [INFO] [stdout] 46 | | struct Tuple02(A A2 A3 a, B B2 B3 b); [INFO] [stdout] 47 | | struct Tuple03(A A2 A3 a, B B2 B3 b, C C2 C3 c); [INFO] [stdout] ... | [INFO] [stdout] 60 | | struct Tuple16(A A2 A3 a, B B2 B3 b, C C2 C3 c, D D2 D3 d, E E2 E3 e, F F2 F3 f, G G2 G3 g, H H2 H3 h, I I2 I3 i, J J2 J3 j, K K2 K3 k, L L2 L3 l, M M2 M3 m, N N2 N3 n, O O2 O3 o, P P2 P3 ... [INFO] [stdout] | | - - - - - - - - - - - - - - - - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | | | | | | | | | [INFO] [stdout] | | | | | | | | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 61 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 16 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `tuple_zip` (lib) due to 17 previous errors [INFO] running `Command { std: "docker" "inspect" "aa87cbd26ab378d003482eaca6dd2a53dd929f03a7c923989f9709515d1b7526", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aa87cbd26ab378d003482eaca6dd2a53dd929f03a7c923989f9709515d1b7526", kill_on_drop: false }` [INFO] [stdout] aa87cbd26ab378d003482eaca6dd2a53dd929f03a7c923989f9709515d1b7526