[INFO] fetching crate xecs 0.5.10... [INFO] checking xecs-0.5.10 against try#4d98531622e1718ae0bc3c7a1ab9cd8938428452+rustflags=-Dtail_expr_drop_order for pr-129604 [INFO] extracting crate xecs 0.5.10 into /workspace/builds/worker-5-tc2/source [INFO] validating manifest of crates.io crate xecs 0.5.10 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 xecs 0.5.10 [INFO] finished tweaking crates.io crate xecs 0.5.10 [INFO] tweaked toml for crates.io crate xecs 0.5.10 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 37 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] f80d4a50c9c07efb30200eb6f49e89183ef7d6fcc7f3d34a79ff7a831304122f [INFO] running `Command { std: "docker" "start" "-a" "f80d4a50c9c07efb30200eb6f49e89183ef7d6fcc7f3d34a79ff7a831304122f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f80d4a50c9c07efb30200eb6f49e89183ef7d6fcc7f3d34a79ff7a831304122f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f80d4a50c9c07efb30200eb6f49e89183ef7d6fcc7f3d34a79ff7a831304122f", kill_on_drop: false }` [INFO] [stdout] f80d4a50c9c07efb30200eb6f49e89183ef7d6fcc7f3d34a79ff7a831304122f [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] d372352e3f32ba726b6a2223072ccd579b289aa5d15440ab61181414e21d2477 [INFO] running `Command { std: "docker" "start" "-a" "d372352e3f32ba726b6a2223072ccd579b289aa5d15440ab61181414e21d2477", kill_on_drop: false }` [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Checking parking_lot_core v0.9.10 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Checking futures-util v0.3.30 [INFO] [stderr] Checking futures-executor v0.3.30 [INFO] [stderr] Checking futures v0.3.30 [INFO] [stderr] Checking xecs v0.5.10 (/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/world.rs:43:14 [INFO] [stdout] | [INFO] [stdout] 41 | let lock = self.resources.get(&type_id)? [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 42 | .read(); [INFO] [stdout] 43 | Some(ResourceRead::new(lock)) [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/world.rs:51:14 [INFO] [stdout] | [INFO] [stdout] 49 | let lock = self.resources.get(&type_id)? [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 50 | .write(); [INFO] [stdout] 51 | Some(ResourceWrite::new(lock)) [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/world.rs:81:9 [INFO] [stdout] | [INFO] [stdout] 78 | let mut entity_manager = self.entity_manager.write(); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 81 | self.entity(id).unwrap() [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/world.rs:212:14 [INFO] [stdout] | [INFO] [stdout] 211 | let lock = self.raw_storage_read(type_id)?; [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 212 | Some(StorageRead::from_lock(lock)) [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/world.rs:219:14 [INFO] [stdout] | [INFO] [stdout] 218 | let lock = self.raw_storage_write(type_id)?; [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 219 | Some(StorageWrite::from_lock(lock)) [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/group/full_owning/query.rs:44:18 [INFO] [stdout] | [INFO] [stdout] 29 | let storage_a = world.raw_storage_read(type_id_a).unwrap(); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 30 | let storage_b = world.raw_storage_read(type_id_b).unwrap(); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 42 | let group = world.group(full_owning::()); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 43 | let length = group.len(); [INFO] [stdout] 44 | Box::new(IterRefRef{ [INFO] [stdout] | __________________^ [INFO] [stdout] 45 | | index: 0, [INFO] [stdout] 46 | | length, [INFO] [stdout] 47 | | sparse_set_a: ptr_a, [INFO] [stdout] ... | [INFO] [stdout] 51 | | borrow_group: group, [INFO] [stdout] 52 | | }) [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/group/full_owning/query.rs:177:18 [INFO] [stdout] | [INFO] [stdout] 162 | let storage_a = world.raw_storage_read(type_id_a).unwrap(); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 163 | let mut storage_b = world.raw_storage_write(type_id_b).unwrap(); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 175 | let group = world.group(full_owning::()); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 176 | let length = group.len(); [INFO] [stdout] 177 | Box::new(IterRefMut{ [INFO] [stdout] | __________________^ [INFO] [stdout] 178 | | index: 0, [INFO] [stdout] 179 | | length, [INFO] [stdout] 180 | | sparse_set_a: ptr_a, [INFO] [stdout] ... | [INFO] [stdout] 184 | | borrow_group: group, [INFO] [stdout] 185 | | }) [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/group/full_owning/query.rs:311:18 [INFO] [stdout] | [INFO] [stdout] 296 | let mut storage_a = world.raw_storage_write(type_id_a).unwrap(); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 297 | let storage_b = world.raw_storage_read(type_id_b).unwrap(); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 309 | let group = world.group(full_owning::()); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 310 | let length = group.len(); [INFO] [stdout] 311 | Box::new(IterMutRef{ [INFO] [stdout] | __________________^ [INFO] [stdout] 312 | | index: 0, [INFO] [stdout] 313 | | length, [INFO] [stdout] 314 | | sparse_set_a: ptr_a, [INFO] [stdout] ... | [INFO] [stdout] 318 | | borrow_group: group, [INFO] [stdout] 319 | | }) [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/group/full_owning/query.rs:444:18 [INFO] [stdout] | [INFO] [stdout] 429 | let mut storage_a = world.raw_storage_write(type_id_a).unwrap(); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 430 | let mut storage_b = world.raw_storage_write(type_id_b).unwrap(); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 442 | let group = world.group(full_owning::()); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 443 | let length = group.len(); [INFO] [stdout] 444 | Box::new(IterMutMut{ [INFO] [stdout] | __________________^ [INFO] [stdout] 445 | | index: 0, [INFO] [stdout] 446 | | length, [INFO] [stdout] 447 | | sparse_set_a: ptr_a, [INFO] [stdout] ... | [INFO] [stdout] 451 | | borrow_group: group, [INFO] [stdout] 452 | | }) [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/group/partial_owning/query.rs:44:18 [INFO] [stdout] | [INFO] [stdout] 29 | let storage_a = world.raw_storage_read(type_id_a).unwrap(); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 30 | let storage_b = world.raw_storage_read(type_id_b).unwrap(); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 42 | let group = world.group(partial_owning::()); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 43 | let length = group.len(); [INFO] [stdout] 44 | Box::new(IterRefRef { [INFO] [stdout] | __________________^ [INFO] [stdout] 45 | | index: 0, [INFO] [stdout] 46 | | length, [INFO] [stdout] 47 | | sparse_set_a: ptr_a, [INFO] [stdout] ... | [INFO] [stdout] 51 | | borrow_group: group, [INFO] [stdout] 52 | | }) [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/group/partial_owning/query.rs:185:18 [INFO] [stdout] | [INFO] [stdout] 170 | let storage_a = world.raw_storage_read(type_id_a).unwrap(); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 171 | let mut storage_b = world.raw_storage_write(type_id_b).unwrap(); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 183 | let group = world.group(partial_owning::()); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 184 | let length = group.len(); [INFO] [stdout] 185 | Box::new(IterRefMut { [INFO] [stdout] | __________________^ [INFO] [stdout] 186 | | index: 0, [INFO] [stdout] 187 | | length, [INFO] [stdout] 188 | | sparse_set_a: ptr_a, [INFO] [stdout] ... | [INFO] [stdout] 192 | | borrow_group: group, [INFO] [stdout] 193 | | }) [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/group/partial_owning/query.rs:328:18 [INFO] [stdout] | [INFO] [stdout] 313 | let mut storage_a = world.raw_storage_write(type_id_a).unwrap(); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 314 | let storage_b = world.raw_storage_read(type_id_b).unwrap(); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 326 | let group = world.group(partial_owning::()); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 327 | let length = group.len(); [INFO] [stdout] 328 | Box::new(IterMutRef { [INFO] [stdout] | __________________^ [INFO] [stdout] 329 | | index: 0, [INFO] [stdout] 330 | | length, [INFO] [stdout] 331 | | sparse_set_a: ptr_a, [INFO] [stdout] ... | [INFO] [stdout] 335 | | borrow_group: group, [INFO] [stdout] 336 | | }) [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/group/partial_owning/query.rs:469:18 [INFO] [stdout] | [INFO] [stdout] 454 | let mut storage_a = world.raw_storage_write(type_id_a).unwrap(); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 455 | let mut storage_b = world.raw_storage_write(type_id_b).unwrap(); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 467 | let group = world.group(partial_owning::()); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 468 | let length = group.len(); [INFO] [stdout] 469 | Box::new(IterMutMut { [INFO] [stdout] | __________________^ [INFO] [stdout] 470 | | index: 0, [INFO] [stdout] 471 | | length, [INFO] [stdout] 472 | | sparse_set_a: ptr_a, [INFO] [stdout] ... | [INFO] [stdout] 476 | | borrow_group: group, [INFO] [stdout] 477 | | }) [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/group/non_owning/query.rs:49:18 [INFO] [stdout] | [INFO] [stdout] 29 | let storage_a = world.raw_storage_read(type_id_a).unwrap(); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 30 | let storage_b = world.raw_storage_read(type_id_b).unwrap(); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 42 | let group = world.group(non_owning::()); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 49 | Box::new(IterRefRef{ [INFO] [stdout] | __________________^ [INFO] [stdout] 50 | | index: 0, [INFO] [stdout] 51 | | sparse_set_group: ptr_group, [INFO] [stdout] 52 | | sparse_set_a: ptr_a, [INFO] [stdout] ... | [INFO] [stdout] 56 | | borrow_b: storage_b [INFO] [stdout] 57 | | }) [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/group/non_owning/query.rs:214:18 [INFO] [stdout] | [INFO] [stdout] 194 | let storage_a = world.raw_storage_read(type_id_a).unwrap(); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 195 | let mut storage_b = world.raw_storage_write(type_id_b).unwrap(); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 207 | let group = world.group(non_owning::()); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 214 | Box::new(IterRefMut{ [INFO] [stdout] | __________________^ [INFO] [stdout] 215 | | index: 0, [INFO] [stdout] 216 | | sparse_set_group: ptr_group, [INFO] [stdout] 217 | | sparse_set_a: ptr_a, [INFO] [stdout] ... | [INFO] [stdout] 221 | | borrow_b: storage_b [INFO] [stdout] 222 | | }) [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/group/non_owning/query.rs:379:18 [INFO] [stdout] | [INFO] [stdout] 359 | let mut storage_a = world.raw_storage_write(type_id_a).unwrap(); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 360 | let storage_b = world.raw_storage_read(type_id_b).unwrap(); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 372 | let group = world.group(non_owning::()); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 379 | Box::new(IterMutRef{ [INFO] [stdout] | __________________^ [INFO] [stdout] 380 | | index: 0, [INFO] [stdout] 381 | | sparse_set_group: ptr_group, [INFO] [stdout] 382 | | sparse_set_a: ptr_a, [INFO] [stdout] ... | [INFO] [stdout] 386 | | borrow_b: storage_b [INFO] [stdout] 387 | | }) [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/group/non_owning/query.rs:545:18 [INFO] [stdout] | [INFO] [stdout] 525 | let mut storage_a = world.raw_storage_write(type_id_a).unwrap(); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 526 | let mut storage_b = world.raw_storage_write(type_id_b).unwrap(); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 538 | let group = world.group(non_owning::()); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 545 | Box::new(IterMutMut{ [INFO] [stdout] | __________________^ [INFO] [stdout] 546 | | index: 0, [INFO] [stdout] 547 | | sparse_set_group: ptr_group, [INFO] [stdout] 548 | | sparse_set_a: ptr_a, [INFO] [stdout] ... | [INFO] [stdout] 552 | | borrow_b: storage_b [INFO] [stdout] 553 | | }) [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/query/mod.rs:120:18 [INFO] [stdout] | [INFO] [stdout] 113 | let storage = world.raw_storage_read(type_id).unwrap(); [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 120 | Box::new(IterRef{ [INFO] [stdout] | __________________^ [INFO] [stdout] 121 | | index : 0, [INFO] [stdout] 122 | | sparse_set : ptr, [INFO] [stdout] 123 | | borrow : storage [INFO] [stdout] 124 | | }) [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/query/mod.rs:219:18 [INFO] [stdout] | [INFO] [stdout] 212 | let mut storage = world.raw_storage_write(type_id).unwrap(); [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 219 | Box::new(IterMut{ [INFO] [stdout] | __________________^ [INFO] [stdout] 220 | | index : 0, [INFO] [stdout] 221 | | sparse_set : ptr, [INFO] [stdout] 222 | | borrow : storage [INFO] [stdout] 223 | | }) [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/query/with.rs:10:18 [INFO] [stdout] | [INFO] [stdout] 8 | let iter_a = world.query::(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9 | let iter_b = world.query::(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10 | Box::new(WithIter{ [INFO] [stdout] | __________________^ [INFO] [stdout] 11 | | iter_a, [INFO] [stdout] 12 | | iter_b [INFO] [stdout] 13 | | }) [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/query/with.rs:69:18 [INFO] [stdout] | [INFO] [stdout] 66 | let iter_a = world.query::(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 67 | let iter_b = world.query::(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 68 | let iter_c = world.query::(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 69 | Box::new(WithIter3{ [INFO] [stdout] | __________________^ [INFO] [stdout] 70 | | iter_a, [INFO] [stdout] 71 | | iter_b, [INFO] [stdout] 72 | | iter_c [INFO] [stdout] 73 | | }) [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/query/with.rs:146:18 [INFO] [stdout] | [INFO] [stdout] 142 | let iter_a = world.query::(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 143 | let iter_b = world.query::(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 144 | let iter_c = world.query::(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 145 | let iter_d = world.query::(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 146 | Box::new(WithIter4{ [INFO] [stdout] | __________________^ [INFO] [stdout] 147 | | iter_a, [INFO] [stdout] 148 | | iter_b, [INFO] [stdout] 149 | | iter_c, [INFO] [stdout] 150 | | iter_d [INFO] [stdout] 151 | | }) [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/query/with.rs:237:18 [INFO] [stdout] | [INFO] [stdout] 232 | let iter_a = world.query::(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 233 | let iter_b = world.query::(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 234 | let iter_c = world.query::(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 235 | let iter_d = world.query::(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 236 | let iter_e = world.query::(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 237 | Box::new(WithIter5{ [INFO] [stdout] | __________________^ [INFO] [stdout] 238 | | iter_a, [INFO] [stdout] 239 | | iter_b, [INFO] [stdout] 240 | | iter_c, [INFO] [stdout] 241 | | iter_d, [INFO] [stdout] 242 | | iter_e [INFO] [stdout] 243 | | }) [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/query/without.rs:15:18 [INFO] [stdout] | [INFO] [stdout] 13 | let iter_a = world.query::(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | let iter_b = world.query::(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 15 | Box::new(WithoutIterLeft{ [INFO] [stdout] | __________________^ [INFO] [stdout] 16 | | iter_a, [INFO] [stdout] 17 | | iter_b [INFO] [stdout] 18 | | }) [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/query/without.rs:70:18 [INFO] [stdout] | [INFO] [stdout] 68 | let iter_a = world.query::(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 69 | let iter_b = world.query::(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 70 | Box::new(WithoutIterRight{ [INFO] [stdout] | __________________^ [INFO] [stdout] 71 | | iter_a, [INFO] [stdout] 72 | | iter_b [INFO] [stdout] 73 | | }) [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 25 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `xecs` (lib) due to 26 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/world.rs:43:14 [INFO] [stdout] | [INFO] [stdout] 41 | let lock = self.resources.get(&type_id)? [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 42 | .read(); [INFO] [stdout] 43 | Some(ResourceRead::new(lock)) [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/world.rs:51:14 [INFO] [stdout] | [INFO] [stdout] 49 | let lock = self.resources.get(&type_id)? [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 50 | .write(); [INFO] [stdout] 51 | Some(ResourceWrite::new(lock)) [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/world.rs:81:9 [INFO] [stdout] | [INFO] [stdout] 78 | let mut entity_manager = self.entity_manager.write(); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 81 | self.entity(id).unwrap() [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/world.rs:212:14 [INFO] [stdout] | [INFO] [stdout] 211 | let lock = self.raw_storage_read(type_id)?; [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 212 | Some(StorageRead::from_lock(lock)) [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/world.rs:219:14 [INFO] [stdout] | [INFO] [stdout] 218 | let lock = self.raw_storage_write(type_id)?; [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 219 | Some(StorageWrite::from_lock(lock)) [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/world.rs:417:37 [INFO] [stdout] | [INFO] [stdout] 417 | .map(|(id,data)|(id,data.clone())) [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/group/full_owning/query.rs:44:18 [INFO] [stdout] | [INFO] [stdout] 29 | let storage_a = world.raw_storage_read(type_id_a).unwrap(); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 30 | let storage_b = world.raw_storage_read(type_id_b).unwrap(); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 42 | let group = world.group(full_owning::()); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 43 | let length = group.len(); [INFO] [stdout] 44 | Box::new(IterRefRef{ [INFO] [stdout] | __________________^ [INFO] [stdout] 45 | | index: 0, [INFO] [stdout] 46 | | length, [INFO] [stdout] 47 | | sparse_set_a: ptr_a, [INFO] [stdout] ... | [INFO] [stdout] 51 | | borrow_group: group, [INFO] [stdout] 52 | | }) [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/group/full_owning/query.rs:177:18 [INFO] [stdout] | [INFO] [stdout] 162 | let storage_a = world.raw_storage_read(type_id_a).unwrap(); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 163 | let mut storage_b = world.raw_storage_write(type_id_b).unwrap(); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 175 | let group = world.group(full_owning::()); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 176 | let length = group.len(); [INFO] [stdout] 177 | Box::new(IterRefMut{ [INFO] [stdout] | __________________^ [INFO] [stdout] 178 | | index: 0, [INFO] [stdout] 179 | | length, [INFO] [stdout] 180 | | sparse_set_a: ptr_a, [INFO] [stdout] ... | [INFO] [stdout] 184 | | borrow_group: group, [INFO] [stdout] 185 | | }) [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/group/full_owning/query.rs:311:18 [INFO] [stdout] | [INFO] [stdout] 296 | let mut storage_a = world.raw_storage_write(type_id_a).unwrap(); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 297 | let storage_b = world.raw_storage_read(type_id_b).unwrap(); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 309 | let group = world.group(full_owning::()); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 310 | let length = group.len(); [INFO] [stdout] 311 | Box::new(IterMutRef{ [INFO] [stdout] | __________________^ [INFO] [stdout] 312 | | index: 0, [INFO] [stdout] 313 | | length, [INFO] [stdout] 314 | | sparse_set_a: ptr_a, [INFO] [stdout] ... | [INFO] [stdout] 318 | | borrow_group: group, [INFO] [stdout] 319 | | }) [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/group/full_owning/query.rs:444:18 [INFO] [stdout] | [INFO] [stdout] 429 | let mut storage_a = world.raw_storage_write(type_id_a).unwrap(); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 430 | let mut storage_b = world.raw_storage_write(type_id_b).unwrap(); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 442 | let group = world.group(full_owning::()); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 443 | let length = group.len(); [INFO] [stdout] 444 | Box::new(IterMutMut{ [INFO] [stdout] | __________________^ [INFO] [stdout] 445 | | index: 0, [INFO] [stdout] 446 | | length, [INFO] [stdout] 447 | | sparse_set_a: ptr_a, [INFO] [stdout] ... | [INFO] [stdout] 451 | | borrow_group: group, [INFO] [stdout] 452 | | }) [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/group/partial_owning/query.rs:44:18 [INFO] [stdout] | [INFO] [stdout] 29 | let storage_a = world.raw_storage_read(type_id_a).unwrap(); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 30 | let storage_b = world.raw_storage_read(type_id_b).unwrap(); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 42 | let group = world.group(partial_owning::()); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 43 | let length = group.len(); [INFO] [stdout] 44 | Box::new(IterRefRef { [INFO] [stdout] | __________________^ [INFO] [stdout] 45 | | index: 0, [INFO] [stdout] 46 | | length, [INFO] [stdout] 47 | | sparse_set_a: ptr_a, [INFO] [stdout] ... | [INFO] [stdout] 51 | | borrow_group: group, [INFO] [stdout] 52 | | }) [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/group/partial_owning/query.rs:185:18 [INFO] [stdout] | [INFO] [stdout] 170 | let storage_a = world.raw_storage_read(type_id_a).unwrap(); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 171 | let mut storage_b = world.raw_storage_write(type_id_b).unwrap(); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 183 | let group = world.group(partial_owning::()); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 184 | let length = group.len(); [INFO] [stdout] 185 | Box::new(IterRefMut { [INFO] [stdout] | __________________^ [INFO] [stdout] 186 | | index: 0, [INFO] [stdout] 187 | | length, [INFO] [stdout] 188 | | sparse_set_a: ptr_a, [INFO] [stdout] ... | [INFO] [stdout] 192 | | borrow_group: group, [INFO] [stdout] 193 | | }) [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/group/partial_owning/query.rs:328:18 [INFO] [stdout] | [INFO] [stdout] 313 | let mut storage_a = world.raw_storage_write(type_id_a).unwrap(); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 314 | let storage_b = world.raw_storage_read(type_id_b).unwrap(); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 326 | let group = world.group(partial_owning::()); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 327 | let length = group.len(); [INFO] [stdout] 328 | Box::new(IterMutRef { [INFO] [stdout] | __________________^ [INFO] [stdout] 329 | | index: 0, [INFO] [stdout] 330 | | length, [INFO] [stdout] 331 | | sparse_set_a: ptr_a, [INFO] [stdout] ... | [INFO] [stdout] 335 | | borrow_group: group, [INFO] [stdout] 336 | | }) [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/group/partial_owning/query.rs:469:18 [INFO] [stdout] | [INFO] [stdout] 454 | let mut storage_a = world.raw_storage_write(type_id_a).unwrap(); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 455 | let mut storage_b = world.raw_storage_write(type_id_b).unwrap(); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 467 | let group = world.group(partial_owning::()); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 468 | let length = group.len(); [INFO] [stdout] 469 | Box::new(IterMutMut { [INFO] [stdout] | __________________^ [INFO] [stdout] 470 | | index: 0, [INFO] [stdout] 471 | | length, [INFO] [stdout] 472 | | sparse_set_a: ptr_a, [INFO] [stdout] ... | [INFO] [stdout] 476 | | borrow_group: group, [INFO] [stdout] 477 | | }) [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/group/non_owning/query.rs:49:18 [INFO] [stdout] | [INFO] [stdout] 29 | let storage_a = world.raw_storage_read(type_id_a).unwrap(); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 30 | let storage_b = world.raw_storage_read(type_id_b).unwrap(); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 42 | let group = world.group(non_owning::()); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 49 | Box::new(IterRefRef{ [INFO] [stdout] | __________________^ [INFO] [stdout] 50 | | index: 0, [INFO] [stdout] 51 | | sparse_set_group: ptr_group, [INFO] [stdout] 52 | | sparse_set_a: ptr_a, [INFO] [stdout] ... | [INFO] [stdout] 56 | | borrow_b: storage_b [INFO] [stdout] 57 | | }) [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/group/non_owning/query.rs:214:18 [INFO] [stdout] | [INFO] [stdout] 194 | let storage_a = world.raw_storage_read(type_id_a).unwrap(); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 195 | let mut storage_b = world.raw_storage_write(type_id_b).unwrap(); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 207 | let group = world.group(non_owning::()); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 214 | Box::new(IterRefMut{ [INFO] [stdout] | __________________^ [INFO] [stdout] 215 | | index: 0, [INFO] [stdout] 216 | | sparse_set_group: ptr_group, [INFO] [stdout] 217 | | sparse_set_a: ptr_a, [INFO] [stdout] ... | [INFO] [stdout] 221 | | borrow_b: storage_b [INFO] [stdout] 222 | | }) [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/group/non_owning/query.rs:379:18 [INFO] [stdout] | [INFO] [stdout] 359 | let mut storage_a = world.raw_storage_write(type_id_a).unwrap(); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 360 | let storage_b = world.raw_storage_read(type_id_b).unwrap(); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 372 | let group = world.group(non_owning::()); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 379 | Box::new(IterMutRef{ [INFO] [stdout] | __________________^ [INFO] [stdout] 380 | | index: 0, [INFO] [stdout] 381 | | sparse_set_group: ptr_group, [INFO] [stdout] 382 | | sparse_set_a: ptr_a, [INFO] [stdout] ... | [INFO] [stdout] 386 | | borrow_b: storage_b [INFO] [stdout] 387 | | }) [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/group/non_owning/query.rs:545:18 [INFO] [stdout] | [INFO] [stdout] 525 | let mut storage_a = world.raw_storage_write(type_id_a).unwrap(); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 526 | let mut storage_b = world.raw_storage_write(type_id_b).unwrap(); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 538 | let group = world.group(non_owning::()); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 545 | Box::new(IterMutMut{ [INFO] [stdout] | __________________^ [INFO] [stdout] 546 | | index: 0, [INFO] [stdout] 547 | | sparse_set_group: ptr_group, [INFO] [stdout] 548 | | sparse_set_a: ptr_a, [INFO] [stdout] ... | [INFO] [stdout] 552 | | borrow_b: storage_b [INFO] [stdout] 553 | | }) [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/query/mod.rs:120:18 [INFO] [stdout] | [INFO] [stdout] 113 | let storage = world.raw_storage_read(type_id).unwrap(); [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 120 | Box::new(IterRef{ [INFO] [stdout] | __________________^ [INFO] [stdout] 121 | | index : 0, [INFO] [stdout] 122 | | sparse_set : ptr, [INFO] [stdout] 123 | | borrow : storage [INFO] [stdout] 124 | | }) [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/query/mod.rs:219:18 [INFO] [stdout] | [INFO] [stdout] 212 | let mut storage = world.raw_storage_write(type_id).unwrap(); [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 219 | Box::new(IterMut{ [INFO] [stdout] | __________________^ [INFO] [stdout] 220 | | index : 0, [INFO] [stdout] 221 | | sparse_set : ptr, [INFO] [stdout] 222 | | borrow : storage [INFO] [stdout] 223 | | }) [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/query/with.rs:10:18 [INFO] [stdout] | [INFO] [stdout] 8 | let iter_a = world.query::(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9 | let iter_b = world.query::(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10 | Box::new(WithIter{ [INFO] [stdout] | __________________^ [INFO] [stdout] 11 | | iter_a, [INFO] [stdout] 12 | | iter_b [INFO] [stdout] 13 | | }) [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/query/with.rs:69:18 [INFO] [stdout] | [INFO] [stdout] 66 | let iter_a = world.query::(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 67 | let iter_b = world.query::(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 68 | let iter_c = world.query::(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 69 | Box::new(WithIter3{ [INFO] [stdout] | __________________^ [INFO] [stdout] 70 | | iter_a, [INFO] [stdout] 71 | | iter_b, [INFO] [stdout] 72 | | iter_c [INFO] [stdout] 73 | | }) [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/query/with.rs:146:18 [INFO] [stdout] | [INFO] [stdout] 142 | let iter_a = world.query::(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 143 | let iter_b = world.query::(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 144 | let iter_c = world.query::(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 145 | let iter_d = world.query::(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 146 | Box::new(WithIter4{ [INFO] [stdout] | __________________^ [INFO] [stdout] 147 | | iter_a, [INFO] [stdout] 148 | | iter_b, [INFO] [stdout] 149 | | iter_c, [INFO] [stdout] 150 | | iter_d [INFO] [stdout] 151 | | }) [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/query/with.rs:237:18 [INFO] [stdout] | [INFO] [stdout] 232 | let iter_a = world.query::(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 233 | let iter_b = world.query::(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 234 | let iter_c = world.query::(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 235 | let iter_d = world.query::(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 236 | let iter_e = world.query::(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 237 | Box::new(WithIter5{ [INFO] [stdout] | __________________^ [INFO] [stdout] 238 | | iter_a, [INFO] [stdout] 239 | | iter_b, [INFO] [stdout] 240 | | iter_c, [INFO] [stdout] 241 | | iter_d, [INFO] [stdout] 242 | | iter_e [INFO] [stdout] 243 | | }) [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/query/without.rs:15:18 [INFO] [stdout] | [INFO] [stdout] 13 | let iter_a = world.query::(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | let iter_b = world.query::(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 15 | Box::new(WithoutIterLeft{ [INFO] [stdout] | __________________^ [INFO] [stdout] 16 | | iter_a, [INFO] [stdout] 17 | | iter_b [INFO] [stdout] 18 | | }) [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/query/without.rs:70:18 [INFO] [stdout] | [INFO] [stdout] 68 | let iter_a = world.query::(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 69 | let iter_b = world.query::(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 70 | Box::new(WithoutIterRight{ [INFO] [stdout] | __________________^ [INFO] [stdout] 71 | | iter_a, [INFO] [stdout] 72 | | iter_b [INFO] [stdout] 73 | | }) [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 26 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `xecs` (lib test) due to 27 previous errors [INFO] running `Command { std: "docker" "inspect" "d372352e3f32ba726b6a2223072ccd579b289aa5d15440ab61181414e21d2477", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d372352e3f32ba726b6a2223072ccd579b289aa5d15440ab61181414e21d2477", kill_on_drop: false }` [INFO] [stdout] d372352e3f32ba726b6a2223072ccd579b289aa5d15440ab61181414e21d2477