[INFO] fetching crate tuplex 0.1.2... [INFO] checking tuplex-0.1.2 against try#4d98531622e1718ae0bc3c7a1ab9cd8938428452+rustflags=-Dtail_expr_drop_order for pr-129604 [INFO] extracting crate tuplex 0.1.2 into /workspace/builds/worker-2-tc2/source [INFO] validating manifest of crates.io crate tuplex 0.1.2 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 tuplex 0.1.2 [INFO] finished tweaking crates.io crate tuplex 0.1.2 [INFO] tweaked toml for crates.io crate tuplex 0.1.2 written to /workspace/builds/worker-2-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-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 007e29231fabadf531e39573f95f1b42df81c0cd22c9411b7b693d804b87181c [INFO] running `Command { std: "docker" "start" "-a" "007e29231fabadf531e39573f95f1b42df81c0cd22c9411b7b693d804b87181c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "007e29231fabadf531e39573f95f1b42df81c0cd22c9411b7b693d804b87181c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "007e29231fabadf531e39573f95f1b42df81c0cd22c9411b7b693d804b87181c", kill_on_drop: false }` [INFO] [stdout] 007e29231fabadf531e39573f95f1b42df81c0cd22c9411b7b693d804b87181c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 67c2d096a7099f670dde793cae3d239019f2b20ad9ad124a7ab45ac5d3dcc8ba [INFO] running `Command { std: "docker" "start" "-a" "67c2d096a7099f670dde793cae3d239019f2b20ad9ad124a7ab45ac5d3dcc8ba", kill_on_drop: false }` [INFO] [stderr] Checking tuplex v0.1.2 (/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:275:22 [INFO] [stdout] | [INFO] [stdout] 274 | fn from_tuple( _tup: ($($t,)*) ) -> Self { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 275 | ( $( _tup.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 282 | impl_tuple_from_tuple!( 0 T U ); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] = note: this error originates in the macro `impl_tuple_from_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:311:22 [INFO] [stdout] | [INFO] [stdout] 310 | fn into_homo_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 311 | ( $( self.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 318 | impl_tuple_into_homo_tuple!( 1, 0 T0 ); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_homo_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:376:22 [INFO] [stdout] | [INFO] [stdout] 375 | fn wrap_fields( self ) -> Self::FieldsWrapped { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 376 | ( $( Some( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 422 | impl_homo!( HTup1 HTupIter1 1, 0 ); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:383:91 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_into_iter( self ) -> ::IntoIter { self.wrap_tuple().into_iter() } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 422 | impl_homo!( HTup1 HTupIter1 1, 0 ); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:416:39 [INFO] [stdout] | [INFO] [stdout] 415 | fn into_iter( self ) -> Self::IntoIter { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 416 | $wrapper_iter{ tuple: self.0.wrap_fields(), index: 0 } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 422 | impl_homo!( HTup1 HTupIter1 1, 0 ); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:435:22 [INFO] [stdout] | [INFO] [stdout] 434 | fn map_homo_tuple( self, _f: impl Fn(T)->U ) -> >::Output { [INFO] [stdout] | ---- ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 435 | ( $( _f( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 442 | impl_map_homo_tuple!( 1, 0 ); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_map_homo_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:493:26 [INFO] [stdout] | [INFO] [stdout] 492 | fn into_boxed_slice( self ) -> Box<[T]> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 493 | Box::new([ $( (self.$index).into() ),* ]) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 500 | impl_tuple_into_boxed_slice!( 1, 0 T0 ); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_boxed_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:559:21 [INFO] [stdout] | [INFO] [stdout] 558 | fn convert_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 559 | ($( Convert::convert( self.$index ),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 566 | impl_convert_tuple!( 0 T0 U0 ); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_convert_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:201:76 [INFO] [stdout] | [INFO] [stdout] 201 | fn pop_front( self ) -> (Self::Front, Self::Remain) { (self.0, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_front` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:221:88 [INFO] [stdout] | [INFO] [stdout] 221 | fn pop_back( self ) -> (Self::Back, Self::Remain) { (self.$($last_index)*, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_back` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:311:22 [INFO] [stdout] | [INFO] [stdout] 310 | fn into_homo_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 311 | ( $( self.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:493:26 [INFO] [stdout] | [INFO] [stdout] 492 | fn into_boxed_slice( self ) -> Box<[T]> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 493 | Box::new([ $( (self.$index).into() ),* ]) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_boxed_slice` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:559:21 [INFO] [stdout] | [INFO] [stdout] 558 | fn convert_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 559 | ($( Convert::convert( self.$index ),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_convert_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:275:22 [INFO] [stdout] | [INFO] [stdout] 274 | fn from_tuple( _tup: ($($t,)*) ) -> Self { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 275 | ( $( _tup.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_from_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:435:22 [INFO] [stdout] | [INFO] [stdout] 434 | fn map_homo_tuple( self, _f: impl Fn(T)->U ) -> >::Output { [INFO] [stdout] | ---- ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 435 | ( $( _f( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_map_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:376:22 [INFO] [stdout] | [INFO] [stdout] 375 | fn wrap_fields( self ) -> Self::FieldsWrapped { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 376 | ( $( Some( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:383:91 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_into_iter( self ) -> ::IntoIter { self.wrap_tuple().into_iter() } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:416:39 [INFO] [stdout] | [INFO] [stdout] 415 | fn into_iter( self ) -> Self::IntoIter { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 416 | $wrapper_iter{ tuple: self.0.wrap_fields(), index: 0 } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:201:76 [INFO] [stdout] | [INFO] [stdout] 201 | fn pop_front( self ) -> (Self::Front, Self::Remain) { (self.0, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_front` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:221:88 [INFO] [stdout] | [INFO] [stdout] 221 | fn pop_back( self ) -> (Self::Back, Self::Remain) { (self.$($last_index)*, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_back` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:311:22 [INFO] [stdout] | [INFO] [stdout] 310 | fn into_homo_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 311 | ( $( self.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:493:26 [INFO] [stdout] | [INFO] [stdout] 492 | fn into_boxed_slice( self ) -> Box<[T]> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 493 | Box::new([ $( (self.$index).into() ),* ]) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_boxed_slice` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:559:21 [INFO] [stdout] | [INFO] [stdout] 558 | fn convert_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 559 | ($( Convert::convert( self.$index ),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_convert_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:275:22 [INFO] [stdout] | [INFO] [stdout] 274 | fn from_tuple( _tup: ($($t,)*) ) -> Self { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 275 | ( $( _tup.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_from_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:435:22 [INFO] [stdout] | [INFO] [stdout] 434 | fn map_homo_tuple( self, _f: impl Fn(T)->U ) -> >::Output { [INFO] [stdout] | ---- ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 435 | ( $( _f( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_map_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:376:22 [INFO] [stdout] | [INFO] [stdout] 375 | fn wrap_fields( self ) -> Self::FieldsWrapped { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 376 | ( $( Some( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:383:91 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_into_iter( self ) -> ::IntoIter { self.wrap_tuple().into_iter() } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:416:39 [INFO] [stdout] | [INFO] [stdout] 415 | fn into_iter( self ) -> Self::IntoIter { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 416 | $wrapper_iter{ tuple: self.0.wrap_fields(), index: 0 } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:201:76 [INFO] [stdout] | [INFO] [stdout] 201 | fn pop_front( self ) -> (Self::Front, Self::Remain) { (self.0, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_front` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:221:88 [INFO] [stdout] | [INFO] [stdout] 221 | fn pop_back( self ) -> (Self::Back, Self::Remain) { (self.$($last_index)*, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_back` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:311:22 [INFO] [stdout] | [INFO] [stdout] 310 | fn into_homo_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 311 | ( $( self.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:493:26 [INFO] [stdout] | [INFO] [stdout] 492 | fn into_boxed_slice( self ) -> Box<[T]> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 493 | Box::new([ $( (self.$index).into() ),* ]) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_boxed_slice` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:559:21 [INFO] [stdout] | [INFO] [stdout] 558 | fn convert_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 559 | ($( Convert::convert( self.$index ),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_convert_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:275:22 [INFO] [stdout] | [INFO] [stdout] 274 | fn from_tuple( _tup: ($($t,)*) ) -> Self { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 275 | ( $( _tup.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_from_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:435:22 [INFO] [stdout] | [INFO] [stdout] 434 | fn map_homo_tuple( self, _f: impl Fn(T)->U ) -> >::Output { [INFO] [stdout] | ---- ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 435 | ( $( _f( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_map_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:376:22 [INFO] [stdout] | [INFO] [stdout] 375 | fn wrap_fields( self ) -> Self::FieldsWrapped { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 376 | ( $( Some( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:383:91 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_into_iter( self ) -> ::IntoIter { self.wrap_tuple().into_iter() } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:416:39 [INFO] [stdout] | [INFO] [stdout] 415 | fn into_iter( self ) -> Self::IntoIter { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 416 | $wrapper_iter{ tuple: self.0.wrap_fields(), index: 0 } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:201:76 [INFO] [stdout] | [INFO] [stdout] 201 | fn pop_front( self ) -> (Self::Front, Self::Remain) { (self.0, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_front` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:221:88 [INFO] [stdout] | [INFO] [stdout] 221 | fn pop_back( self ) -> (Self::Back, Self::Remain) { (self.$($last_index)*, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_back` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:311:22 [INFO] [stdout] | [INFO] [stdout] 310 | fn into_homo_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 311 | ( $( self.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:493:26 [INFO] [stdout] | [INFO] [stdout] 492 | fn into_boxed_slice( self ) -> Box<[T]> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 493 | Box::new([ $( (self.$index).into() ),* ]) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_boxed_slice` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:559:21 [INFO] [stdout] | [INFO] [stdout] 558 | fn convert_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 559 | ($( Convert::convert( self.$index ),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_convert_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:275:22 [INFO] [stdout] | [INFO] [stdout] 274 | fn from_tuple( _tup: ($($t,)*) ) -> Self { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 275 | ( $( _tup.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_from_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:435:22 [INFO] [stdout] | [INFO] [stdout] 434 | fn map_homo_tuple( self, _f: impl Fn(T)->U ) -> >::Output { [INFO] [stdout] | ---- ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 435 | ( $( _f( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_map_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:376:22 [INFO] [stdout] | [INFO] [stdout] 375 | fn wrap_fields( self ) -> Self::FieldsWrapped { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 376 | ( $( Some( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:383:91 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_into_iter( self ) -> ::IntoIter { self.wrap_tuple().into_iter() } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:416:39 [INFO] [stdout] | [INFO] [stdout] 415 | fn into_iter( self ) -> Self::IntoIter { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 416 | $wrapper_iter{ tuple: self.0.wrap_fields(), index: 0 } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:201:76 [INFO] [stdout] | [INFO] [stdout] 201 | fn pop_front( self ) -> (Self::Front, Self::Remain) { (self.0, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_front` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:221:88 [INFO] [stdout] | [INFO] [stdout] 221 | fn pop_back( self ) -> (Self::Back, Self::Remain) { (self.$($last_index)*, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_back` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:311:22 [INFO] [stdout] | [INFO] [stdout] 310 | fn into_homo_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 311 | ( $( self.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:493:26 [INFO] [stdout] | [INFO] [stdout] 492 | fn into_boxed_slice( self ) -> Box<[T]> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 493 | Box::new([ $( (self.$index).into() ),* ]) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_boxed_slice` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:559:21 [INFO] [stdout] | [INFO] [stdout] 558 | fn convert_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 559 | ($( Convert::convert( self.$index ),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_convert_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:275:22 [INFO] [stdout] | [INFO] [stdout] 274 | fn from_tuple( _tup: ($($t,)*) ) -> Self { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 275 | ( $( _tup.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_from_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:435:22 [INFO] [stdout] | [INFO] [stdout] 434 | fn map_homo_tuple( self, _f: impl Fn(T)->U ) -> >::Output { [INFO] [stdout] | ---- ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 435 | ( $( _f( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_map_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:376:22 [INFO] [stdout] | [INFO] [stdout] 375 | fn wrap_fields( self ) -> Self::FieldsWrapped { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 376 | ( $( Some( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:383:91 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_into_iter( self ) -> ::IntoIter { self.wrap_tuple().into_iter() } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:416:39 [INFO] [stdout] | [INFO] [stdout] 415 | fn into_iter( self ) -> Self::IntoIter { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 416 | $wrapper_iter{ tuple: self.0.wrap_fields(), index: 0 } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:201:76 [INFO] [stdout] | [INFO] [stdout] 201 | fn pop_front( self ) -> (Self::Front, Self::Remain) { (self.0, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_front` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:221:88 [INFO] [stdout] | [INFO] [stdout] 221 | fn pop_back( self ) -> (Self::Back, Self::Remain) { (self.$($last_index)*, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_back` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:311:22 [INFO] [stdout] | [INFO] [stdout] 310 | fn into_homo_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 311 | ( $( self.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:493:26 [INFO] [stdout] | [INFO] [stdout] 492 | fn into_boxed_slice( self ) -> Box<[T]> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 493 | Box::new([ $( (self.$index).into() ),* ]) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_boxed_slice` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:559:21 [INFO] [stdout] | [INFO] [stdout] 558 | fn convert_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 559 | ($( Convert::convert( self.$index ),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_convert_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:275:22 [INFO] [stdout] | [INFO] [stdout] 274 | fn from_tuple( _tup: ($($t,)*) ) -> Self { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 275 | ( $( _tup.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_from_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:435:22 [INFO] [stdout] | [INFO] [stdout] 434 | fn map_homo_tuple( self, _f: impl Fn(T)->U ) -> >::Output { [INFO] [stdout] | ---- ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 435 | ( $( _f( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_map_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:376:22 [INFO] [stdout] | [INFO] [stdout] 375 | fn wrap_fields( self ) -> Self::FieldsWrapped { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 376 | ( $( Some( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:383:91 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_into_iter( self ) -> ::IntoIter { self.wrap_tuple().into_iter() } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:416:39 [INFO] [stdout] | [INFO] [stdout] 415 | fn into_iter( self ) -> Self::IntoIter { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 416 | $wrapper_iter{ tuple: self.0.wrap_fields(), index: 0 } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:201:76 [INFO] [stdout] | [INFO] [stdout] 201 | fn pop_front( self ) -> (Self::Front, Self::Remain) { (self.0, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_front` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:221:88 [INFO] [stdout] | [INFO] [stdout] 221 | fn pop_back( self ) -> (Self::Back, Self::Remain) { (self.$($last_index)*, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_back` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:311:22 [INFO] [stdout] | [INFO] [stdout] 310 | fn into_homo_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 311 | ( $( self.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:493:26 [INFO] [stdout] | [INFO] [stdout] 492 | fn into_boxed_slice( self ) -> Box<[T]> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 493 | Box::new([ $( (self.$index).into() ),* ]) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_boxed_slice` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:559:21 [INFO] [stdout] | [INFO] [stdout] 558 | fn convert_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 559 | ($( Convert::convert( self.$index ),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_convert_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:275:22 [INFO] [stdout] | [INFO] [stdout] 274 | fn from_tuple( _tup: ($($t,)*) ) -> Self { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 275 | ( $( _tup.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_from_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:435:22 [INFO] [stdout] | [INFO] [stdout] 434 | fn map_homo_tuple( self, _f: impl Fn(T)->U ) -> >::Output { [INFO] [stdout] | ---- ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 435 | ( $( _f( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_map_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:376:22 [INFO] [stdout] | [INFO] [stdout] 375 | fn wrap_fields( self ) -> Self::FieldsWrapped { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 376 | ( $( Some( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:383:91 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_into_iter( self ) -> ::IntoIter { self.wrap_tuple().into_iter() } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:416:39 [INFO] [stdout] | [INFO] [stdout] 415 | fn into_iter( self ) -> Self::IntoIter { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 416 | $wrapper_iter{ tuple: self.0.wrap_fields(), index: 0 } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:201:76 [INFO] [stdout] | [INFO] [stdout] 201 | fn pop_front( self ) -> (Self::Front, Self::Remain) { (self.0, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_front` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:221:88 [INFO] [stdout] | [INFO] [stdout] 221 | fn pop_back( self ) -> (Self::Back, Self::Remain) { (self.$($last_index)*, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_back` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:311:22 [INFO] [stdout] | [INFO] [stdout] 310 | fn into_homo_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 311 | ( $( self.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:493:26 [INFO] [stdout] | [INFO] [stdout] 492 | fn into_boxed_slice( self ) -> Box<[T]> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 493 | Box::new([ $( (self.$index).into() ),* ]) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_boxed_slice` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:559:21 [INFO] [stdout] | [INFO] [stdout] 558 | fn convert_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 559 | ($( Convert::convert( self.$index ),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_convert_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:275:22 [INFO] [stdout] | [INFO] [stdout] 274 | fn from_tuple( _tup: ($($t,)*) ) -> Self { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 275 | ( $( _tup.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_from_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:435:22 [INFO] [stdout] | [INFO] [stdout] 434 | fn map_homo_tuple( self, _f: impl Fn(T)->U ) -> >::Output { [INFO] [stdout] | ---- ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 435 | ( $( _f( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_map_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:376:22 [INFO] [stdout] | [INFO] [stdout] 375 | fn wrap_fields( self ) -> Self::FieldsWrapped { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 376 | ( $( Some( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:383:91 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_into_iter( self ) -> ::IntoIter { self.wrap_tuple().into_iter() } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:416:39 [INFO] [stdout] | [INFO] [stdout] 415 | fn into_iter( self ) -> Self::IntoIter { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 416 | $wrapper_iter{ tuple: self.0.wrap_fields(), index: 0 } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:201:76 [INFO] [stdout] | [INFO] [stdout] 201 | fn pop_front( self ) -> (Self::Front, Self::Remain) { (self.0, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_front` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:221:88 [INFO] [stdout] | [INFO] [stdout] 221 | fn pop_back( self ) -> (Self::Back, Self::Remain) { (self.$($last_index)*, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_back` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:311:22 [INFO] [stdout] | [INFO] [stdout] 310 | fn into_homo_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 311 | ( $( self.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:493:26 [INFO] [stdout] | [INFO] [stdout] 492 | fn into_boxed_slice( self ) -> Box<[T]> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 493 | Box::new([ $( (self.$index).into() ),* ]) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_boxed_slice` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:559:21 [INFO] [stdout] | [INFO] [stdout] 558 | fn convert_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 559 | ($( Convert::convert( self.$index ),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_convert_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:275:22 [INFO] [stdout] | [INFO] [stdout] 274 | fn from_tuple( _tup: ($($t,)*) ) -> Self { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 275 | ( $( _tup.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_from_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:435:22 [INFO] [stdout] | [INFO] [stdout] 434 | fn map_homo_tuple( self, _f: impl Fn(T)->U ) -> >::Output { [INFO] [stdout] | ---- ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 435 | ( $( _f( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_map_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:376:22 [INFO] [stdout] | [INFO] [stdout] 375 | fn wrap_fields( self ) -> Self::FieldsWrapped { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 376 | ( $( Some( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:383:91 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_into_iter( self ) -> ::IntoIter { self.wrap_tuple().into_iter() } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:416:39 [INFO] [stdout] | [INFO] [stdout] 415 | fn into_iter( self ) -> Self::IntoIter { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 416 | $wrapper_iter{ tuple: self.0.wrap_fields(), index: 0 } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:201:76 [INFO] [stdout] | [INFO] [stdout] 201 | fn pop_front( self ) -> (Self::Front, Self::Remain) { (self.0, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_front` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:221:88 [INFO] [stdout] | [INFO] [stdout] 221 | fn pop_back( self ) -> (Self::Back, Self::Remain) { (self.$($last_index)*, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_back` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:311:22 [INFO] [stdout] | [INFO] [stdout] 310 | fn into_homo_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 311 | ( $( self.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:493:26 [INFO] [stdout] | [INFO] [stdout] 492 | fn into_boxed_slice( self ) -> Box<[T]> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 493 | Box::new([ $( (self.$index).into() ),* ]) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_boxed_slice` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:559:21 [INFO] [stdout] | [INFO] [stdout] 558 | fn convert_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 559 | ($( Convert::convert( self.$index ),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_convert_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:275:22 [INFO] [stdout] | [INFO] [stdout] 274 | fn from_tuple( _tup: ($($t,)*) ) -> Self { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 275 | ( $( _tup.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_from_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:435:22 [INFO] [stdout] | [INFO] [stdout] 434 | fn map_homo_tuple( self, _f: impl Fn(T)->U ) -> >::Output { [INFO] [stdout] | ---- ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 435 | ( $( _f( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_map_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:376:22 [INFO] [stdout] | [INFO] [stdout] 375 | fn wrap_fields( self ) -> Self::FieldsWrapped { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 376 | ( $( Some( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:383:91 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_into_iter( self ) -> ::IntoIter { self.wrap_tuple().into_iter() } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:416:39 [INFO] [stdout] | [INFO] [stdout] 415 | fn into_iter( self ) -> Self::IntoIter { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 416 | $wrapper_iter{ tuple: self.0.wrap_fields(), index: 0 } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:201:76 [INFO] [stdout] | [INFO] [stdout] 201 | fn pop_front( self ) -> (Self::Front, Self::Remain) { (self.0, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_front` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:221:88 [INFO] [stdout] | [INFO] [stdout] 221 | fn pop_back( self ) -> (Self::Back, Self::Remain) { (self.$($last_index)*, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_back` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:311:22 [INFO] [stdout] | [INFO] [stdout] 310 | fn into_homo_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 311 | ( $( self.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:493:26 [INFO] [stdout] | [INFO] [stdout] 492 | fn into_boxed_slice( self ) -> Box<[T]> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 493 | Box::new([ $( (self.$index).into() ),* ]) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_boxed_slice` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:559:21 [INFO] [stdout] | [INFO] [stdout] 558 | fn convert_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 559 | ($( Convert::convert( self.$index ),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_convert_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:275:22 [INFO] [stdout] | [INFO] [stdout] 274 | fn from_tuple( _tup: ($($t,)*) ) -> Self { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 275 | ( $( _tup.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_from_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:435:22 [INFO] [stdout] | [INFO] [stdout] 434 | fn map_homo_tuple( self, _f: impl Fn(T)->U ) -> >::Output { [INFO] [stdout] | ---- ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 435 | ( $( _f( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_map_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:376:22 [INFO] [stdout] | [INFO] [stdout] 375 | fn wrap_fields( self ) -> Self::FieldsWrapped { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 376 | ( $( Some( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:383:91 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_into_iter( self ) -> ::IntoIter { self.wrap_tuple().into_iter() } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:416:39 [INFO] [stdout] | [INFO] [stdout] 415 | fn into_iter( self ) -> Self::IntoIter { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 416 | $wrapper_iter{ tuple: self.0.wrap_fields(), index: 0 } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:201:76 [INFO] [stdout] | [INFO] [stdout] 201 | fn pop_front( self ) -> (Self::Front, Self::Remain) { (self.0, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_front` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:221:88 [INFO] [stdout] | [INFO] [stdout] 221 | fn pop_back( self ) -> (Self::Back, Self::Remain) { (self.$($last_index)*, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_back` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:311:22 [INFO] [stdout] | [INFO] [stdout] 310 | fn into_homo_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 311 | ( $( self.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:493:26 [INFO] [stdout] | [INFO] [stdout] 492 | fn into_boxed_slice( self ) -> Box<[T]> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 493 | Box::new([ $( (self.$index).into() ),* ]) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_boxed_slice` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:559:21 [INFO] [stdout] | [INFO] [stdout] 558 | fn convert_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 559 | ($( Convert::convert( self.$index ),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_convert_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:275:22 [INFO] [stdout] | [INFO] [stdout] 274 | fn from_tuple( _tup: ($($t,)*) ) -> Self { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 275 | ( $( _tup.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_from_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:435:22 [INFO] [stdout] | [INFO] [stdout] 434 | fn map_homo_tuple( self, _f: impl Fn(T)->U ) -> >::Output { [INFO] [stdout] | ---- ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 435 | ( $( _f( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_map_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:376:22 [INFO] [stdout] | [INFO] [stdout] 375 | fn wrap_fields( self ) -> Self::FieldsWrapped { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 376 | ( $( Some( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:383:91 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_into_iter( self ) -> ::IntoIter { self.wrap_tuple().into_iter() } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:416:39 [INFO] [stdout] | [INFO] [stdout] 415 | fn into_iter( self ) -> Self::IntoIter { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 416 | $wrapper_iter{ tuple: self.0.wrap_fields(), index: 0 } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:201:76 [INFO] [stdout] | [INFO] [stdout] 201 | fn pop_front( self ) -> (Self::Front, Self::Remain) { (self.0, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_front` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:221:88 [INFO] [stdout] | [INFO] [stdout] 221 | fn pop_back( self ) -> (Self::Back, Self::Remain) { (self.$($last_index)*, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_back` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:311:22 [INFO] [stdout] | [INFO] [stdout] 310 | fn into_homo_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 311 | ( $( self.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:493:26 [INFO] [stdout] | [INFO] [stdout] 492 | fn into_boxed_slice( self ) -> Box<[T]> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 493 | Box::new([ $( (self.$index).into() ),* ]) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_boxed_slice` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:559:21 [INFO] [stdout] | [INFO] [stdout] 558 | fn convert_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 559 | ($( Convert::convert( self.$index ),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_convert_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:275:22 [INFO] [stdout] | [INFO] [stdout] 274 | fn from_tuple( _tup: ($($t,)*) ) -> Self { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 275 | ( $( _tup.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_from_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:435:22 [INFO] [stdout] | [INFO] [stdout] 434 | fn map_homo_tuple( self, _f: impl Fn(T)->U ) -> >::Output { [INFO] [stdout] | ---- ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 435 | ( $( _f( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_map_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:376:22 [INFO] [stdout] | [INFO] [stdout] 375 | fn wrap_fields( self ) -> Self::FieldsWrapped { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 376 | ( $( Some( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:383:91 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_into_iter( self ) -> ::IntoIter { self.wrap_tuple().into_iter() } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:416:39 [INFO] [stdout] | [INFO] [stdout] 415 | fn into_iter( self ) -> Self::IntoIter { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 416 | $wrapper_iter{ tuple: self.0.wrap_fields(), index: 0 } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:201:76 [INFO] [stdout] | [INFO] [stdout] 201 | fn pop_front( self ) -> (Self::Front, Self::Remain) { (self.0, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_front` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:221:88 [INFO] [stdout] | [INFO] [stdout] 221 | fn pop_back( self ) -> (Self::Back, Self::Remain) { (self.$($last_index)*, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_back` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:311:22 [INFO] [stdout] | [INFO] [stdout] 310 | fn into_homo_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 311 | ( $( self.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:493:26 [INFO] [stdout] | [INFO] [stdout] 492 | fn into_boxed_slice( self ) -> Box<[T]> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 493 | Box::new([ $( (self.$index).into() ),* ]) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_boxed_slice` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:559:21 [INFO] [stdout] | [INFO] [stdout] 558 | fn convert_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 559 | ($( Convert::convert( self.$index ),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_convert_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:275:22 [INFO] [stdout] | [INFO] [stdout] 274 | fn from_tuple( _tup: ($($t,)*) ) -> Self { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 275 | ( $( _tup.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_from_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:435:22 [INFO] [stdout] | [INFO] [stdout] 434 | fn map_homo_tuple( self, _f: impl Fn(T)->U ) -> >::Output { [INFO] [stdout] | ---- ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 435 | ( $( _f( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_map_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:376:22 [INFO] [stdout] | [INFO] [stdout] 375 | fn wrap_fields( self ) -> Self::FieldsWrapped { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 376 | ( $( Some( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:383:91 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_into_iter( self ) -> ::IntoIter { self.wrap_tuple().into_iter() } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:416:39 [INFO] [stdout] | [INFO] [stdout] 415 | fn into_iter( self ) -> Self::IntoIter { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 416 | $wrapper_iter{ tuple: self.0.wrap_fields(), index: 0 } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:201:76 [INFO] [stdout] | [INFO] [stdout] 201 | fn pop_front( self ) -> (Self::Front, Self::Remain) { (self.0, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_front` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:221:88 [INFO] [stdout] | [INFO] [stdout] 221 | fn pop_back( self ) -> (Self::Back, Self::Remain) { (self.$($last_index)*, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_back` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:311:22 [INFO] [stdout] | [INFO] [stdout] 310 | fn into_homo_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 311 | ( $( self.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:493:26 [INFO] [stdout] | [INFO] [stdout] 492 | fn into_boxed_slice( self ) -> Box<[T]> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 493 | Box::new([ $( (self.$index).into() ),* ]) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_boxed_slice` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:559:21 [INFO] [stdout] | [INFO] [stdout] 558 | fn convert_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 559 | ($( Convert::convert( self.$index ),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_convert_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:275:22 [INFO] [stdout] | [INFO] [stdout] 274 | fn from_tuple( _tup: ($($t,)*) ) -> Self { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 275 | ( $( _tup.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_from_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:435:22 [INFO] [stdout] | [INFO] [stdout] 434 | fn map_homo_tuple( self, _f: impl Fn(T)->U ) -> >::Output { [INFO] [stdout] | ---- ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 435 | ( $( _f( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_map_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:376:22 [INFO] [stdout] | [INFO] [stdout] 375 | fn wrap_fields( self ) -> Self::FieldsWrapped { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 376 | ( $( Some( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:383:91 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_into_iter( self ) -> ::IntoIter { self.wrap_tuple().into_iter() } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:416:39 [INFO] [stdout] | [INFO] [stdout] 415 | fn into_iter( self ) -> Self::IntoIter { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 416 | $wrapper_iter{ tuple: self.0.wrap_fields(), index: 0 } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:201:76 [INFO] [stdout] | [INFO] [stdout] 201 | fn pop_front( self ) -> (Self::Front, Self::Remain) { (self.0, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_front` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:221:88 [INFO] [stdout] | [INFO] [stdout] 221 | fn pop_back( self ) -> (Self::Back, Self::Remain) { (self.$($last_index)*, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_back` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:311:22 [INFO] [stdout] | [INFO] [stdout] 310 | fn into_homo_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 311 | ( $( self.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:493:26 [INFO] [stdout] | [INFO] [stdout] 492 | fn into_boxed_slice( self ) -> Box<[T]> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 493 | Box::new([ $( (self.$index).into() ),* ]) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_boxed_slice` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:559:21 [INFO] [stdout] | [INFO] [stdout] 558 | fn convert_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 559 | ($( Convert::convert( self.$index ),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_convert_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:275:22 [INFO] [stdout] | [INFO] [stdout] 274 | fn from_tuple( _tup: ($($t,)*) ) -> Self { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 275 | ( $( _tup.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_from_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:435:22 [INFO] [stdout] | [INFO] [stdout] 434 | fn map_homo_tuple( self, _f: impl Fn(T)->U ) -> >::Output { [INFO] [stdout] | ---- ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 435 | ( $( _f( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_map_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:376:22 [INFO] [stdout] | [INFO] [stdout] 375 | fn wrap_fields( self ) -> Self::FieldsWrapped { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 376 | ( $( Some( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:383:91 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_into_iter( self ) -> ::IntoIter { self.wrap_tuple().into_iter() } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:416:39 [INFO] [stdout] | [INFO] [stdout] 415 | fn into_iter( self ) -> Self::IntoIter { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 416 | $wrapper_iter{ tuple: self.0.wrap_fields(), index: 0 } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:201:76 [INFO] [stdout] | [INFO] [stdout] 201 | fn pop_front( self ) -> (Self::Front, Self::Remain) { (self.0, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_front` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:221:88 [INFO] [stdout] | [INFO] [stdout] 221 | fn pop_back( self ) -> (Self::Back, Self::Remain) { (self.$($last_index)*, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_back` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:311:22 [INFO] [stdout] | [INFO] [stdout] 310 | fn into_homo_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 311 | ( $( self.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:493:26 [INFO] [stdout] | [INFO] [stdout] 492 | fn into_boxed_slice( self ) -> Box<[T]> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 493 | Box::new([ $( (self.$index).into() ),* ]) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_boxed_slice` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:559:21 [INFO] [stdout] | [INFO] [stdout] 558 | fn convert_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 559 | ($( Convert::convert( self.$index ),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_convert_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:275:22 [INFO] [stdout] | [INFO] [stdout] 274 | fn from_tuple( _tup: ($($t,)*) ) -> Self { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 275 | ( $( _tup.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_from_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:435:22 [INFO] [stdout] | [INFO] [stdout] 434 | fn map_homo_tuple( self, _f: impl Fn(T)->U ) -> >::Output { [INFO] [stdout] | ---- ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 435 | ( $( _f( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_map_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:376:22 [INFO] [stdout] | [INFO] [stdout] 375 | fn wrap_fields( self ) -> Self::FieldsWrapped { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 376 | ( $( Some( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:383:91 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_into_iter( self ) -> ::IntoIter { self.wrap_tuple().into_iter() } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:416:39 [INFO] [stdout] | [INFO] [stdout] 415 | fn into_iter( self ) -> Self::IntoIter { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 416 | $wrapper_iter{ tuple: self.0.wrap_fields(), index: 0 } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:201:76 [INFO] [stdout] | [INFO] [stdout] 201 | fn pop_front( self ) -> (Self::Front, Self::Remain) { (self.0, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_front` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:221:88 [INFO] [stdout] | [INFO] [stdout] 221 | fn pop_back( self ) -> (Self::Back, Self::Remain) { (self.$($last_index)*, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_back` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:311:22 [INFO] [stdout] | [INFO] [stdout] 310 | fn into_homo_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 311 | ( $( self.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:493:26 [INFO] [stdout] | [INFO] [stdout] 492 | fn into_boxed_slice( self ) -> Box<[T]> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 493 | Box::new([ $( (self.$index).into() ),* ]) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_boxed_slice` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:559:21 [INFO] [stdout] | [INFO] [stdout] 558 | fn convert_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 559 | ($( Convert::convert( self.$index ),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_convert_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:275:22 [INFO] [stdout] | [INFO] [stdout] 274 | fn from_tuple( _tup: ($($t,)*) ) -> Self { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 275 | ( $( _tup.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_from_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:435:22 [INFO] [stdout] | [INFO] [stdout] 434 | fn map_homo_tuple( self, _f: impl Fn(T)->U ) -> >::Output { [INFO] [stdout] | ---- ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 435 | ( $( _f( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_map_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:376:22 [INFO] [stdout] | [INFO] [stdout] 375 | fn wrap_fields( self ) -> Self::FieldsWrapped { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 376 | ( $( Some( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:383:91 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_into_iter( self ) -> ::IntoIter { self.wrap_tuple().into_iter() } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:416:39 [INFO] [stdout] | [INFO] [stdout] 415 | fn into_iter( self ) -> Self::IntoIter { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 416 | $wrapper_iter{ tuple: self.0.wrap_fields(), index: 0 } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:201:76 [INFO] [stdout] | [INFO] [stdout] 201 | fn pop_front( self ) -> (Self::Front, Self::Remain) { (self.0, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_front` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:221:88 [INFO] [stdout] | [INFO] [stdout] 221 | fn pop_back( self ) -> (Self::Back, Self::Remain) { (self.$($last_index)*, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_back` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:311:22 [INFO] [stdout] | [INFO] [stdout] 310 | fn into_homo_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 311 | ( $( self.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:493:26 [INFO] [stdout] | [INFO] [stdout] 492 | fn into_boxed_slice( self ) -> Box<[T]> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 493 | Box::new([ $( (self.$index).into() ),* ]) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_boxed_slice` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:559:21 [INFO] [stdout] | [INFO] [stdout] 558 | fn convert_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 559 | ($( Convert::convert( self.$index ),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_convert_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:275:22 [INFO] [stdout] | [INFO] [stdout] 274 | fn from_tuple( _tup: ($($t,)*) ) -> Self { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 275 | ( $( _tup.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_from_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:435:22 [INFO] [stdout] | [INFO] [stdout] 434 | fn map_homo_tuple( self, _f: impl Fn(T)->U ) -> >::Output { [INFO] [stdout] | ---- ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 435 | ( $( _f( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_map_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:376:22 [INFO] [stdout] | [INFO] [stdout] 375 | fn wrap_fields( self ) -> Self::FieldsWrapped { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 376 | ( $( Some( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:383:91 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_into_iter( self ) -> ::IntoIter { self.wrap_tuple().into_iter() } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:416:39 [INFO] [stdout] | [INFO] [stdout] 415 | fn into_iter( self ) -> Self::IntoIter { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 416 | $wrapper_iter{ tuple: self.0.wrap_fields(), index: 0 } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:201:76 [INFO] [stdout] | [INFO] [stdout] 201 | fn pop_front( self ) -> (Self::Front, Self::Remain) { (self.0, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_front` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:221:88 [INFO] [stdout] | [INFO] [stdout] 221 | fn pop_back( self ) -> (Self::Back, Self::Remain) { (self.$($last_index)*, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_back` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:311:22 [INFO] [stdout] | [INFO] [stdout] 310 | fn into_homo_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 311 | ( $( self.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:493:26 [INFO] [stdout] | [INFO] [stdout] 492 | fn into_boxed_slice( self ) -> Box<[T]> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 493 | Box::new([ $( (self.$index).into() ),* ]) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_boxed_slice` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:559:21 [INFO] [stdout] | [INFO] [stdout] 558 | fn convert_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 559 | ($( Convert::convert( self.$index ),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_convert_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:275:22 [INFO] [stdout] | [INFO] [stdout] 274 | fn from_tuple( _tup: ($($t,)*) ) -> Self { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 275 | ( $( _tup.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_from_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:435:22 [INFO] [stdout] | [INFO] [stdout] 434 | fn map_homo_tuple( self, _f: impl Fn(T)->U ) -> >::Output { [INFO] [stdout] | ---- ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 435 | ( $( _f( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_map_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:376:22 [INFO] [stdout] | [INFO] [stdout] 375 | fn wrap_fields( self ) -> Self::FieldsWrapped { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 376 | ( $( Some( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:383:91 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_into_iter( self ) -> ::IntoIter { self.wrap_tuple().into_iter() } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:416:39 [INFO] [stdout] | [INFO] [stdout] 415 | fn into_iter( self ) -> Self::IntoIter { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 416 | $wrapper_iter{ tuple: self.0.wrap_fields(), index: 0 } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:201:76 [INFO] [stdout] | [INFO] [stdout] 201 | fn pop_front( self ) -> (Self::Front, Self::Remain) { (self.0, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_front` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:221:88 [INFO] [stdout] | [INFO] [stdout] 221 | fn pop_back( self ) -> (Self::Back, Self::Remain) { (self.$($last_index)*, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_back` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:311:22 [INFO] [stdout] | [INFO] [stdout] 310 | fn into_homo_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 311 | ( $( self.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:493:26 [INFO] [stdout] | [INFO] [stdout] 492 | fn into_boxed_slice( self ) -> Box<[T]> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 493 | Box::new([ $( (self.$index).into() ),* ]) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_boxed_slice` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:559:21 [INFO] [stdout] | [INFO] [stdout] 558 | fn convert_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 559 | ($( Convert::convert( self.$index ),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_convert_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:275:22 [INFO] [stdout] | [INFO] [stdout] 274 | fn from_tuple( _tup: ($($t,)*) ) -> Self { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 275 | ( $( _tup.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_from_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:435:22 [INFO] [stdout] | [INFO] [stdout] 434 | fn map_homo_tuple( self, _f: impl Fn(T)->U ) -> >::Output { [INFO] [stdout] | ---- ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 435 | ( $( _f( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_map_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:376:22 [INFO] [stdout] | [INFO] [stdout] 375 | fn wrap_fields( self ) -> Self::FieldsWrapped { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 376 | ( $( Some( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:383:91 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_into_iter( self ) -> ::IntoIter { self.wrap_tuple().into_iter() } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:416:39 [INFO] [stdout] | [INFO] [stdout] 415 | fn into_iter( self ) -> Self::IntoIter { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 416 | $wrapper_iter{ tuple: self.0.wrap_fields(), index: 0 } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:201:76 [INFO] [stdout] | [INFO] [stdout] 201 | fn pop_front( self ) -> (Self::Front, Self::Remain) { (self.0, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_front` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:221:88 [INFO] [stdout] | [INFO] [stdout] 221 | fn pop_back( self ) -> (Self::Back, Self::Remain) { (self.$($last_index)*, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_back` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:311:22 [INFO] [stdout] | [INFO] [stdout] 310 | fn into_homo_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 311 | ( $( self.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:493:26 [INFO] [stdout] | [INFO] [stdout] 492 | fn into_boxed_slice( self ) -> Box<[T]> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 493 | Box::new([ $( (self.$index).into() ),* ]) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_boxed_slice` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:559:21 [INFO] [stdout] | [INFO] [stdout] 558 | fn convert_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 559 | ($( Convert::convert( self.$index ),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_convert_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:275:22 [INFO] [stdout] | [INFO] [stdout] 274 | fn from_tuple( _tup: ($($t,)*) ) -> Self { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 275 | ( $( _tup.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_from_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:435:22 [INFO] [stdout] | [INFO] [stdout] 434 | fn map_homo_tuple( self, _f: impl Fn(T)->U ) -> >::Output { [INFO] [stdout] | ---- ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 435 | ( $( _f( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_map_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:376:22 [INFO] [stdout] | [INFO] [stdout] 375 | fn wrap_fields( self ) -> Self::FieldsWrapped { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 376 | ( $( Some( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:383:91 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_into_iter( self ) -> ::IntoIter { self.wrap_tuple().into_iter() } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:416:39 [INFO] [stdout] | [INFO] [stdout] 415 | fn into_iter( self ) -> Self::IntoIter { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 416 | $wrapper_iter{ tuple: self.0.wrap_fields(), index: 0 } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:201:76 [INFO] [stdout] | [INFO] [stdout] 201 | fn pop_front( self ) -> (Self::Front, Self::Remain) { (self.0, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_front` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:221:88 [INFO] [stdout] | [INFO] [stdout] 221 | fn pop_back( self ) -> (Self::Back, Self::Remain) { (self.$($last_index)*, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_back` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:311:22 [INFO] [stdout] | [INFO] [stdout] 310 | fn into_homo_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 311 | ( $( self.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:493:26 [INFO] [stdout] | [INFO] [stdout] 492 | fn into_boxed_slice( self ) -> Box<[T]> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 493 | Box::new([ $( (self.$index).into() ),* ]) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_boxed_slice` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:559:21 [INFO] [stdout] | [INFO] [stdout] 558 | fn convert_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 559 | ($( Convert::convert( self.$index ),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_convert_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:275:22 [INFO] [stdout] | [INFO] [stdout] 274 | fn from_tuple( _tup: ($($t,)*) ) -> Self { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 275 | ( $( _tup.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_from_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:435:22 [INFO] [stdout] | [INFO] [stdout] 434 | fn map_homo_tuple( self, _f: impl Fn(T)->U ) -> >::Output { [INFO] [stdout] | ---- ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 435 | ( $( _f( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_map_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:376:22 [INFO] [stdout] | [INFO] [stdout] 375 | fn wrap_fields( self ) -> Self::FieldsWrapped { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 376 | ( $( Some( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:383:91 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_into_iter( self ) -> ::IntoIter { self.wrap_tuple().into_iter() } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:416:39 [INFO] [stdout] | [INFO] [stdout] 415 | fn into_iter( self ) -> Self::IntoIter { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 416 | $wrapper_iter{ tuple: self.0.wrap_fields(), index: 0 } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:201:76 [INFO] [stdout] | [INFO] [stdout] 201 | fn pop_front( self ) -> (Self::Front, Self::Remain) { (self.0, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_front` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:221:88 [INFO] [stdout] | [INFO] [stdout] 221 | fn pop_back( self ) -> (Self::Back, Self::Remain) { (self.$($last_index)*, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_back` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:311:22 [INFO] [stdout] | [INFO] [stdout] 310 | fn into_homo_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 311 | ( $( self.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:493:26 [INFO] [stdout] | [INFO] [stdout] 492 | fn into_boxed_slice( self ) -> Box<[T]> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 493 | Box::new([ $( (self.$index).into() ),* ]) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_boxed_slice` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:559:21 [INFO] [stdout] | [INFO] [stdout] 558 | fn convert_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 559 | ($( Convert::convert( self.$index ),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_convert_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:275:22 [INFO] [stdout] | [INFO] [stdout] 274 | fn from_tuple( _tup: ($($t,)*) ) -> Self { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 275 | ( $( _tup.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_from_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:435:22 [INFO] [stdout] | [INFO] [stdout] 434 | fn map_homo_tuple( self, _f: impl Fn(T)->U ) -> >::Output { [INFO] [stdout] | ---- ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 435 | ( $( _f( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_map_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:376:22 [INFO] [stdout] | [INFO] [stdout] 375 | fn wrap_fields( self ) -> Self::FieldsWrapped { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 376 | ( $( Some( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:383:91 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_into_iter( self ) -> ::IntoIter { self.wrap_tuple().into_iter() } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:416:39 [INFO] [stdout] | [INFO] [stdout] 415 | fn into_iter( self ) -> Self::IntoIter { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 416 | $wrapper_iter{ tuple: self.0.wrap_fields(), index: 0 } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:201:76 [INFO] [stdout] | [INFO] [stdout] 201 | fn pop_front( self ) -> (Self::Front, Self::Remain) { (self.0, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_front` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:221:88 [INFO] [stdout] | [INFO] [stdout] 221 | fn pop_back( self ) -> (Self::Back, Self::Remain) { (self.$($last_index)*, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_back` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:311:22 [INFO] [stdout] | [INFO] [stdout] 310 | fn into_homo_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 311 | ( $( self.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:493:26 [INFO] [stdout] | [INFO] [stdout] 492 | fn into_boxed_slice( self ) -> Box<[T]> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 493 | Box::new([ $( (self.$index).into() ),* ]) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_boxed_slice` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:559:21 [INFO] [stdout] | [INFO] [stdout] 558 | fn convert_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 559 | ($( Convert::convert( self.$index ),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_convert_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:275:22 [INFO] [stdout] | [INFO] [stdout] 274 | fn from_tuple( _tup: ($($t,)*) ) -> Self { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 275 | ( $( _tup.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_from_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:435:22 [INFO] [stdout] | [INFO] [stdout] 434 | fn map_homo_tuple( self, _f: impl Fn(T)->U ) -> >::Output { [INFO] [stdout] | ---- ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 435 | ( $( _f( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_map_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:376:22 [INFO] [stdout] | [INFO] [stdout] 375 | fn wrap_fields( self ) -> Self::FieldsWrapped { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 376 | ( $( Some( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:383:91 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_into_iter( self ) -> ::IntoIter { self.wrap_tuple().into_iter() } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:416:39 [INFO] [stdout] | [INFO] [stdout] 415 | fn into_iter( self ) -> Self::IntoIter { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 416 | $wrapper_iter{ tuple: self.0.wrap_fields(), index: 0 } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:201:76 [INFO] [stdout] | [INFO] [stdout] 201 | fn pop_front( self ) -> (Self::Front, Self::Remain) { (self.0, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_front` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:221:88 [INFO] [stdout] | [INFO] [stdout] 221 | fn pop_back( self ) -> (Self::Back, Self::Remain) { (self.$($last_index)*, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_back` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:311:22 [INFO] [stdout] | [INFO] [stdout] 310 | fn into_homo_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 311 | ( $( self.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:493:26 [INFO] [stdout] | [INFO] [stdout] 492 | fn into_boxed_slice( self ) -> Box<[T]> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 493 | Box::new([ $( (self.$index).into() ),* ]) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_boxed_slice` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:559:21 [INFO] [stdout] | [INFO] [stdout] 558 | fn convert_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 559 | ($( Convert::convert( self.$index ),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_convert_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:275:22 [INFO] [stdout] | [INFO] [stdout] 274 | fn from_tuple( _tup: ($($t,)*) ) -> Self { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 275 | ( $( _tup.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_from_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:435:22 [INFO] [stdout] | [INFO] [stdout] 434 | fn map_homo_tuple( self, _f: impl Fn(T)->U ) -> >::Output { [INFO] [stdout] | ---- ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 435 | ( $( _f( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_map_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:376:22 [INFO] [stdout] | [INFO] [stdout] 375 | fn wrap_fields( self ) -> Self::FieldsWrapped { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 376 | ( $( Some( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:383:91 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_into_iter( self ) -> ::IntoIter { self.wrap_tuple().into_iter() } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:416:39 [INFO] [stdout] | [INFO] [stdout] 415 | fn into_iter( self ) -> Self::IntoIter { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 416 | $wrapper_iter{ tuple: self.0.wrap_fields(), index: 0 } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:201:76 [INFO] [stdout] | [INFO] [stdout] 201 | fn pop_front( self ) -> (Self::Front, Self::Remain) { (self.0, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_front` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:221:88 [INFO] [stdout] | [INFO] [stdout] 221 | fn pop_back( self ) -> (Self::Back, Self::Remain) { (self.$($last_index)*, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_back` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:311:22 [INFO] [stdout] | [INFO] [stdout] 310 | fn into_homo_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 311 | ( $( self.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:493:26 [INFO] [stdout] | [INFO] [stdout] 492 | fn into_boxed_slice( self ) -> Box<[T]> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 493 | Box::new([ $( (self.$index).into() ),* ]) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_boxed_slice` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:559:21 [INFO] [stdout] | [INFO] [stdout] 558 | fn convert_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 559 | ($( Convert::convert( self.$index ),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_convert_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:275:22 [INFO] [stdout] | [INFO] [stdout] 274 | fn from_tuple( _tup: ($($t,)*) ) -> Self { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 275 | ( $( _tup.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_from_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:435:22 [INFO] [stdout] | [INFO] [stdout] 434 | fn map_homo_tuple( self, _f: impl Fn(T)->U ) -> >::Output { [INFO] [stdout] | ---- ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 435 | ( $( _f( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_map_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:376:22 [INFO] [stdout] | [INFO] [stdout] 375 | fn wrap_fields( self ) -> Self::FieldsWrapped { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 376 | ( $( Some( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:383:91 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_into_iter( self ) -> ::IntoIter { self.wrap_tuple().into_iter() } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:416:39 [INFO] [stdout] | [INFO] [stdout] 415 | fn into_iter( self ) -> Self::IntoIter { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 416 | $wrapper_iter{ tuple: self.0.wrap_fields(), index: 0 } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:201:76 [INFO] [stdout] | [INFO] [stdout] 201 | fn pop_front( self ) -> (Self::Front, Self::Remain) { (self.0, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_front` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:221:88 [INFO] [stdout] | [INFO] [stdout] 221 | fn pop_back( self ) -> (Self::Back, Self::Remain) { (self.$($last_index)*, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_back` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:311:22 [INFO] [stdout] | [INFO] [stdout] 310 | fn into_homo_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 311 | ( $( self.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:493:26 [INFO] [stdout] | [INFO] [stdout] 492 | fn into_boxed_slice( self ) -> Box<[T]> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 493 | Box::new([ $( (self.$index).into() ),* ]) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_boxed_slice` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:559:21 [INFO] [stdout] | [INFO] [stdout] 558 | fn convert_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 559 | ($( Convert::convert( self.$index ),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_convert_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:275:22 [INFO] [stdout] | [INFO] [stdout] 274 | fn from_tuple( _tup: ($($t,)*) ) -> Self { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 275 | ( $( _tup.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_from_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:435:22 [INFO] [stdout] | [INFO] [stdout] 434 | fn map_homo_tuple( self, _f: impl Fn(T)->U ) -> >::Output { [INFO] [stdout] | ---- ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 435 | ( $( _f( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_map_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:376:22 [INFO] [stdout] | [INFO] [stdout] 375 | fn wrap_fields( self ) -> Self::FieldsWrapped { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 376 | ( $( Some( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:383:91 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_into_iter( self ) -> ::IntoIter { self.wrap_tuple().into_iter() } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:416:39 [INFO] [stdout] | [INFO] [stdout] 415 | fn into_iter( self ) -> Self::IntoIter { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 416 | $wrapper_iter{ tuple: self.0.wrap_fields(), index: 0 } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:201:76 [INFO] [stdout] | [INFO] [stdout] 201 | fn pop_front( self ) -> (Self::Front, Self::Remain) { (self.0, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_front` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:221:88 [INFO] [stdout] | [INFO] [stdout] 221 | fn pop_back( self ) -> (Self::Back, Self::Remain) { (self.$($last_index)*, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_back` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:311:22 [INFO] [stdout] | [INFO] [stdout] 310 | fn into_homo_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 311 | ( $( self.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:493:26 [INFO] [stdout] | [INFO] [stdout] 492 | fn into_boxed_slice( self ) -> Box<[T]> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 493 | Box::new([ $( (self.$index).into() ),* ]) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_boxed_slice` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:559:21 [INFO] [stdout] | [INFO] [stdout] 558 | fn convert_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 559 | ($( Convert::convert( self.$index ),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_convert_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:275:22 [INFO] [stdout] | [INFO] [stdout] 274 | fn from_tuple( _tup: ($($t,)*) ) -> Self { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 275 | ( $( _tup.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_from_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:435:22 [INFO] [stdout] | [INFO] [stdout] 434 | fn map_homo_tuple( self, _f: impl Fn(T)->U ) -> >::Output { [INFO] [stdout] | ---- ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 435 | ( $( _f( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_map_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:376:22 [INFO] [stdout] | [INFO] [stdout] 375 | fn wrap_fields( self ) -> Self::FieldsWrapped { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 376 | ( $( Some( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:383:91 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_into_iter( self ) -> ::IntoIter { self.wrap_tuple().into_iter() } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:416:39 [INFO] [stdout] | [INFO] [stdout] 415 | fn into_iter( self ) -> Self::IntoIter { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 416 | $wrapper_iter{ tuple: self.0.wrap_fields(), index: 0 } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:201:76 [INFO] [stdout] | [INFO] [stdout] 201 | fn pop_front( self ) -> (Self::Front, Self::Remain) { (self.0, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_front` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:221:88 [INFO] [stdout] | [INFO] [stdout] 221 | fn pop_back( self ) -> (Self::Back, Self::Remain) { (self.$($last_index)*, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_back` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:311:22 [INFO] [stdout] | [INFO] [stdout] 310 | fn into_homo_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 311 | ( $( self.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:493:26 [INFO] [stdout] | [INFO] [stdout] 492 | fn into_boxed_slice( self ) -> Box<[T]> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 493 | Box::new([ $( (self.$index).into() ),* ]) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_boxed_slice` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:559:21 [INFO] [stdout] | [INFO] [stdout] 558 | fn convert_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 559 | ($( Convert::convert( self.$index ),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_convert_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:275:22 [INFO] [stdout] | [INFO] [stdout] 274 | fn from_tuple( _tup: ($($t,)*) ) -> Self { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 275 | ( $( _tup.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_from_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:435:22 [INFO] [stdout] | [INFO] [stdout] 434 | fn map_homo_tuple( self, _f: impl Fn(T)->U ) -> >::Output { [INFO] [stdout] | ---- ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 435 | ( $( _f( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_map_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:376:22 [INFO] [stdout] | [INFO] [stdout] 375 | fn wrap_fields( self ) -> Self::FieldsWrapped { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 376 | ( $( Some( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:383:91 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_into_iter( self ) -> ::IntoIter { self.wrap_tuple().into_iter() } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:416:39 [INFO] [stdout] | [INFO] [stdout] 415 | fn into_iter( self ) -> Self::IntoIter { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 416 | $wrapper_iter{ tuple: self.0.wrap_fields(), index: 0 } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:201:76 [INFO] [stdout] | [INFO] [stdout] 201 | fn pop_front( self ) -> (Self::Front, Self::Remain) { (self.0, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_front` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:221:88 [INFO] [stdout] | [INFO] [stdout] 221 | fn pop_back( self ) -> (Self::Back, Self::Remain) { (self.$($last_index)*, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_back` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:311:22 [INFO] [stdout] | [INFO] [stdout] 310 | fn into_homo_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 311 | ( $( self.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:493:26 [INFO] [stdout] | [INFO] [stdout] 492 | fn into_boxed_slice( self ) -> Box<[T]> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 493 | Box::new([ $( (self.$index).into() ),* ]) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_boxed_slice` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:559:21 [INFO] [stdout] | [INFO] [stdout] 558 | fn convert_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 559 | ($( Convert::convert( self.$index ),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_convert_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:275:22 [INFO] [stdout] | [INFO] [stdout] 274 | fn from_tuple( _tup: ($($t,)*) ) -> Self { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 275 | ( $( _tup.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_from_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:435:22 [INFO] [stdout] | [INFO] [stdout] 434 | fn map_homo_tuple( self, _f: impl Fn(T)->U ) -> >::Output { [INFO] [stdout] | ---- ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 435 | ( $( _f( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_map_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:376:22 [INFO] [stdout] | [INFO] [stdout] 375 | fn wrap_fields( self ) -> Self::FieldsWrapped { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 376 | ( $( Some( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:383:91 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_into_iter( self ) -> ::IntoIter { self.wrap_tuple().into_iter() } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:416:39 [INFO] [stdout] | [INFO] [stdout] 415 | fn into_iter( self ) -> Self::IntoIter { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 416 | $wrapper_iter{ tuple: self.0.wrap_fields(), index: 0 } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 318 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `tuplex` (lib) due to 319 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:275:22 [INFO] [stdout] | [INFO] [stdout] 274 | fn from_tuple( _tup: ($($t,)*) ) -> Self { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 275 | ( $( _tup.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 282 | impl_tuple_from_tuple!( 0 T U ); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] = note: this error originates in the macro `impl_tuple_from_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:311:22 [INFO] [stdout] | [INFO] [stdout] 310 | fn into_homo_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 311 | ( $( self.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 318 | impl_tuple_into_homo_tuple!( 1, 0 T0 ); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_homo_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:376:22 [INFO] [stdout] | [INFO] [stdout] 375 | fn wrap_fields( self ) -> Self::FieldsWrapped { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 376 | ( $( Some( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 422 | impl_homo!( HTup1 HTupIter1 1, 0 ); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:383:91 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_into_iter( self ) -> ::IntoIter { self.wrap_tuple().into_iter() } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 422 | impl_homo!( HTup1 HTupIter1 1, 0 ); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:416:39 [INFO] [stdout] | [INFO] [stdout] 415 | fn into_iter( self ) -> Self::IntoIter { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 416 | $wrapper_iter{ tuple: self.0.wrap_fields(), index: 0 } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 422 | impl_homo!( HTup1 HTupIter1 1, 0 ); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:435:22 [INFO] [stdout] | [INFO] [stdout] 434 | fn map_homo_tuple( self, _f: impl Fn(T)->U ) -> >::Output { [INFO] [stdout] | ---- ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 435 | ( $( _f( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 442 | impl_map_homo_tuple!( 1, 0 ); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_map_homo_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:493:26 [INFO] [stdout] | [INFO] [stdout] 492 | fn into_boxed_slice( self ) -> Box<[T]> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 493 | Box::new([ $( (self.$index).into() ),* ]) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 500 | impl_tuple_into_boxed_slice!( 1, 0 T0 ); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_boxed_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:559:21 [INFO] [stdout] | [INFO] [stdout] 558 | fn convert_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 559 | ($( Convert::convert( self.$index ),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 566 | impl_convert_tuple!( 0 T0 U0 ); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_convert_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:201:76 [INFO] [stdout] | [INFO] [stdout] 201 | fn pop_front( self ) -> (Self::Front, Self::Remain) { (self.0, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_front` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:221:88 [INFO] [stdout] | [INFO] [stdout] 221 | fn pop_back( self ) -> (Self::Back, Self::Remain) { (self.$($last_index)*, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_back` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:311:22 [INFO] [stdout] | [INFO] [stdout] 310 | fn into_homo_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 311 | ( $( self.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:493:26 [INFO] [stdout] | [INFO] [stdout] 492 | fn into_boxed_slice( self ) -> Box<[T]> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 493 | Box::new([ $( (self.$index).into() ),* ]) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_boxed_slice` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:559:21 [INFO] [stdout] | [INFO] [stdout] 558 | fn convert_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 559 | ($( Convert::convert( self.$index ),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_convert_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:275:22 [INFO] [stdout] | [INFO] [stdout] 274 | fn from_tuple( _tup: ($($t,)*) ) -> Self { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 275 | ( $( _tup.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_from_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:435:22 [INFO] [stdout] | [INFO] [stdout] 434 | fn map_homo_tuple( self, _f: impl Fn(T)->U ) -> >::Output { [INFO] [stdout] | ---- ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 435 | ( $( _f( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_map_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:376:22 [INFO] [stdout] | [INFO] [stdout] 375 | fn wrap_fields( self ) -> Self::FieldsWrapped { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 376 | ( $( Some( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:383:91 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_into_iter( self ) -> ::IntoIter { self.wrap_tuple().into_iter() } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:416:39 [INFO] [stdout] | [INFO] [stdout] 415 | fn into_iter( self ) -> Self::IntoIter { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 416 | $wrapper_iter{ tuple: self.0.wrap_fields(), index: 0 } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:201:76 [INFO] [stdout] | [INFO] [stdout] 201 | fn pop_front( self ) -> (Self::Front, Self::Remain) { (self.0, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_front` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:221:88 [INFO] [stdout] | [INFO] [stdout] 221 | fn pop_back( self ) -> (Self::Back, Self::Remain) { (self.$($last_index)*, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_back` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:311:22 [INFO] [stdout] | [INFO] [stdout] 310 | fn into_homo_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 311 | ( $( self.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:493:26 [INFO] [stdout] | [INFO] [stdout] 492 | fn into_boxed_slice( self ) -> Box<[T]> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 493 | Box::new([ $( (self.$index).into() ),* ]) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_boxed_slice` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:559:21 [INFO] [stdout] | [INFO] [stdout] 558 | fn convert_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 559 | ($( Convert::convert( self.$index ),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_convert_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:275:22 [INFO] [stdout] | [INFO] [stdout] 274 | fn from_tuple( _tup: ($($t,)*) ) -> Self { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 275 | ( $( _tup.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_from_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:435:22 [INFO] [stdout] | [INFO] [stdout] 434 | fn map_homo_tuple( self, _f: impl Fn(T)->U ) -> >::Output { [INFO] [stdout] | ---- ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 435 | ( $( _f( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_map_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:376:22 [INFO] [stdout] | [INFO] [stdout] 375 | fn wrap_fields( self ) -> Self::FieldsWrapped { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 376 | ( $( Some( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:383:91 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_into_iter( self ) -> ::IntoIter { self.wrap_tuple().into_iter() } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:416:39 [INFO] [stdout] | [INFO] [stdout] 415 | fn into_iter( self ) -> Self::IntoIter { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 416 | $wrapper_iter{ tuple: self.0.wrap_fields(), index: 0 } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:201:76 [INFO] [stdout] | [INFO] [stdout] 201 | fn pop_front( self ) -> (Self::Front, Self::Remain) { (self.0, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_front` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:221:88 [INFO] [stdout] | [INFO] [stdout] 221 | fn pop_back( self ) -> (Self::Back, Self::Remain) { (self.$($last_index)*, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_back` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:311:22 [INFO] [stdout] | [INFO] [stdout] 310 | fn into_homo_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 311 | ( $( self.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:493:26 [INFO] [stdout] | [INFO] [stdout] 492 | fn into_boxed_slice( self ) -> Box<[T]> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 493 | Box::new([ $( (self.$index).into() ),* ]) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_boxed_slice` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:559:21 [INFO] [stdout] | [INFO] [stdout] 558 | fn convert_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 559 | ($( Convert::convert( self.$index ),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_convert_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:275:22 [INFO] [stdout] | [INFO] [stdout] 274 | fn from_tuple( _tup: ($($t,)*) ) -> Self { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 275 | ( $( _tup.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_from_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:435:22 [INFO] [stdout] | [INFO] [stdout] 434 | fn map_homo_tuple( self, _f: impl Fn(T)->U ) -> >::Output { [INFO] [stdout] | ---- ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 435 | ( $( _f( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_map_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:376:22 [INFO] [stdout] | [INFO] [stdout] 375 | fn wrap_fields( self ) -> Self::FieldsWrapped { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 376 | ( $( Some( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:383:91 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_into_iter( self ) -> ::IntoIter { self.wrap_tuple().into_iter() } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:416:39 [INFO] [stdout] | [INFO] [stdout] 415 | fn into_iter( self ) -> Self::IntoIter { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 416 | $wrapper_iter{ tuple: self.0.wrap_fields(), index: 0 } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:201:76 [INFO] [stdout] | [INFO] [stdout] 201 | fn pop_front( self ) -> (Self::Front, Self::Remain) { (self.0, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_front` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:221:88 [INFO] [stdout] | [INFO] [stdout] 221 | fn pop_back( self ) -> (Self::Back, Self::Remain) { (self.$($last_index)*, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_back` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:311:22 [INFO] [stdout] | [INFO] [stdout] 310 | fn into_homo_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 311 | ( $( self.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:493:26 [INFO] [stdout] | [INFO] [stdout] 492 | fn into_boxed_slice( self ) -> Box<[T]> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 493 | Box::new([ $( (self.$index).into() ),* ]) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_boxed_slice` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:559:21 [INFO] [stdout] | [INFO] [stdout] 558 | fn convert_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 559 | ($( Convert::convert( self.$index ),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_convert_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:275:22 [INFO] [stdout] | [INFO] [stdout] 274 | fn from_tuple( _tup: ($($t,)*) ) -> Self { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 275 | ( $( _tup.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_from_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:435:22 [INFO] [stdout] | [INFO] [stdout] 434 | fn map_homo_tuple( self, _f: impl Fn(T)->U ) -> >::Output { [INFO] [stdout] | ---- ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 435 | ( $( _f( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_map_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:376:22 [INFO] [stdout] | [INFO] [stdout] 375 | fn wrap_fields( self ) -> Self::FieldsWrapped { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 376 | ( $( Some( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:383:91 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_into_iter( self ) -> ::IntoIter { self.wrap_tuple().into_iter() } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:416:39 [INFO] [stdout] | [INFO] [stdout] 415 | fn into_iter( self ) -> Self::IntoIter { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 416 | $wrapper_iter{ tuple: self.0.wrap_fields(), index: 0 } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:201:76 [INFO] [stdout] | [INFO] [stdout] 201 | fn pop_front( self ) -> (Self::Front, Self::Remain) { (self.0, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_front` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:221:88 [INFO] [stdout] | [INFO] [stdout] 221 | fn pop_back( self ) -> (Self::Back, Self::Remain) { (self.$($last_index)*, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_back` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:311:22 [INFO] [stdout] | [INFO] [stdout] 310 | fn into_homo_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 311 | ( $( self.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:493:26 [INFO] [stdout] | [INFO] [stdout] 492 | fn into_boxed_slice( self ) -> Box<[T]> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 493 | Box::new([ $( (self.$index).into() ),* ]) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_boxed_slice` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:559:21 [INFO] [stdout] | [INFO] [stdout] 558 | fn convert_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 559 | ($( Convert::convert( self.$index ),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_convert_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:275:22 [INFO] [stdout] | [INFO] [stdout] 274 | fn from_tuple( _tup: ($($t,)*) ) -> Self { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 275 | ( $( _tup.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_from_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:435:22 [INFO] [stdout] | [INFO] [stdout] 434 | fn map_homo_tuple( self, _f: impl Fn(T)->U ) -> >::Output { [INFO] [stdout] | ---- ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 435 | ( $( _f( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_map_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:376:22 [INFO] [stdout] | [INFO] [stdout] 375 | fn wrap_fields( self ) -> Self::FieldsWrapped { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 376 | ( $( Some( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:383:91 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_into_iter( self ) -> ::IntoIter { self.wrap_tuple().into_iter() } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:416:39 [INFO] [stdout] | [INFO] [stdout] 415 | fn into_iter( self ) -> Self::IntoIter { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 416 | $wrapper_iter{ tuple: self.0.wrap_fields(), index: 0 } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:201:76 [INFO] [stdout] | [INFO] [stdout] 201 | fn pop_front( self ) -> (Self::Front, Self::Remain) { (self.0, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_front` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:221:88 [INFO] [stdout] | [INFO] [stdout] 221 | fn pop_back( self ) -> (Self::Back, Self::Remain) { (self.$($last_index)*, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_back` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:311:22 [INFO] [stdout] | [INFO] [stdout] 310 | fn into_homo_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 311 | ( $( self.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:493:26 [INFO] [stdout] | [INFO] [stdout] 492 | fn into_boxed_slice( self ) -> Box<[T]> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 493 | Box::new([ $( (self.$index).into() ),* ]) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_boxed_slice` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:559:21 [INFO] [stdout] | [INFO] [stdout] 558 | fn convert_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 559 | ($( Convert::convert( self.$index ),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_convert_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:275:22 [INFO] [stdout] | [INFO] [stdout] 274 | fn from_tuple( _tup: ($($t,)*) ) -> Self { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 275 | ( $( _tup.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_from_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:435:22 [INFO] [stdout] | [INFO] [stdout] 434 | fn map_homo_tuple( self, _f: impl Fn(T)->U ) -> >::Output { [INFO] [stdout] | ---- ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 435 | ( $( _f( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_map_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:376:22 [INFO] [stdout] | [INFO] [stdout] 375 | fn wrap_fields( self ) -> Self::FieldsWrapped { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 376 | ( $( Some( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:383:91 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_into_iter( self ) -> ::IntoIter { self.wrap_tuple().into_iter() } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:416:39 [INFO] [stdout] | [INFO] [stdout] 415 | fn into_iter( self ) -> Self::IntoIter { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 416 | $wrapper_iter{ tuple: self.0.wrap_fields(), index: 0 } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:201:76 [INFO] [stdout] | [INFO] [stdout] 201 | fn pop_front( self ) -> (Self::Front, Self::Remain) { (self.0, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_front` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:221:88 [INFO] [stdout] | [INFO] [stdout] 221 | fn pop_back( self ) -> (Self::Back, Self::Remain) { (self.$($last_index)*, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_back` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:311:22 [INFO] [stdout] | [INFO] [stdout] 310 | fn into_homo_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 311 | ( $( self.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:493:26 [INFO] [stdout] | [INFO] [stdout] 492 | fn into_boxed_slice( self ) -> Box<[T]> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 493 | Box::new([ $( (self.$index).into() ),* ]) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_boxed_slice` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:559:21 [INFO] [stdout] | [INFO] [stdout] 558 | fn convert_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 559 | ($( Convert::convert( self.$index ),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_convert_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:275:22 [INFO] [stdout] | [INFO] [stdout] 274 | fn from_tuple( _tup: ($($t,)*) ) -> Self { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 275 | ( $( _tup.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_from_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:435:22 [INFO] [stdout] | [INFO] [stdout] 434 | fn map_homo_tuple( self, _f: impl Fn(T)->U ) -> >::Output { [INFO] [stdout] | ---- ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 435 | ( $( _f( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_map_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:376:22 [INFO] [stdout] | [INFO] [stdout] 375 | fn wrap_fields( self ) -> Self::FieldsWrapped { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 376 | ( $( Some( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:383:91 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_into_iter( self ) -> ::IntoIter { self.wrap_tuple().into_iter() } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:416:39 [INFO] [stdout] | [INFO] [stdout] 415 | fn into_iter( self ) -> Self::IntoIter { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 416 | $wrapper_iter{ tuple: self.0.wrap_fields(), index: 0 } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:201:76 [INFO] [stdout] | [INFO] [stdout] 201 | fn pop_front( self ) -> (Self::Front, Self::Remain) { (self.0, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_front` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:221:88 [INFO] [stdout] | [INFO] [stdout] 221 | fn pop_back( self ) -> (Self::Back, Self::Remain) { (self.$($last_index)*, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_back` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:311:22 [INFO] [stdout] | [INFO] [stdout] 310 | fn into_homo_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 311 | ( $( self.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:493:26 [INFO] [stdout] | [INFO] [stdout] 492 | fn into_boxed_slice( self ) -> Box<[T]> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 493 | Box::new([ $( (self.$index).into() ),* ]) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_boxed_slice` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:559:21 [INFO] [stdout] | [INFO] [stdout] 558 | fn convert_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 559 | ($( Convert::convert( self.$index ),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_convert_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:275:22 [INFO] [stdout] | [INFO] [stdout] 274 | fn from_tuple( _tup: ($($t,)*) ) -> Self { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 275 | ( $( _tup.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_from_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:435:22 [INFO] [stdout] | [INFO] [stdout] 434 | fn map_homo_tuple( self, _f: impl Fn(T)->U ) -> >::Output { [INFO] [stdout] | ---- ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 435 | ( $( _f( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_map_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:376:22 [INFO] [stdout] | [INFO] [stdout] 375 | fn wrap_fields( self ) -> Self::FieldsWrapped { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 376 | ( $( Some( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:383:91 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_into_iter( self ) -> ::IntoIter { self.wrap_tuple().into_iter() } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:416:39 [INFO] [stdout] | [INFO] [stdout] 415 | fn into_iter( self ) -> Self::IntoIter { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 416 | $wrapper_iter{ tuple: self.0.wrap_fields(), index: 0 } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:201:76 [INFO] [stdout] | [INFO] [stdout] 201 | fn pop_front( self ) -> (Self::Front, Self::Remain) { (self.0, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_front` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:221:88 [INFO] [stdout] | [INFO] [stdout] 221 | fn pop_back( self ) -> (Self::Back, Self::Remain) { (self.$($last_index)*, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_back` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:311:22 [INFO] [stdout] | [INFO] [stdout] 310 | fn into_homo_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 311 | ( $( self.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:493:26 [INFO] [stdout] | [INFO] [stdout] 492 | fn into_boxed_slice( self ) -> Box<[T]> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 493 | Box::new([ $( (self.$index).into() ),* ]) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_boxed_slice` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:559:21 [INFO] [stdout] | [INFO] [stdout] 558 | fn convert_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 559 | ($( Convert::convert( self.$index ),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_convert_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:275:22 [INFO] [stdout] | [INFO] [stdout] 274 | fn from_tuple( _tup: ($($t,)*) ) -> Self { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 275 | ( $( _tup.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_from_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:435:22 [INFO] [stdout] | [INFO] [stdout] 434 | fn map_homo_tuple( self, _f: impl Fn(T)->U ) -> >::Output { [INFO] [stdout] | ---- ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 435 | ( $( _f( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_map_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:376:22 [INFO] [stdout] | [INFO] [stdout] 375 | fn wrap_fields( self ) -> Self::FieldsWrapped { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 376 | ( $( Some( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:383:91 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_into_iter( self ) -> ::IntoIter { self.wrap_tuple().into_iter() } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:416:39 [INFO] [stdout] | [INFO] [stdout] 415 | fn into_iter( self ) -> Self::IntoIter { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 416 | $wrapper_iter{ tuple: self.0.wrap_fields(), index: 0 } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:201:76 [INFO] [stdout] | [INFO] [stdout] 201 | fn pop_front( self ) -> (Self::Front, Self::Remain) { (self.0, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_front` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:221:88 [INFO] [stdout] | [INFO] [stdout] 221 | fn pop_back( self ) -> (Self::Back, Self::Remain) { (self.$($last_index)*, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_back` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:311:22 [INFO] [stdout] | [INFO] [stdout] 310 | fn into_homo_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 311 | ( $( self.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:493:26 [INFO] [stdout] | [INFO] [stdout] 492 | fn into_boxed_slice( self ) -> Box<[T]> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 493 | Box::new([ $( (self.$index).into() ),* ]) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_boxed_slice` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:559:21 [INFO] [stdout] | [INFO] [stdout] 558 | fn convert_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 559 | ($( Convert::convert( self.$index ),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_convert_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:275:22 [INFO] [stdout] | [INFO] [stdout] 274 | fn from_tuple( _tup: ($($t,)*) ) -> Self { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 275 | ( $( _tup.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_from_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:435:22 [INFO] [stdout] | [INFO] [stdout] 434 | fn map_homo_tuple( self, _f: impl Fn(T)->U ) -> >::Output { [INFO] [stdout] | ---- ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 435 | ( $( _f( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_map_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:376:22 [INFO] [stdout] | [INFO] [stdout] 375 | fn wrap_fields( self ) -> Self::FieldsWrapped { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 376 | ( $( Some( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:383:91 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_into_iter( self ) -> ::IntoIter { self.wrap_tuple().into_iter() } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:416:39 [INFO] [stdout] | [INFO] [stdout] 415 | fn into_iter( self ) -> Self::IntoIter { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 416 | $wrapper_iter{ tuple: self.0.wrap_fields(), index: 0 } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:201:76 [INFO] [stdout] | [INFO] [stdout] 201 | fn pop_front( self ) -> (Self::Front, Self::Remain) { (self.0, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_front` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:221:88 [INFO] [stdout] | [INFO] [stdout] 221 | fn pop_back( self ) -> (Self::Back, Self::Remain) { (self.$($last_index)*, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_back` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:311:22 [INFO] [stdout] | [INFO] [stdout] 310 | fn into_homo_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 311 | ( $( self.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:493:26 [INFO] [stdout] | [INFO] [stdout] 492 | fn into_boxed_slice( self ) -> Box<[T]> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 493 | Box::new([ $( (self.$index).into() ),* ]) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_boxed_slice` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:559:21 [INFO] [stdout] | [INFO] [stdout] 558 | fn convert_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 559 | ($( Convert::convert( self.$index ),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_convert_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:275:22 [INFO] [stdout] | [INFO] [stdout] 274 | fn from_tuple( _tup: ($($t,)*) ) -> Self { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 275 | ( $( _tup.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_from_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:435:22 [INFO] [stdout] | [INFO] [stdout] 434 | fn map_homo_tuple( self, _f: impl Fn(T)->U ) -> >::Output { [INFO] [stdout] | ---- ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 435 | ( $( _f( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_map_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:376:22 [INFO] [stdout] | [INFO] [stdout] 375 | fn wrap_fields( self ) -> Self::FieldsWrapped { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 376 | ( $( Some( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:383:91 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_into_iter( self ) -> ::IntoIter { self.wrap_tuple().into_iter() } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:416:39 [INFO] [stdout] | [INFO] [stdout] 415 | fn into_iter( self ) -> Self::IntoIter { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 416 | $wrapper_iter{ tuple: self.0.wrap_fields(), index: 0 } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:201:76 [INFO] [stdout] | [INFO] [stdout] 201 | fn pop_front( self ) -> (Self::Front, Self::Remain) { (self.0, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_front` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:221:88 [INFO] [stdout] | [INFO] [stdout] 221 | fn pop_back( self ) -> (Self::Back, Self::Remain) { (self.$($last_index)*, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_back` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:311:22 [INFO] [stdout] | [INFO] [stdout] 310 | fn into_homo_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 311 | ( $( self.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:493:26 [INFO] [stdout] | [INFO] [stdout] 492 | fn into_boxed_slice( self ) -> Box<[T]> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 493 | Box::new([ $( (self.$index).into() ),* ]) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_boxed_slice` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:559:21 [INFO] [stdout] | [INFO] [stdout] 558 | fn convert_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 559 | ($( Convert::convert( self.$index ),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_convert_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:275:22 [INFO] [stdout] | [INFO] [stdout] 274 | fn from_tuple( _tup: ($($t,)*) ) -> Self { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 275 | ( $( _tup.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_from_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:435:22 [INFO] [stdout] | [INFO] [stdout] 434 | fn map_homo_tuple( self, _f: impl Fn(T)->U ) -> >::Output { [INFO] [stdout] | ---- ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 435 | ( $( _f( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_map_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:376:22 [INFO] [stdout] | [INFO] [stdout] 375 | fn wrap_fields( self ) -> Self::FieldsWrapped { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 376 | ( $( Some( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:383:91 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_into_iter( self ) -> ::IntoIter { self.wrap_tuple().into_iter() } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:416:39 [INFO] [stdout] | [INFO] [stdout] 415 | fn into_iter( self ) -> Self::IntoIter { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 416 | $wrapper_iter{ tuple: self.0.wrap_fields(), index: 0 } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_homo` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:201:76 [INFO] [stdout] | [INFO] [stdout] 201 | fn pop_front( self ) -> (Self::Front, Self::Remain) { (self.0, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_front` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:221:88 [INFO] [stdout] | [INFO] [stdout] 221 | fn pop_back( self ) -> (Self::Back, Self::Remain) { (self.$($last_index)*, ($(self.$index,)*)) } [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_pop_back` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:311:22 [INFO] [stdout] | [INFO] [stdout] 310 | fn into_homo_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 311 | ( $( self.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:493:26 [INFO] [stdout] | [INFO] [stdout] 492 | fn into_boxed_slice( self ) -> Box<[T]> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 493 | Box::new([ $( (self.$index).into() ),* ]) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_into_boxed_slice` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:559:21 [INFO] [stdout] | [INFO] [stdout] 558 | fn convert_tuple( self ) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 559 | ($( Convert::convert( self.$index ),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_convert_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:275:22 [INFO] [stdout] | [INFO] [stdout] 274 | fn from_tuple( _tup: ($($t,)*) ) -> Self { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 275 | ( $( _tup.$index.into(), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tuple_from_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:435:22 [INFO] [stdout] | [INFO] [stdout] 434 | fn map_homo_tuple( self, _f: impl Fn(T)->U ) -> >::Output { [INFO] [stdout] | ---- ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 435 | ( $( _f( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [INFO] [stdout] 678 | | 4 HTup4 HTupIter4 => (0 T0 U0 (1 T1 U1 2 T2 U2)3 T3 U3) [INFO] [stdout] ... | [INFO] [stdout] 706 | | 32 HTup32 HTupIter32 => (0 T0 U0 (1 T1 U1 2 T2 U2 3 T3 U3 4 T4 U4 5 T5 U5 6 T6 U6 7 T7 U7 8 T8 U8 9 T9 U9 10 T10 U10 11 T11 U11 12 T1... [INFO] [stdout] 707 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_map_homo_tuple` which comes from the expansion of the macro `impl_tuplex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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:376:22 [INFO] [stdout] | [INFO] [stdout] 375 | fn wrap_fields( self ) -> Self::FieldsWrapped { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 376 | ( $( Some( self.$index ), )* ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 675 | / impl_tuplex! { [INFO] [stdout] 676 | | 2 HTup2 HTupIter2 => (0 T0 U0()1 T1 U1) [INFO] [stdout] 677 | | 3 HTup3 HTupIter3 => (0 T0 U0 (1 T1 U1)2 T2 U2) [WARN] too many lines in the log, truncating it