[INFO] fetching crate lambdascript 0.2.2... [INFO] checking lambdascript-0.2.2 against try#7014e13d5becc920d4bea3cd87942c8a13d359bf+rustflags=-Dtail_expr_drop_order for pr-129864 [INFO] extracting crate lambdascript 0.2.2 into /workspace/builds/worker-5-tc2/source [INFO] validating manifest of crates.io crate lambdascript 0.2.2 on toolchain 7014e13d5becc920d4bea3cd87942c8a13d359bf [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7014e13d5becc920d4bea3cd87942c8a13d359bf" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate lambdascript 0.2.2 [INFO] finished tweaking crates.io crate lambdascript 0.2.2 [INFO] tweaked toml for crates.io crate lambdascript 0.2.2 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate crates.io crate lambdascript 0.2.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7014e13d5becc920d4bea3cd87942c8a13d359bf" "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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+7014e13d5becc920d4bea3cd87942c8a13d359bf" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fb30982f4cf86077a4053eca5317c1f4ef568c86feecd969e84682a9afb3e76d [INFO] running `Command { std: "docker" "start" "-a" "fb30982f4cf86077a4053eca5317c1f4ef568c86feecd969e84682a9afb3e76d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fb30982f4cf86077a4053eca5317c1f4ef568c86feecd969e84682a9afb3e76d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fb30982f4cf86077a4053eca5317c1f4ef568c86feecd969e84682a9afb3e76d", kill_on_drop: false }` [INFO] [stdout] fb30982f4cf86077a4053eca5317c1f4ef568c86feecd969e84682a9afb3e76d [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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+7014e13d5becc920d4bea3cd87942c8a13d359bf" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 21d5036fc2357f4a635fe529d7d40eccb5d0451668bd18fe30ac9eca8e8d68aa [INFO] running `Command { std: "docker" "start" "-a" "21d5036fc2357f4a635fe529d7d40eccb5d0451668bd18fe30ac9eca8e8d68aa", kill_on_drop: false }` [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Checking bumpalo v3.16.0 [INFO] [stderr] Checking fixedstr v0.5.7 [INFO] [stderr] Checking regex-automata v0.4.7 [INFO] [stderr] Checking regex v1.10.5 [INFO] [stderr] Checking rustlr v0.5.1 [INFO] [stderr] Checking lambdascript v0.2.2 (/opt/rustwide/workdir) [INFO] [stdout] error: this value of type `(untyped::Term,)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/untypedparser.rs:296:23 [INFO] [stdout] | [INFO] [stdout] 295 | let mut _item0_ = parser.popstack(); [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 296 | if let (a,) = (_item0_.value,) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(untyped::Term,)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/untypedparser.rs:313:25 [INFO] [stdout] | [INFO] [stdout] 312 | let mut _item0_ = parser.popstack(); [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 313 | if let ((x),) = (_item0_.value,) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(untyped::Term,)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/untypedparser.rs:325:25 [INFO] [stdout] | [INFO] [stdout] 324 | let mut _item0_ = parser.popstack(); [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 325 | if let ((x),) = (_item0_.value,) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(untyped::Term,)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/untypedparser.rs:337:23 [INFO] [stdout] | [INFO] [stdout] 336 | let mut _item0_ = parser.popstack(); [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 337 | if let (a,) = (_item0_.value,) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(untyped::Term,)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/untypedparser.rs:349:23 [INFO] [stdout] | [INFO] [stdout] 346 | let mut _item2_ = parser.popstack(); [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 347 | let mut _item1_ = parser.popstack(); [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 348 | let mut _item0_ = parser.popstack(); [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 349 | if let (a,) = (_item1_.value,) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(untyped::Term,)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/untypedparser.rs:376:33 [INFO] [stdout] | [INFO] [stdout] 372 | let mut b = parser.popstack(); [INFO] [stdout] | ----- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 373 | let mut _item2_ = parser.popstack(); [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 374 | let mut _item1_ = parser.popstack(); [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 375 | let mut _item0_ = parser.popstack(); [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 376 | if let (Seq(mut vs),) = (_item1_.value,) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(untyped::Term,)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/untypedparser.rs:397:33 [INFO] [stdout] | [INFO] [stdout] 395 | let mut y = parser.popstack(); [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 396 | let mut _item0_ = parser.popstack(); [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 397 | if let (Seq(mut vs),) = (_item0_.value,) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(untyped::Term,)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/untypedparser.rs:413:28 [INFO] [stdout] | [INFO] [stdout] 407 | let mut b = parser.popstack(); [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 408 | let mut _item4_ = parser.popstack(); [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 409 | let mut v = parser.popstack(); [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 410 | let mut _item2_ = parser.popstack(); [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 411 | let mut _item1_ = parser.popstack(); [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 412 | let mut _item0_ = parser.popstack(); [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 413 | if let (Var(x),) = (_item1_.value,) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(untyped::Term,)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/untypedparser.rs:426:28 [INFO] [stdout] | [INFO] [stdout] 422 | let mut v = parser.popstack(); [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 423 | let mut _item2_ = parser.popstack(); [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 424 | let mut _item1_ = parser.popstack(); [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 425 | let mut _item0_ = parser.popstack(); [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 426 | if let (Var(x),) = (_item1_.value,) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(untyped::Term,)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/untypedparser.rs:442:28 [INFO] [stdout] | [INFO] [stdout] 437 | let mut v = parser.popstack(); [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 438 | let mut _item3_ = parser.popstack(); [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 439 | let mut _item2_ = parser.popstack(); [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 440 | let mut _item1_ = parser.popstack(); [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 441 | let mut _item0_ = parser.popstack(); [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 442 | if let (Var(x),) = (_item2_.value,) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(untyped::Term,)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/untypedparser.rs:453:25 [INFO] [stdout] | [INFO] [stdout] 452 | let mut _item0_ = parser.popstack(); [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 453 | if let ((x),) = (_item0_.value,) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 11 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `lambdascript` (bin "lambdascript" test) due to 12 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: this value of type `(untyped::Term,)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/untypedparser.rs:296:23 [INFO] [stdout] | [INFO] [stdout] 295 | let mut _item0_ = parser.popstack(); [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 296 | if let (a,) = (_item0_.value,) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(untyped::Term,)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/untypedparser.rs:313:25 [INFO] [stdout] | [INFO] [stdout] 312 | let mut _item0_ = parser.popstack(); [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 313 | if let ((x),) = (_item0_.value,) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(untyped::Term,)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/untypedparser.rs:325:25 [INFO] [stdout] | [INFO] [stdout] 324 | let mut _item0_ = parser.popstack(); [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 325 | if let ((x),) = (_item0_.value,) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(untyped::Term,)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/untypedparser.rs:337:23 [INFO] [stdout] | [INFO] [stdout] 336 | let mut _item0_ = parser.popstack(); [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 337 | if let (a,) = (_item0_.value,) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(untyped::Term,)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/untypedparser.rs:349:23 [INFO] [stdout] | [INFO] [stdout] 346 | let mut _item2_ = parser.popstack(); [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 347 | let mut _item1_ = parser.popstack(); [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 348 | let mut _item0_ = parser.popstack(); [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 349 | if let (a,) = (_item1_.value,) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(untyped::Term,)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/untypedparser.rs:376:33 [INFO] [stdout] | [INFO] [stdout] 372 | let mut b = parser.popstack(); [INFO] [stdout] | ----- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 373 | let mut _item2_ = parser.popstack(); [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 374 | let mut _item1_ = parser.popstack(); [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 375 | let mut _item0_ = parser.popstack(); [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 376 | if let (Seq(mut vs),) = (_item1_.value,) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(untyped::Term,)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/untypedparser.rs:397:33 [INFO] [stdout] | [INFO] [stdout] 395 | let mut y = parser.popstack(); [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 396 | let mut _item0_ = parser.popstack(); [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 397 | if let (Seq(mut vs),) = (_item0_.value,) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(untyped::Term,)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/untypedparser.rs:413:28 [INFO] [stdout] | [INFO] [stdout] 407 | let mut b = parser.popstack(); [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 408 | let mut _item4_ = parser.popstack(); [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 409 | let mut v = parser.popstack(); [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 410 | let mut _item2_ = parser.popstack(); [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 411 | let mut _item1_ = parser.popstack(); [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 412 | let mut _item0_ = parser.popstack(); [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 413 | if let (Var(x),) = (_item1_.value,) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(untyped::Term,)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/untypedparser.rs:426:28 [INFO] [stdout] | [INFO] [stdout] 422 | let mut v = parser.popstack(); [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 423 | let mut _item2_ = parser.popstack(); [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 424 | let mut _item1_ = parser.popstack(); [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 425 | let mut _item0_ = parser.popstack(); [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 426 | if let (Var(x),) = (_item1_.value,) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(untyped::Term,)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/untypedparser.rs:442:28 [INFO] [stdout] | [INFO] [stdout] 437 | let mut v = parser.popstack(); [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 438 | let mut _item3_ = parser.popstack(); [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 439 | let mut _item2_ = parser.popstack(); [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 440 | let mut _item1_ = parser.popstack(); [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 441 | let mut _item0_ = parser.popstack(); [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 442 | if let (Var(x),) = (_item2_.value,) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(untyped::Term,)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/untypedparser.rs:453:25 [INFO] [stdout] | [INFO] [stdout] 452 | let mut _item0_ = parser.popstack(); [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 453 | if let ((x),) = (_item0_.value,) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 11 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `lambdascript` (bin "lambdascript") due to 12 previous errors [INFO] running `Command { std: "docker" "inspect" "21d5036fc2357f4a635fe529d7d40eccb5d0451668bd18fe30ac9eca8e8d68aa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "21d5036fc2357f4a635fe529d7d40eccb5d0451668bd18fe30ac9eca8e8d68aa", kill_on_drop: false }` [INFO] [stdout] 21d5036fc2357f4a635fe529d7d40eccb5d0451668bd18fe30ac9eca8e8d68aa