[INFO] fetching crate mewo_ecs 0.1.4... [INFO] checking mewo_ecs-0.1.4 against try#4d98531622e1718ae0bc3c7a1ab9cd8938428452+rustflags=-Dtail_expr_drop_order for pr-129604 [INFO] extracting crate mewo_ecs 0.1.4 into /workspace/builds/worker-5-tc2/source [INFO] validating manifest of crates.io crate mewo_ecs 0.1.4 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 mewo_ecs 0.1.4 [INFO] finished tweaking crates.io crate mewo_ecs 0.1.4 [INFO] tweaked toml for crates.io crate mewo_ecs 0.1.4 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 20 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3659e5488f3ac59e912598dded7851ec46708656e3c2b9267462735f651729ef [INFO] running `Command { std: "docker" "start" "-a" "3659e5488f3ac59e912598dded7851ec46708656e3c2b9267462735f651729ef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3659e5488f3ac59e912598dded7851ec46708656e3c2b9267462735f651729ef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3659e5488f3ac59e912598dded7851ec46708656e3c2b9267462735f651729ef", kill_on_drop: false }` [INFO] [stdout] 3659e5488f3ac59e912598dded7851ec46708656e3c2b9267462735f651729ef [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dtail_expr_drop_order" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 60bb0583ca25dcd8747208fe30ed570c6a97f955f8b9aee88917aff97dcf83ed [INFO] running `Command { std: "docker" "start" "-a" "60bb0583ca25dcd8747208fe30ed570c6a97f955f8b9aee88917aff97dcf83ed", kill_on_drop: false }` [INFO] [stderr] Checking mewo_ecs v0.1.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `CloneFunction` and `DropFunction` [INFO] [stdout] --> src/data/mod.rs:9:16 [INFO] [stdout] | [INFO] [stdout] 9 | pub use drop::{CloneFunction, DropFunction, ValueDrop, ValueDuplicate}; [INFO] [stdout] | ^^^^^^^^^^^^^ ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `StorageAccess` [INFO] [stdout] --> src/ecs/mod.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | StorageAccess, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `CloneFunction` and `DropFunction` [INFO] [stdout] --> src/data/mod.rs:9:16 [INFO] [stdout] | [INFO] [stdout] 9 | pub use drop::{CloneFunction, DropFunction, ValueDrop, ValueDuplicate}; [INFO] [stdout] | ^^^^^^^^^^^^^ ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `StorageAccess` [INFO] [stdout] --> src/ecs/mod.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | StorageAccess, [INFO] [stdout] | ^^^^^^^^^^^^^ [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/data/preserve.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn new(val: T) -> Self { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 15 | is_borrowed: Arc::new(()), [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/data/threadlocal.rs:128:16 [INFO] [stdout] | [INFO] [stdout] 113 | let local = Arc::new(ThreadLocal::new()); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 117 | let tlocal = Arc::clone(&local); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 128 | assert_eq!(local.get().map(|v| *v), Some(10)) [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/data/threadlocal.rs:122:13 [INFO] [stdout] | [INFO] [stdout] 117 | let tlocal = Arc::clone(&local); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 120 | let local = tlocal; [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 121 | local.get_or(|| 12); [INFO] [stdout] 122 | local.get().map(|v| *v) [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/ecs/resource.rs:44:45 [INFO] [stdout] | [INFO] [stdout] 44 | .or_insert_with(|| (ty.clone(), HashMap::new())); [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/ecs/storage/mod.rs:36:12 [INFO] [stdout] | [INFO] [stdout] 27 | let mut storages = SparseSet::new(); [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 36 | Ok(StoragePlanet { [INFO] [stdout] | ____________^ [INFO] [stdout] 37 | | null_group, [INFO] [stdout] 38 | | storages, [INFO] [stdout] 39 | | entities: HashMap::new(), [INFO] [stdout] 40 | | }) [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/galaxy/query.rs:208:14 [INFO] [stdout] | [INFO] [stdout] 206 | let next = self.qiter.next()?; [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 207 | let entity = self.qiter.get_current_entity(); [INFO] [stdout] 208 | Some((entity, next)) [INFO] [stdout] | ^^^^^^^^^^^^^^ these values have significant drop implementation and will 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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/galaxy/resource.rs:159:14 [INFO] [stdout] | [INFO] [stdout] 150 | rh: RH, [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 154 | let rcp = self.rcp.read(); [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 159 | Some(ResourceReadGuard { [INFO] [stdout] | ______________^ [INFO] [stdout] 160 | | r: rc [INFO] [stdout] 161 | | .as_ref() [INFO] [stdout] 162 | | .map(|val| unsafe { &*(val.get() as *const R) }) [INFO] [stdout] ... | [INFO] [stdout] 166 | | galaxy: self, [INFO] [stdout] 167 | | }) [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/galaxy/resource.rs:181:14 [INFO] [stdout] | [INFO] [stdout] 172 | rh: RH, [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 176 | let rcp = self.rcp.read(); [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 181 | Some(ResourceWriteGuard { [INFO] [stdout] | ______________^ [INFO] [stdout] 182 | | r: rc [INFO] [stdout] 183 | | .as_ref() [INFO] [stdout] 184 | | .map(|val| unsafe { &mut *(val.get() as *const R as *mut R) }) [INFO] [stdout] ... | [INFO] [stdout] 188 | | galaxy: self, [INFO] [stdout] 189 | | }) [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/run.rs:29:19 [INFO] [stdout] | [INFO] [stdout] 23 | galaxy: Arc>, [INFO] [stdout] | --------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 29 | thread::spawn(move || loop { [INFO] [stdout] | ___________________^ [INFO] [stdout] 30 | | pre_update(&galaxy); [INFO] [stdout] 31 | | [INFO] [stdout] 32 | | { [INFO] [stdout] ... | [INFO] [stdout] 43 | | post_update(&galaxy); [INFO] [stdout] 44 | | }) [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/run.rs:62:19 [INFO] [stdout] | [INFO] [stdout] 56 | galaxy: Arc>, [INFO] [stdout] | --------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 62 | thread::spawn(move || loop { [INFO] [stdout] | ___________________^ [INFO] [stdout] 63 | | pre_update(&galaxy); [INFO] [stdout] 64 | | [INFO] [stdout] 65 | | { [INFO] [stdout] ... | [INFO] [stdout] 78 | | post_update(&galaxy); [INFO] [stdout] 79 | | }) [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] warning: method `remove` is never used [INFO] [stdout] --> src/data/sparse.rs:43:12 [INFO] [stdout] | [INFO] [stdout] 12 | impl SparseSet { [INFO] [stdout] | -------------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 43 | pub fn remove(&mut self, idx: usize) -> Option { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [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/data/preserve.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn new(val: T) -> Self { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 15 | is_borrowed: Arc::new(()), [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/ecs/resource.rs:44:45 [INFO] [stdout] | [INFO] [stdout] 44 | .or_insert_with(|| (ty.clone(), HashMap::new())); [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/ecs/storage/mod.rs:36:12 [INFO] [stdout] | [INFO] [stdout] 27 | let mut storages = SparseSet::new(); [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 36 | Ok(StoragePlanet { [INFO] [stdout] | ____________^ [INFO] [stdout] 37 | | null_group, [INFO] [stdout] 38 | | storages, [INFO] [stdout] 39 | | entities: HashMap::new(), [INFO] [stdout] 40 | | }) [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/galaxy/query.rs:208:14 [INFO] [stdout] | [INFO] [stdout] 206 | let next = self.qiter.next()?; [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 207 | let entity = self.qiter.get_current_entity(); [INFO] [stdout] 208 | Some((entity, next)) [INFO] [stdout] | ^^^^^^^^^^^^^^ these values have significant drop implementation and will 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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/galaxy/resource.rs:159:14 [INFO] [stdout] | [INFO] [stdout] 150 | rh: RH, [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 154 | let rcp = self.rcp.read(); [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 159 | Some(ResourceReadGuard { [INFO] [stdout] | ______________^ [INFO] [stdout] 160 | | r: rc [INFO] [stdout] 161 | | .as_ref() [INFO] [stdout] 162 | | .map(|val| unsafe { &*(val.get() as *const R) }) [INFO] [stdout] ... | [INFO] [stdout] 166 | | galaxy: self, [INFO] [stdout] 167 | | }) [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/galaxy/resource.rs:181:14 [INFO] [stdout] | [INFO] [stdout] 172 | rh: RH, [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 176 | let rcp = self.rcp.read(); [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 181 | Some(ResourceWriteGuard { [INFO] [stdout] | ______________^ [INFO] [stdout] 182 | | r: rc [INFO] [stdout] 183 | | .as_ref() [INFO] [stdout] 184 | | .map(|val| unsafe { &mut *(val.get() as *const R as *mut R) }) [INFO] [stdout] ... | [INFO] [stdout] 188 | | galaxy: self, [INFO] [stdout] 189 | | }) [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/run.rs:29:19 [INFO] [stdout] | [INFO] [stdout] 23 | galaxy: Arc>, [INFO] [stdout] | --------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 29 | thread::spawn(move || loop { [INFO] [stdout] | ___________________^ [INFO] [stdout] 30 | | pre_update(&galaxy); [INFO] [stdout] 31 | | [INFO] [stdout] 32 | | { [INFO] [stdout] ... | [INFO] [stdout] 43 | | post_update(&galaxy); [INFO] [stdout] 44 | | }) [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/run.rs:62:19 [INFO] [stdout] | [INFO] [stdout] 56 | galaxy: Arc>, [INFO] [stdout] | --------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 62 | thread::spawn(move || loop { [INFO] [stdout] | ___________________^ [INFO] [stdout] 63 | | pre_update(&galaxy); [INFO] [stdout] 64 | | [INFO] [stdout] 65 | | { [INFO] [stdout] ... | [INFO] [stdout] 78 | | post_update(&galaxy); [INFO] [stdout] 79 | | }) [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; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors; 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `mewo_ecs` (lib test) due to 11 previous errors; 2 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `mewo_ecs` (lib) due to 9 previous errors; 3 warnings emitted [INFO] running `Command { std: "docker" "inspect" "60bb0583ca25dcd8747208fe30ed570c6a97f955f8b9aee88917aff97dcf83ed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "60bb0583ca25dcd8747208fe30ed570c6a97f955f8b9aee88917aff97dcf83ed", kill_on_drop: false }` [INFO] [stdout] 60bb0583ca25dcd8747208fe30ed570c6a97f955f8b9aee88917aff97dcf83ed