[INFO] fetching crate fend-core 1.5.2... [INFO] checking fend-core-1.5.2 against try#7014e13d5becc920d4bea3cd87942c8a13d359bf+rustflags=-Dtail_expr_drop_order for pr-129864 [INFO] extracting crate fend-core 1.5.2 into /workspace/builds/worker-6-tc2/source [INFO] validating manifest of crates.io crate fend-core 1.5.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 fend-core 1.5.2 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate fend-core 1.5.2 [INFO] tweaked toml for crates.io crate fend-core 1.5.2 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" "+7014e13d5becc920d4bea3cd87942c8a13d359bf" "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" "+7014e13d5becc920d4bea3cd87942c8a13d359bf" "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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+7014e13d5becc920d4bea3cd87942c8a13d359bf" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] be887fc09e349675d7a6e4f52079420aa212ebb55cd507b491efc8d4f8b3bcce [INFO] running `Command { std: "docker" "start" "-a" "be887fc09e349675d7a6e4f52079420aa212ebb55cd507b491efc8d4f8b3bcce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "be887fc09e349675d7a6e4f52079420aa212ebb55cd507b491efc8d4f8b3bcce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "be887fc09e349675d7a6e4f52079420aa212ebb55cd507b491efc8d4f8b3bcce", kill_on_drop: false }` [INFO] [stdout] be887fc09e349675d7a6e4f52079420aa212ebb55cd507b491efc8d4f8b3bcce [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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+7014e13d5becc920d4bea3cd87942c8a13d359bf" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cf28a2f5c3a58001ec35731320c477b20a42c2d29b38284f2545099744024915 [INFO] running `Command { std: "docker" "start" "-a" "cf28a2f5c3a58001ec35731320c477b20a42c2d29b38284f2545099744024915", kill_on_drop: false }` [INFO] [stderr] Checking fend-core v1.5.2 (/opt/rustwide/workdir) [INFO] [stdout] error: this value of type `(value::Value, value::Value)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/ast.rs:528:11 [INFO] [stdout] | [INFO] [stdout] 525 | scope: Option>, [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 528 | Ok(match (a, b) { [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 `value::Value` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/ast.rs:656:11 [INFO] [stdout] | [INFO] [stdout] 566 | a: Expr, [INFO] [stdout] | - these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 567 | b: Expr, [INFO] [stdout] 568 | scope: Option>, [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 656 | Ok(match evaluate(b, scope.clone(), attrs, context, int)? { [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 `(Cow<'_, str>, Box)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/ast.rs:811:4 [INFO] [stdout] | [INFO] [stdout] 730 | scope: Option>, [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 737 | Box::new(evaluate_to_value( [INFO] [stdout] | ______________________- [INFO] [stdout] | |______________________| [INFO] [stdout] | |______________________| [INFO] [stdout] | |______________________| [INFO] [stdout] | |______________________| [INFO] [stdout] | |______________________| [INFO] [stdout] | |______________________| [INFO] [stdout] | |______________________| [INFO] [stdout] | |______________________| [INFO] [stdout] | |______________________| [INFO] [stdout] | |______________________| [INFO] [stdout] | |______________________| [INFO] [stdout] | |______________________| [INFO] [stdout] | |______________________| [INFO] [stdout] | |______________________| [INFO] [stdout] | |______________________| [INFO] [stdout] | |______________________| [INFO] [stdout] | |______________________| [INFO] [stdout] | |______________________| [INFO] [stdout] | |______________________| [INFO] [stdout] | |______________________| [INFO] [stdout] | |______________________| [INFO] [stdout] | |______________________| [INFO] [stdout] | |______________________| [INFO] [stdout] | |______________________| [INFO] [stdout] | |______________________| [INFO] [stdout] | |______________________| [INFO] [stdout] | |______________________| [INFO] [stdout] | |______________________| [INFO] [stdout] | |______________________| [INFO] [stdout] 738 | | $input, [INFO] [stdout] 739 | | scope.clone(), [INFO] [stdout] 740 | | attrs, [INFO] [stdout] 741 | | context, [INFO] [stdout] 742 | | int, [INFO] [stdout] 743 | | )?) [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] | |______________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] | |______________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] | |______________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] | |______________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] | |______________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] | |______________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] | |______________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] | |______________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] | |______________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] | |______________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] | |______________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] | |______________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] | |______________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] | |______________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] ... [INFO] [stdout] 810 | "earth" => Value::Object(vec![ [INFO] [stdout] | __________________________________- [INFO] [stdout] 811 | ("axial_tilt".into(), eval_box!("23.4392811 degrees")), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 812 | ("eccentricity".into(), eval_box!("0.0167086")), [INFO] [stdout] 813 | ("escape_velocity".into(), eval_box!("11.186 km/s")), [INFO] [stdout] ... [INFO] [stdout] 816 | ("volume".into(), eval_box!("1.08321e12 km^3")), [INFO] [stdout] 817 | | ]), [INFO] [stdout] | |_________- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [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 `Result<(usize, usize, String), NextDigitErr>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/num/bigrat.rs:768:9 [INFO] [stdout] | [INFO] [stdout] 718 | mut terminating: impl FnMut() -> FResult, [INFO] [stdout] | --------------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 719 | print_integer_part: impl Fn(bool) -> FResult<(Sign, String)>, [INFO] [stdout] | ------------------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 768 | match Self::brents_algorithm( [INFO] [stdout] | _______________^ [INFO] [stdout] 769 | | next_digit, [INFO] [stdout] 770 | | fold_digits, [INFO] [stdout] 771 | | numerator.clone(), [INFO] [stdout] 772 | | &b, [INFO] [stdout] 773 | | String::new(), [INFO] [stdout] 774 | | ) { [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 `(value::Value, value::Value)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/ast.rs:528:11 [INFO] [stdout] | [INFO] [stdout] 525 | scope: Option>, [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 528 | Ok(match (a, b) { [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 `value::Value` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/ast.rs:656:11 [INFO] [stdout] | [INFO] [stdout] 566 | a: Expr, [INFO] [stdout] | - these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 567 | b: Expr, [INFO] [stdout] 568 | scope: Option>, [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 656 | Ok(match evaluate(b, scope.clone(), attrs, context, int)? { [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 `(std::borrow::Cow<'_, str>, Box)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/ast.rs:811:4 [INFO] [stdout] | [INFO] [stdout] 730 | scope: Option>, [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 737 | Box::new(evaluate_to_value( [INFO] [stdout] | ______________________- [INFO] [stdout] | |______________________| [INFO] [stdout] | |______________________| [INFO] [stdout] | |______________________| [INFO] [stdout] | |______________________| [INFO] [stdout] | |______________________| [INFO] [stdout] | |______________________| [INFO] [stdout] | |______________________| [INFO] [stdout] | |______________________| [INFO] [stdout] | |______________________| [INFO] [stdout] | |______________________| [INFO] [stdout] | |______________________| [INFO] [stdout] | |______________________| [INFO] [stdout] | |______________________| [INFO] [stdout] | |______________________| [INFO] [stdout] | |______________________| [INFO] [stdout] | |______________________| [INFO] [stdout] | |______________________| [INFO] [stdout] | |______________________| [INFO] [stdout] | |______________________| [INFO] [stdout] | |______________________| [INFO] [stdout] | |______________________| [INFO] [stdout] | |______________________| [INFO] [stdout] | |______________________| [INFO] [stdout] | |______________________| [INFO] [stdout] | |______________________| [INFO] [stdout] | |______________________| [INFO] [stdout] | |______________________| [INFO] [stdout] | |______________________| [INFO] [stdout] | |______________________| [INFO] [stdout] 738 | | $input, [INFO] [stdout] 739 | | scope.clone(), [INFO] [stdout] 740 | | attrs, [INFO] [stdout] 741 | | context, [INFO] [stdout] 742 | | int, [INFO] [stdout] 743 | | )?) [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] | |______________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] | |______________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] | |______________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] | |______________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] | |______________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] | |______________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] | |______________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] | |______________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] | |______________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] | |______________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] | |______________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] | |______________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] | |______________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] | |______________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] ... [INFO] [stdout] 810 | "earth" => Value::Object(vec![ [INFO] [stdout] | __________________________________- [INFO] [stdout] 811 | ("axial_tilt".into(), eval_box!("23.4392811 degrees")), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 812 | ("eccentricity".into(), eval_box!("0.0167086")), [INFO] [stdout] 813 | ("escape_velocity".into(), eval_box!("11.186 km/s")), [INFO] [stdout] ... [INFO] [stdout] 816 | ("volume".into(), eval_box!("1.08321e12 km^3")), [INFO] [stdout] 817 | | ]), [INFO] [stdout] | |_________- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [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 `Result<(usize, usize, String), NextDigitErr>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/num/bigrat.rs:768:9 [INFO] [stdout] | [INFO] [stdout] 718 | mut terminating: impl FnMut() -> FResult, [INFO] [stdout] | --------------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 719 | print_integer_part: impl Fn(bool) -> FResult<(Sign, String)>, [INFO] [stdout] | ------------------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 768 | match Self::brents_algorithm( [INFO] [stdout] | _______________^ [INFO] [stdout] 769 | | next_digit, [INFO] [stdout] 770 | | fold_digits, [INFO] [stdout] 771 | | numerator.clone(), [INFO] [stdout] 772 | | &b, [INFO] [stdout] 773 | | String::new(), [INFO] [stdout] 774 | | ) { [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 `(value::Value, value::Value)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/value.rs:254:12 [INFO] [stdout] | [INFO] [stdout] 249 | eval_fn: impl FnOnce(Number, Number) -> FResult, [INFO] [stdout] | ------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 250 | lazy_fn_lhs: impl FnOnce(Number) -> F1, [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 251 | lazy_fn_rhs: impl FnOnce(Number) -> F2, [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 252 | scope: Option>, [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 253 | ) -> FResult { [INFO] [stdout] 254 | Ok(match (self, rhs) { [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 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `fend-core` (lib) due to 6 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: this value of type `(value::Value, value::Value)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/value.rs:254:12 [INFO] [stdout] | [INFO] [stdout] 249 | eval_fn: impl FnOnce(Number, Number) -> FResult, [INFO] [stdout] | ------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 250 | lazy_fn_lhs: impl FnOnce(Number) -> F1, [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 251 | lazy_fn_rhs: impl FnOnce(Number) -> F2, [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 252 | scope: Option>, [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 253 | ) -> FResult { [INFO] [stdout] 254 | Ok(match (self, rhs) { [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 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `fend-core` (lib test) due to 6 previous errors [INFO] running `Command { std: "docker" "inspect" "cf28a2f5c3a58001ec35731320c477b20a42c2d29b38284f2545099744024915", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cf28a2f5c3a58001ec35731320c477b20a42c2d29b38284f2545099744024915", kill_on_drop: false }` [INFO] [stdout] cf28a2f5c3a58001ec35731320c477b20a42c2d29b38284f2545099744024915