[INFO] fetching crate prune 0.1.6... [INFO] checking prune-0.1.6 against try#4d98531622e1718ae0bc3c7a1ab9cd8938428452+rustflags=-Dtail_expr_drop_order for pr-129604 [INFO] extracting crate prune 0.1.6 into /workspace/builds/worker-5-tc2/source [INFO] validating manifest of crates.io crate prune 0.1.6 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 prune 0.1.6 [INFO] finished tweaking crates.io crate prune 0.1.6 [INFO] tweaked toml for crates.io crate prune 0.1.6 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 7 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] c3641c9e9d55a4d15f2eae7395589440cd7bfdb9f42c78eae54c853bc741fdaa [INFO] running `Command { std: "docker" "start" "-a" "c3641c9e9d55a4d15f2eae7395589440cd7bfdb9f42c78eae54c853bc741fdaa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c3641c9e9d55a4d15f2eae7395589440cd7bfdb9f42c78eae54c853bc741fdaa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c3641c9e9d55a4d15f2eae7395589440cd7bfdb9f42c78eae54c853bc741fdaa", kill_on_drop: false }` [INFO] [stdout] c3641c9e9d55a4d15f2eae7395589440cd7bfdb9f42c78eae54c853bc741fdaa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 708364ed870f99ffd5af841f9367dd743a9268edd0cc1c0a07b32d86a56d5c5b [INFO] running `Command { std: "docker" "start" "-a" "708364ed870f99ffd5af841f9367dd743a9268edd0cc1c0a07b32d86a56d5c5b", kill_on_drop: false }` [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Checking regex-syntax v0.8.4 [INFO] [stderr] Checking regex-automata v0.4.7 [INFO] [stderr] Checking regex v1.10.6 [INFO] [stderr] Checking prune v0.1.6 (/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:63:9 [INFO] [stdout] | [INFO] [stdout] 62 | fn prune(self) -> Self { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | self.into_iter().map(Prune::prune).collect() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 62 | fn prune(self) -> Self { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | self.into_iter().map(Prune::prune).collect() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:96:27 [INFO] [stdout] | [INFO] [stdout] 94 | fn prune(self) -> Self { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 95 | ( [INFO] [stdout] 96 | $(self.$idx.prune()),+ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 104 | / tuple_impls! { [INFO] [stdout] 105 | | ((0), (1)) [INFO] [stdout] 106 | | ((0), (1), (2)) [INFO] [stdout] 107 | | ((0), (1), (2), (3)) [INFO] [stdout] ... | [INFO] [stdout] 116 | | ((0), (1), (2), (3), (4), (5), (6), (7), (8), (9), (10), (11), (12)) [INFO] [stdout] 117 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/trim.rs:95:9 [INFO] [stdout] | [INFO] [stdout] 94 | fn prune_trim(self) -> Self { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 95 | self.into_iter().map(PruneTrim::prune_trim).collect() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/trim.rs:143:9 [INFO] [stdout] | [INFO] [stdout] 142 | fn prune_trim_start(self) -> Self { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 143 | / self.into_iter() [INFO] [stdout] 144 | | .map(PruneTrimStart::prune_trim_start) [INFO] [stdout] | |__________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/trim.rs:193:9 [INFO] [stdout] | [INFO] [stdout] 192 | fn prune_trim_end(self) -> Self { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 193 | self.into_iter().map(PruneTrimEnd::prune_trim_end).collect() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/trim.rs:241:9 [INFO] [stdout] | [INFO] [stdout] 240 | fn prune_no_whitespace(self) -> Self { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 241 | / self.into_iter() [INFO] [stdout] 242 | | .map(PruneNoWhitespace::prune_no_whitespace) [INFO] [stdout] | |________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/trim.rs:264:27 [INFO] [stdout] | [INFO] [stdout] 262 | fn prune_trim(self) -> Self { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 263 | ( [INFO] [stdout] 264 | $(self.$idx.prune_trim()),+ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 296 | / tuple_impls! { [INFO] [stdout] 297 | | ((0), (1)) [INFO] [stdout] 298 | | ((0), (1), (2)) [INFO] [stdout] 299 | | ((0), (1), (2), (3)) [INFO] [stdout] ... | [INFO] [stdout] 308 | | ((0), (1), (2), (3), (4), (5), (6), (7), (8), (9), (10), (11), (12)) [INFO] [stdout] 309 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/trim.rs:272:27 [INFO] [stdout] | [INFO] [stdout] 270 | fn prune_trim_start(self) -> Self { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 271 | ( [INFO] [stdout] 272 | $(self.$idx.prune_trim_start()),+ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 296 | / tuple_impls! { [INFO] [stdout] 297 | | ((0), (1)) [INFO] [stdout] 298 | | ((0), (1), (2)) [INFO] [stdout] 299 | | ((0), (1), (2), (3)) [INFO] [stdout] ... | [INFO] [stdout] 308 | | ((0), (1), (2), (3), (4), (5), (6), (7), (8), (9), (10), (11), (12)) [INFO] [stdout] 309 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/trim.rs:280:27 [INFO] [stdout] | [INFO] [stdout] 278 | fn prune_trim_end(self) -> Self { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 279 | ( [INFO] [stdout] 280 | $(self.$idx.prune_trim_end()),+ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 296 | / tuple_impls! { [INFO] [stdout] 297 | | ((0), (1)) [INFO] [stdout] 298 | | ((0), (1), (2)) [INFO] [stdout] 299 | | ((0), (1), (2), (3)) [INFO] [stdout] ... | [INFO] [stdout] 308 | | ((0), (1), (2), (3), (4), (5), (6), (7), (8), (9), (10), (11), (12)) [INFO] [stdout] 309 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/trim.rs:288:27 [INFO] [stdout] | [INFO] [stdout] 286 | fn prune_no_whitespace(self) -> Self { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 287 | ( [INFO] [stdout] 288 | $(self.$idx.prune_no_whitespace()),+ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 296 | / tuple_impls! { [INFO] [stdout] 297 | | ((0), (1)) [INFO] [stdout] 298 | | ((0), (1), (2)) [INFO] [stdout] 299 | | ((0), (1), (2), (3)) [INFO] [stdout] ... | [INFO] [stdout] 308 | | ((0), (1), (2), (3), (4), (5), (6), (7), (8), (9), (10), (11), (12)) [INFO] [stdout] 309 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:96:27 [INFO] [stdout] | [INFO] [stdout] 94 | fn prune(self) -> Self { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 95 | ( [INFO] [stdout] 96 | $(self.$idx.prune()),+ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 104 | / tuple_impls! { [INFO] [stdout] 105 | | ((0), (1)) [INFO] [stdout] 106 | | ((0), (1), (2)) [INFO] [stdout] 107 | | ((0), (1), (2), (3)) [INFO] [stdout] ... | [INFO] [stdout] 116 | | ((0), (1), (2), (3), (4), (5), (6), (7), (8), (9), (10), (11), (12)) [INFO] [stdout] 117 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/trim.rs:95:9 [INFO] [stdout] | [INFO] [stdout] 94 | fn prune_trim(self) -> Self { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 95 | self.into_iter().map(PruneTrim::prune_trim).collect() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/trim.rs:143:9 [INFO] [stdout] | [INFO] [stdout] 142 | fn prune_trim_start(self) -> Self { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 143 | / self.into_iter() [INFO] [stdout] 144 | | .map(PruneTrimStart::prune_trim_start) [INFO] [stdout] | |__________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/trim.rs:193:9 [INFO] [stdout] | [INFO] [stdout] 192 | fn prune_trim_end(self) -> Self { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 193 | self.into_iter().map(PruneTrimEnd::prune_trim_end).collect() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/trim.rs:241:9 [INFO] [stdout] | [INFO] [stdout] 240 | fn prune_no_whitespace(self) -> Self { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 241 | / self.into_iter() [INFO] [stdout] 242 | | .map(PruneNoWhitespace::prune_no_whitespace) [INFO] [stdout] | |________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 10 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/trim.rs:264:27 [INFO] [stdout] | [INFO] [stdout] 262 | fn prune_trim(self) -> Self { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 263 | ( [INFO] [stdout] 264 | $(self.$idx.prune_trim()),+ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 296 | / tuple_impls! { [INFO] [stdout] 297 | | ((0), (1)) [INFO] [stdout] 298 | | ((0), (1), (2)) [INFO] [stdout] 299 | | ((0), (1), (2), (3)) [INFO] [stdout] ... | [INFO] [stdout] 308 | | ((0), (1), (2), (3), (4), (5), (6), (7), (8), (9), (10), (11), (12)) [INFO] [stdout] 309 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/trim.rs:272:27 [INFO] [stdout] | [INFO] [stdout] 270 | fn prune_trim_start(self) -> Self { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 271 | ( [INFO] [stdout] 272 | $(self.$idx.prune_trim_start()),+ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 296 | / tuple_impls! { [INFO] [stdout] 297 | | ((0), (1)) [INFO] [stdout] 298 | | ((0), (1), (2)) [INFO] [stdout] 299 | | ((0), (1), (2), (3)) [INFO] [stdout] ... | [INFO] [stdout] 308 | | ((0), (1), (2), (3), (4), (5), (6), (7), (8), (9), (10), (11), (12)) [INFO] [stdout] 309 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/trim.rs:280:27 [INFO] [stdout] | [INFO] [stdout] 278 | fn prune_trim_end(self) -> Self { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 279 | ( [INFO] [stdout] 280 | $(self.$idx.prune_trim_end()),+ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 296 | / tuple_impls! { [INFO] [stdout] 297 | | ((0), (1)) [INFO] [stdout] 298 | | ((0), (1), (2)) [INFO] [stdout] 299 | | ((0), (1), (2), (3)) [INFO] [stdout] ... | [INFO] [stdout] 308 | | ((0), (1), (2), (3), (4), (5), (6), (7), (8), (9), (10), (11), (12)) [INFO] [stdout] 309 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/trim.rs:288:27 [INFO] [stdout] | [INFO] [stdout] 286 | fn prune_no_whitespace(self) -> Self { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 287 | ( [INFO] [stdout] 288 | $(self.$idx.prune_no_whitespace()),+ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 296 | / tuple_impls! { [INFO] [stdout] 297 | | ((0), (1)) [INFO] [stdout] 298 | | ((0), (1), (2)) [INFO] [stdout] 299 | | ((0), (1), (2), (3)) [INFO] [stdout] ... | [INFO] [stdout] 308 | | ((0), (1), (2), (3), (4), (5), (6), (7), (8), (9), (10), (11), (12)) [INFO] [stdout] 309 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 10 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `prune` (lib test) due to 11 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `prune` (lib) due to 11 previous errors [INFO] running `Command { std: "docker" "inspect" "708364ed870f99ffd5af841f9367dd743a9268edd0cc1c0a07b32d86a56d5c5b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "708364ed870f99ffd5af841f9367dd743a9268edd0cc1c0a07b32d86a56d5c5b", kill_on_drop: false }` [INFO] [stdout] 708364ed870f99ffd5af841f9367dd743a9268edd0cc1c0a07b32d86a56d5c5b