[INFO] fetching crate prsm 0.1.0... [INFO] checking prsm-0.1.0 against try#4d98531622e1718ae0bc3c7a1ab9cd8938428452+rustflags=-Dtail_expr_drop_order for pr-129604 [INFO] extracting crate prsm 0.1.0 into /workspace/builds/worker-6-tc2/source [INFO] validating manifest of crates.io crate prsm 0.1.0 on toolchain 4d98531622e1718ae0bc3c7a1ab9cd8938428452 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate prsm 0.1.0 [INFO] finished tweaking crates.io crate prsm 0.1.0 [INFO] tweaked toml for crates.io crate prsm 0.1.0 written to /workspace/builds/worker-6-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-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 91dcf1e9e276160af3bc684b785fb6b678ea682d3a03e214e034af0c1dc470e0 [INFO] running `Command { std: "docker" "start" "-a" "91dcf1e9e276160af3bc684b785fb6b678ea682d3a03e214e034af0c1dc470e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "91dcf1e9e276160af3bc684b785fb6b678ea682d3a03e214e034af0c1dc470e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "91dcf1e9e276160af3bc684b785fb6b678ea682d3a03e214e034af0c1dc470e0", kill_on_drop: false }` [INFO] [stdout] 91dcf1e9e276160af3bc684b785fb6b678ea682d3a03e214e034af0c1dc470e0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 0cc782bb8a28619e78b252b48cbaa2a2e0b6e420312fa69bba151410f73f8e3c [INFO] running `Command { std: "docker" "start" "-a" "0cc782bb8a28619e78b252b48cbaa2a2e0b6e420312fa69bba151410f73f8e3c", kill_on_drop: false }` [INFO] [stderr] Checking prsm v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:343:34 [INFO] [stdout] | [INFO] [stdout] 343 | .map_err(|e| Box::new(e) as Box) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 429 | let sm = prsm! { [INFO] [stdout] | __________________- [INFO] [stdout] 430 | | [1] "Test x" => x() [INFO] [stdout] 431 | | }; [INFO] [stdout] | |_________- in this macro 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 `$crate::prsm_script` which comes from the expansion of the macro `prsm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:343:34 [INFO] [stdout] | [INFO] [stdout] 343 | .map_err(|e| Box::new(e) as Box) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 439 | let sm = prsm! { [INFO] [stdout] | __________________- [INFO] [stdout] 440 | | TestManager { [INFO] [stdout] 441 | | [1] "Test x" => x() [INFO] [stdout] 442 | | } [INFO] [stdout] 443 | | }; [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `$crate::prsm_script` which comes from the expansion of the macro `prsm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:343:34 [INFO] [stdout] | [INFO] [stdout] 343 | .map_err(|e| Box::new(e) as Box) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 464 | let sm = prsm! { [INFO] [stdout] | __________________- [INFO] [stdout] 465 | | [1] "x" => external_module::x(), [INFO] [stdout] 466 | | [2] "y" => external_module::y(), [INFO] [stdout] 467 | | [3] "z" => external_module::z(0) [INFO] [stdout] 468 | | }; [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `$crate::prsm_script` which comes from the expansion of the macro `prsm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:343:34 [INFO] [stdout] | [INFO] [stdout] 343 | .map_err(|e| Box::new(e) as Box) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 464 | let sm = prsm! { [INFO] [stdout] | __________________- [INFO] [stdout] 465 | | [1] "x" => external_module::x(), [INFO] [stdout] 466 | | [2] "y" => external_module::y(), [INFO] [stdout] 467 | | [3] "z" => external_module::z(0) [INFO] [stdout] 468 | | }; [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `$crate::prsm_script` which comes from the expansion of the macro `prsm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:343:34 [INFO] [stdout] | [INFO] [stdout] 343 | .map_err(|e| Box::new(e) as Box) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 464 | let sm = prsm! { [INFO] [stdout] | __________________- [INFO] [stdout] 465 | | [1] "x" => external_module::x(), [INFO] [stdout] 466 | | [2] "y" => external_module::y(), [INFO] [stdout] 467 | | [3] "z" => external_module::z(0) [INFO] [stdout] 468 | | }; [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `$crate::prsm_script` which comes from the expansion of the macro `prsm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:343:34 [INFO] [stdout] | [INFO] [stdout] 343 | .map_err(|e| Box::new(e) as Box) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 490 | let sm = prsm! { [INFO] [stdout] | __________________- [INFO] [stdout] 491 | | [1] "x" => x(), [INFO] [stdout] 492 | | [2] "y" => y(), [INFO] [stdout] 493 | | [3] "z" => z(0) [INFO] [stdout] 494 | | }; [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `$crate::prsm_script` which comes from the expansion of the macro `prsm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:343:34 [INFO] [stdout] | [INFO] [stdout] 343 | .map_err(|e| Box::new(e) as Box) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 490 | let sm = prsm! { [INFO] [stdout] | __________________- [INFO] [stdout] 491 | | [1] "x" => x(), [INFO] [stdout] 492 | | [2] "y" => y(), [INFO] [stdout] 493 | | [3] "z" => z(0) [INFO] [stdout] 494 | | }; [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `$crate::prsm_script` which comes from the expansion of the macro `prsm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:343:34 [INFO] [stdout] | [INFO] [stdout] 343 | .map_err(|e| Box::new(e) as Box) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 490 | let sm = prsm! { [INFO] [stdout] | __________________- [INFO] [stdout] 491 | | [1] "x" => x(), [INFO] [stdout] 492 | | [2] "y" => y(), [INFO] [stdout] 493 | | [3] "z" => z(0) [INFO] [stdout] 494 | | }; [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `$crate::prsm_script` which comes from the expansion of the macro `prsm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:343:34 [INFO] [stdout] | [INFO] [stdout] 343 | .map_err(|e| Box::new(e) as Box) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 508 | let sm = prsm! { [INFO] [stdout] | __________________- [INFO] [stdout] 509 | | [1] "x" => x(), [INFO] [stdout] 510 | | [2] "y" => y(), [INFO] [stdout] 511 | | [3] "z" => z(0) [INFO] [stdout] 512 | | }; [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `$crate::prsm_script` which comes from the expansion of the macro `prsm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:343:34 [INFO] [stdout] | [INFO] [stdout] 343 | .map_err(|e| Box::new(e) as Box) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 508 | let sm = prsm! { [INFO] [stdout] | __________________- [INFO] [stdout] 509 | | [1] "x" => x(), [INFO] [stdout] 510 | | [2] "y" => y(), [INFO] [stdout] 511 | | [3] "z" => z(0) [INFO] [stdout] 512 | | }; [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `$crate::prsm_script` which comes from the expansion of the macro `prsm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:343:34 [INFO] [stdout] | [INFO] [stdout] 343 | .map_err(|e| Box::new(e) as Box) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 508 | let sm = prsm! { [INFO] [stdout] | __________________- [INFO] [stdout] 509 | | [1] "x" => x(), [INFO] [stdout] 510 | | [2] "y" => y(), [INFO] [stdout] 511 | | [3] "z" => z(0) [INFO] [stdout] 512 | | }; [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `$crate::prsm_script` which comes from the expansion of the macro `prsm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:343:34 [INFO] [stdout] | [INFO] [stdout] 343 | .map_err(|e| Box::new(e) as Box) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 528 | let sm = prsm! { [INFO] [stdout] | __________________- [INFO] [stdout] 529 | | [1] "x" => x(), [INFO] [stdout] 530 | | [2] "y" => y(), [INFO] [stdout] 531 | | [3] "z" => z(5) [INFO] [stdout] 532 | | }; [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `$crate::prsm_script` which comes from the expansion of the macro `prsm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:343:34 [INFO] [stdout] | [INFO] [stdout] 343 | .map_err(|e| Box::new(e) as Box) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 528 | let sm = prsm! { [INFO] [stdout] | __________________- [INFO] [stdout] 529 | | [1] "x" => x(), [INFO] [stdout] 530 | | [2] "y" => y(), [INFO] [stdout] 531 | | [3] "z" => z(5) [INFO] [stdout] 532 | | }; [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `$crate::prsm_script` which comes from the expansion of the macro `prsm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:343:34 [INFO] [stdout] | [INFO] [stdout] 343 | .map_err(|e| Box::new(e) as Box) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 528 | let sm = prsm! { [INFO] [stdout] | __________________- [INFO] [stdout] 529 | | [1] "x" => x(), [INFO] [stdout] 530 | | [2] "y" => y(), [INFO] [stdout] 531 | | [3] "z" => z(5) [INFO] [stdout] 532 | | }; [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `$crate::prsm_script` which comes from the expansion of the macro `prsm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:343:34 [INFO] [stdout] | [INFO] [stdout] 343 | .map_err(|e| Box::new(e) as Box) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 546 | let script = prsm_script!("test script", foo()); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `prsm_script` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:343:34 [INFO] [stdout] | [INFO] [stdout] 343 | .map_err(|e| Box::new(e) as Box) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 559 | let script_1 = prsm_script!("test script", foo(&[] as &[()])); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `prsm_script` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:343:34 [INFO] [stdout] | [INFO] [stdout] 343 | .map_err(|e| Box::new(e) as Box) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 560 | let script_2 = prsm_script!("test script", foo(&[1, 2, 3])); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `prsm_script` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:343:34 [INFO] [stdout] | [INFO] [stdout] 343 | .map_err(|e| Box::new(e) as Box) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 575 | let script = prsm_script!("test script", reflect("reflect back")); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `prsm_script` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:343:34 [INFO] [stdout] | [INFO] [stdout] 343 | .map_err(|e| Box::new(e) as Box) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 588 | let script = prsm_script!("infallibe", cannot_fail()); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `prsm_script` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 19 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `prsm` (lib test) due to 20 previous errors [INFO] running `Command { std: "docker" "inspect" "0cc782bb8a28619e78b252b48cbaa2a2e0b6e420312fa69bba151410f73f8e3c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0cc782bb8a28619e78b252b48cbaa2a2e0b6e420312fa69bba151410f73f8e3c", kill_on_drop: false }` [INFO] [stdout] 0cc782bb8a28619e78b252b48cbaa2a2e0b6e420312fa69bba151410f73f8e3c