[INFO] fetching crate rusty-daw-core 0.9.0... [INFO] checking rusty-daw-core-0.9.0 against try#4d98531622e1718ae0bc3c7a1ab9cd8938428452+rustflags=-Dtail_expr_drop_order for pr-129604 [INFO] extracting crate rusty-daw-core 0.9.0 into /workspace/builds/worker-3-tc2/source [INFO] validating manifest of crates.io crate rusty-daw-core 0.9.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 rusty-daw-core 0.9.0 [INFO] finished tweaking crates.io crate rusty-daw-core 0.9.0 [INFO] tweaked toml for crates.io crate rusty-daw-core 0.9.0 written to /workspace/builds/worker-3-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-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] ae078d0d149f11dead625a45f283d6dbff724155623ba782d389f49ac96dad8a [INFO] running `Command { std: "docker" "start" "-a" "ae078d0d149f11dead625a45f283d6dbff724155623ba782d389f49ac96dad8a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ae078d0d149f11dead625a45f283d6dbff724155623ba782d389f49ac96dad8a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ae078d0d149f11dead625a45f283d6dbff724155623ba782d389f49ac96dad8a", kill_on_drop: false }` [INFO] [stdout] ae078d0d149f11dead625a45f283d6dbff724155623ba782d389f49ac96dad8a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 11590ec4bc045abf8ad3177a77ea3ae307e2e20f8515a9798a5a14de0d65ecc2 [INFO] running `Command { std: "docker" "start" "-a" "11590ec4bc045abf8ad3177a77ea3ae307e2e20f8515a9798a5a14de0d65ecc2", kill_on_drop: false }` [INFO] [stderr] Checking rusty-daw-core v0.9.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/declick.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 35 | pub fn new(initial: T) -> Self { [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 38 | next: None, [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/declick.rs:39:21 [INFO] [stdout] | [INFO] [stdout] 35 | pub fn new(initial: T) -> Self { [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 39 | staged: None, [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/parameter.rs:169:13 [INFO] [stdout] | [INFO] [stdout] 163 | let shared_normalized = Arc::new(AtomicF32::new(normalized)); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 169 | / Self { [INFO] [stdout] 170 | | min, [INFO] [stdout] 171 | | max, [INFO] [stdout] 172 | | gradient, [INFO] [stdout] ... | [INFO] [stdout] 178 | | smooth_secs, [INFO] [stdout] 179 | | }, [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/parameter.rs:180:13 [INFO] [stdout] | [INFO] [stdout] 163 | let shared_normalized = Arc::new(AtomicF32::new(normalized)); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 180 | / ParamF32Handle { [INFO] [stdout] 181 | | min, [INFO] [stdout] 182 | | max, [INFO] [stdout] 183 | | gradient, [INFO] [stdout] 184 | | unit, [INFO] [stdout] 185 | | shared_normalized, [INFO] [stdout] 186 | | }, [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/parameter.rs:230:13 [INFO] [stdout] | [INFO] [stdout] 218 | let shared_normalized = Arc::new(AtomicF32::new(normalized)); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 230 | / Self { [INFO] [stdout] 231 | | min: min_value, [INFO] [stdout] 232 | | max: max_value, [INFO] [stdout] 233 | | gradient, [INFO] [stdout] ... | [INFO] [stdout] 239 | | smooth_secs, [INFO] [stdout] 240 | | }, [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/parameter.rs:241:13 [INFO] [stdout] | [INFO] [stdout] 218 | let shared_normalized = Arc::new(AtomicF32::new(normalized)); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 241 | / ParamF32Handle { [INFO] [stdout] 242 | | min: min_value, [INFO] [stdout] 243 | | max: max_value, [INFO] [stdout] 244 | | gradient, [INFO] [stdout] 245 | | unit, [INFO] [stdout] 246 | | shared_normalized, [INFO] [stdout] 247 | | }, [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/parameter.rs:626:13 [INFO] [stdout] | [INFO] [stdout] 620 | let shared_normalized = Arc::new(AtomicF64::new(normalized)); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 626 | / Self { [INFO] [stdout] 627 | | min, [INFO] [stdout] 628 | | max, [INFO] [stdout] 629 | | gradient, [INFO] [stdout] ... | [INFO] [stdout] 635 | | smooth_secs, [INFO] [stdout] 636 | | }, [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/parameter.rs:637:13 [INFO] [stdout] | [INFO] [stdout] 620 | let shared_normalized = Arc::new(AtomicF64::new(normalized)); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 637 | / ParamF64Handle { [INFO] [stdout] 638 | | min, [INFO] [stdout] 639 | | max, [INFO] [stdout] 640 | | gradient, [INFO] [stdout] 641 | | unit, [INFO] [stdout] 642 | | shared_normalized, [INFO] [stdout] 643 | | }, [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/parameter.rs:687:13 [INFO] [stdout] | [INFO] [stdout] 675 | let shared_normalized = Arc::new(AtomicF64::new(normalized)); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 687 | / Self { [INFO] [stdout] 688 | | min: min_value, [INFO] [stdout] 689 | | max: max_value, [INFO] [stdout] 690 | | gradient, [INFO] [stdout] ... | [INFO] [stdout] 696 | | smooth_secs, [INFO] [stdout] 697 | | }, [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/parameter.rs:698:13 [INFO] [stdout] | [INFO] [stdout] 675 | let shared_normalized = Arc::new(AtomicF64::new(normalized)); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 698 | / ParamF64Handle { [INFO] [stdout] 699 | | min: min_value, [INFO] [stdout] 700 | | max: max_value, [INFO] [stdout] 701 | | gradient, [INFO] [stdout] 702 | | unit, [INFO] [stdout] 703 | | shared_normalized, [INFO] [stdout] 704 | | }, [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] [stderr] error: could not compile `rusty-daw-core` (lib) due to 11 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/declick.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 35 | pub fn new(initial: T) -> Self { [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 38 | next: None, [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/declick.rs:39:21 [INFO] [stdout] | [INFO] [stdout] 35 | pub fn new(initial: T) -> Self { [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 39 | staged: None, [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/parameter.rs:169:13 [INFO] [stdout] | [INFO] [stdout] 163 | let shared_normalized = Arc::new(AtomicF32::new(normalized)); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 169 | / Self { [INFO] [stdout] 170 | | min, [INFO] [stdout] 171 | | max, [INFO] [stdout] 172 | | gradient, [INFO] [stdout] ... | [INFO] [stdout] 178 | | smooth_secs, [INFO] [stdout] 179 | | }, [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/parameter.rs:180:13 [INFO] [stdout] | [INFO] [stdout] 163 | let shared_normalized = Arc::new(AtomicF32::new(normalized)); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 180 | / ParamF32Handle { [INFO] [stdout] 181 | | min, [INFO] [stdout] 182 | | max, [INFO] [stdout] 183 | | gradient, [INFO] [stdout] 184 | | unit, [INFO] [stdout] 185 | | shared_normalized, [INFO] [stdout] 186 | | }, [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/parameter.rs:230:13 [INFO] [stdout] | [INFO] [stdout] 218 | let shared_normalized = Arc::new(AtomicF32::new(normalized)); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 230 | / Self { [INFO] [stdout] 231 | | min: min_value, [INFO] [stdout] 232 | | max: max_value, [INFO] [stdout] 233 | | gradient, [INFO] [stdout] ... | [INFO] [stdout] 239 | | smooth_secs, [INFO] [stdout] 240 | | }, [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/parameter.rs:241:13 [INFO] [stdout] | [INFO] [stdout] 218 | let shared_normalized = Arc::new(AtomicF32::new(normalized)); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 241 | / ParamF32Handle { [INFO] [stdout] 242 | | min: min_value, [INFO] [stdout] 243 | | max: max_value, [INFO] [stdout] 244 | | gradient, [INFO] [stdout] 245 | | unit, [INFO] [stdout] 246 | | shared_normalized, [INFO] [stdout] 247 | | }, [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/parameter.rs:626:13 [INFO] [stdout] | [INFO] [stdout] 620 | let shared_normalized = Arc::new(AtomicF64::new(normalized)); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 626 | / Self { [INFO] [stdout] 627 | | min, [INFO] [stdout] 628 | | max, [INFO] [stdout] 629 | | gradient, [INFO] [stdout] ... | [INFO] [stdout] 635 | | smooth_secs, [INFO] [stdout] 636 | | }, [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/parameter.rs:637:13 [INFO] [stdout] | [INFO] [stdout] 620 | let shared_normalized = Arc::new(AtomicF64::new(normalized)); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 637 | / ParamF64Handle { [INFO] [stdout] 638 | | min, [INFO] [stdout] 639 | | max, [INFO] [stdout] 640 | | gradient, [INFO] [stdout] 641 | | unit, [INFO] [stdout] 642 | | shared_normalized, [INFO] [stdout] 643 | | }, [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/parameter.rs:687:13 [INFO] [stdout] | [INFO] [stdout] 675 | let shared_normalized = Arc::new(AtomicF64::new(normalized)); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 687 | / Self { [INFO] [stdout] 688 | | min: min_value, [INFO] [stdout] 689 | | max: max_value, [INFO] [stdout] 690 | | gradient, [INFO] [stdout] ... | [INFO] [stdout] 696 | | smooth_secs, [INFO] [stdout] 697 | | }, [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/parameter.rs:698:13 [INFO] [stdout] | [INFO] [stdout] 675 | let shared_normalized = Arc::new(AtomicF64::new(normalized)); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 698 | / ParamF64Handle { [INFO] [stdout] 699 | | min: min_value, [INFO] [stdout] 700 | | max: max_value, [INFO] [stdout] 701 | | gradient, [INFO] [stdout] 702 | | unit, [INFO] [stdout] 703 | | shared_normalized, [INFO] [stdout] 704 | | }, [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] [stderr] error: could not compile `rusty-daw-core` (lib test) due to 11 previous errors [INFO] running `Command { std: "docker" "inspect" "11590ec4bc045abf8ad3177a77ea3ae307e2e20f8515a9798a5a14de0d65ecc2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "11590ec4bc045abf8ad3177a77ea3ae307e2e20f8515a9798a5a14de0d65ecc2", kill_on_drop: false }` [INFO] [stdout] 11590ec4bc045abf8ad3177a77ea3ae307e2e20f8515a9798a5a14de0d65ecc2