[INFO] fetching crate bevy_tasks 0.14.1... [INFO] checking bevy_tasks-0.14.1 against try#4d98531622e1718ae0bc3c7a1ab9cd8938428452+rustflags=-Dtail_expr_drop_order for pr-129604 [INFO] extracting crate bevy_tasks 0.14.1 into /workspace/builds/worker-2-tc2/source [INFO] validating manifest of crates.io crate bevy_tasks 0.14.1 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 bevy_tasks 0.14.1 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate bevy_tasks 0.14.1 [INFO] tweaked toml for crates.io crate bevy_tasks 0.14.1 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate crates.io crate bevy_tasks 0.14.1 already has a lockfile, it will not be regenerated [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-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] acf27fa01d26085b3eac52d9c388a06273aef26cf689902e83941d7380f32226 [INFO] running `Command { std: "docker" "start" "-a" "acf27fa01d26085b3eac52d9c388a06273aef26cf689902e83941d7380f32226", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "acf27fa01d26085b3eac52d9c388a06273aef26cf689902e83941d7380f32226", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "acf27fa01d26085b3eac52d9c388a06273aef26cf689902e83941d7380f32226", kill_on_drop: false }` [INFO] [stdout] acf27fa01d26085b3eac52d9c388a06273aef26cf689902e83941d7380f32226 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 73e756d46a5f60fda03e31f5ac1bd2de93942023d4d659f01fc99ec82e967697 [INFO] running `Command { std: "docker" "start" "-a" "73e756d46a5f60fda03e31f5ac1bd2de93942023d4d659f01fc99ec82e967697", kill_on_drop: false }` [INFO] [stderr] Checking fastrand v2.1.0 [INFO] [stderr] Checking futures-core v0.3.30 [INFO] [stderr] Checking web-time v1.1.0 [INFO] [stderr] Checking futures-lite v2.3.0 [INFO] [stderr] Checking async-executor v1.12.0 [INFO] [stderr] Checking bevy_tasks v0.14.1 (/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/single_threaded_task_pool.rs:144:27 [INFO] [stdout] | [INFO] [stdout] 144 | .map(|result| result.borrow_mut().take().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] = 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/usages.rs:15:17 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn get_or_init(f: impl FnOnce() -> TaskPool) -> &'static Self { [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 15 | $static.get_or_init(|| Self(f())) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 51 | / taskpool! { [INFO] [stdout] 52 | | /// A newtype for a task pool for CPU-intensive work that must be completed to [INFO] [stdout] 53 | | /// deliver the next frame [INFO] [stdout] 54 | | /// [INFO] [stdout] ... | [INFO] [stdout] 58 | | (COMPUTE_TASK_POOL, ComputeTaskPool) [INFO] [stdout] 59 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `taskpool` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/usages.rs:15:37 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn get_or_init(f: impl FnOnce() -> TaskPool) -> &'static Self { [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 15 | $static.get_or_init(|| Self(f())) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 51 | / taskpool! { [INFO] [stdout] 52 | | /// A newtype for a task pool for CPU-intensive work that must be completed to [INFO] [stdout] 53 | | /// deliver the next frame [INFO] [stdout] 54 | | /// [INFO] [stdout] ... | [INFO] [stdout] 58 | | (COMPUTE_TASK_POOL, ComputeTaskPool) [INFO] [stdout] 59 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `taskpool` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/usages.rs:15:17 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn get_or_init(f: impl FnOnce() -> TaskPool) -> &'static Self { [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 15 | $static.get_or_init(|| Self(f())) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 61 | / taskpool! { [INFO] [stdout] 62 | | /// A newtype for a task pool for CPU-intensive work that may span across multiple frames [INFO] [stdout] 63 | | /// [INFO] [stdout] 64 | | /// See [`TaskPool`] documentation for details on Bevy tasks. [INFO] [stdout] 65 | | /// Use [`ComputeTaskPool`] if the work must be complete before advancing to the next frame. [INFO] [stdout] 66 | | (ASYNC_COMPUTE_TASK_POOL, AsyncComputeTaskPool) [INFO] [stdout] 67 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `taskpool` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/usages.rs:15:37 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn get_or_init(f: impl FnOnce() -> TaskPool) -> &'static Self { [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 15 | $static.get_or_init(|| Self(f())) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 61 | / taskpool! { [INFO] [stdout] 62 | | /// A newtype for a task pool for CPU-intensive work that may span across multiple frames [INFO] [stdout] 63 | | /// [INFO] [stdout] 64 | | /// See [`TaskPool`] documentation for details on Bevy tasks. [INFO] [stdout] 65 | | /// Use [`ComputeTaskPool`] if the work must be complete before advancing to the next frame. [INFO] [stdout] 66 | | (ASYNC_COMPUTE_TASK_POOL, AsyncComputeTaskPool) [INFO] [stdout] 67 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `taskpool` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/usages.rs:15:17 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn get_or_init(f: impl FnOnce() -> TaskPool) -> &'static Self { [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 15 | $static.get_or_init(|| Self(f())) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 69 | / taskpool! { [INFO] [stdout] 70 | | /// A newtype for a task pool for IO-intensive work (i.e. tasks that spend very little time in a [INFO] [stdout] 71 | | /// "woken" state) [INFO] [stdout] 72 | | /// [INFO] [stdout] 73 | | /// See [`TaskPool`] documentation for details on Bevy tasks. [INFO] [stdout] 74 | | (IO_TASK_POOL, IoTaskPool) [INFO] [stdout] 75 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `taskpool` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/usages.rs:15:37 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn get_or_init(f: impl FnOnce() -> TaskPool) -> &'static Self { [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 15 | $static.get_or_init(|| Self(f())) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 69 | / taskpool! { [INFO] [stdout] 70 | | /// A newtype for a task pool for IO-intensive work (i.e. tasks that spend very little time in a [INFO] [stdout] 71 | | /// "woken" state) [INFO] [stdout] 72 | | /// [INFO] [stdout] 73 | | /// See [`TaskPool`] documentation for details on Bevy tasks. [INFO] [stdout] 74 | | (IO_TASK_POOL, IoTaskPool) [INFO] [stdout] 75 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `taskpool` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/iter/mod.rs:168:22 [INFO] [stdout] | [INFO] [stdout] 167 | fn fuse(self) -> Fuse { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 168 | Fuse { iter: Some(self) } [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/iter/mod.rs:198:9 [INFO] [stdout] | [INFO] [stdout] 193 | fn collect(mut self, pool: &TaskPool) -> C [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 198 | / pool.scope(|s| { [INFO] [stdout] 199 | | while let Some(batch) = self.next_batch() { [INFO] [stdout] 200 | | s.spawn(async move { batch.collect::>() }); [INFO] [stdout] 201 | | } [INFO] [stdout] 202 | | }) [INFO] [stdout] 203 | | .into_iter() [INFO] [stdout] 204 | | .flatten() [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/iter/mod.rs:335:9 [INFO] [stdout] | [INFO] [stdout] 331 | fn max(mut self, pool: &TaskPool) -> Option [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 335 | / pool.scope(|s| { [INFO] [stdout] 336 | | while let Some(batch) = self.next_batch() { [INFO] [stdout] 337 | | s.spawn(async move { batch.max() }); [INFO] [stdout] 338 | | } [INFO] [stdout] 339 | | }) [INFO] [stdout] 340 | | .into_iter() [INFO] [stdout] 341 | | .flatten() [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/iter/mod.rs:352:9 [INFO] [stdout] | [INFO] [stdout] 348 | fn min(mut self, pool: &TaskPool) -> Option [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 352 | / pool.scope(|s| { [INFO] [stdout] 353 | | while let Some(batch) = self.next_batch() { [INFO] [stdout] 354 | | s.spawn(async move { batch.min() }); [INFO] [stdout] 355 | | } [INFO] [stdout] 356 | | }) [INFO] [stdout] 357 | | .into_iter() [INFO] [stdout] 358 | | .flatten() [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/iter/mod.rs:371:9 [INFO] [stdout] | [INFO] [stdout] 365 | fn max_by_key(mut self, pool: &TaskPool, f: F) -> Option [INFO] [stdout] | -------- ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 371 | / pool.scope(|s| { [INFO] [stdout] 372 | | while let Some(batch) = self.next_batch() { [INFO] [stdout] 373 | | let newf = f.clone(); [INFO] [stdout] 374 | | s.spawn(async move { batch.max_by_key(newf) }); [INFO] [stdout] ... | [INFO] [stdout] 377 | | .into_iter() [INFO] [stdout] 378 | | .flatten() [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/iter/mod.rs:391:9 [INFO] [stdout] | [INFO] [stdout] 386 | fn max_by(mut self, pool: &TaskPool, f: F) -> Option [INFO] [stdout] | -------- ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 391 | / pool.scope(|s| { [INFO] [stdout] 392 | | while let Some(batch) = self.next_batch() { [INFO] [stdout] 393 | | let newf = f.clone(); [INFO] [stdout] 394 | | s.spawn(async move { batch.max_by(newf) }); [INFO] [stdout] ... | [INFO] [stdout] 397 | | .into_iter() [INFO] [stdout] 398 | | .flatten() [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/iter/mod.rs:411:9 [INFO] [stdout] | [INFO] [stdout] 405 | fn min_by_key(mut self, pool: &TaskPool, f: F) -> Option [INFO] [stdout] | -------- ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 411 | / pool.scope(|s| { [INFO] [stdout] 412 | | while let Some(batch) = self.next_batch() { [INFO] [stdout] 413 | | let newf = f.clone(); [INFO] [stdout] 414 | | s.spawn(async move { batch.min_by_key(newf) }); [INFO] [stdout] ... | [INFO] [stdout] 417 | | .into_iter() [INFO] [stdout] 418 | | .flatten() [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/iter/mod.rs:431:9 [INFO] [stdout] | [INFO] [stdout] 426 | fn min_by(mut self, pool: &TaskPool, f: F) -> Option [INFO] [stdout] | -------- ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 431 | / pool.scope(|s| { [INFO] [stdout] 432 | | while let Some(batch) = self.next_batch() { [INFO] [stdout] 433 | | let newf = f.clone(); [INFO] [stdout] 434 | | s.spawn(async move { batch.min_by(newf) }); [INFO] [stdout] ... | [INFO] [stdout] 437 | | .into_iter() [INFO] [stdout] 438 | | .flatten() [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/iter/mod.rs:473:19 [INFO] [stdout] | [INFO] [stdout] 467 | fn cycle(self) -> Cycle [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 473 | curr: 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/iter/mod.rs:485:9 [INFO] [stdout] | [INFO] [stdout] 480 | fn sum(mut self, pool: &TaskPool) -> R [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 485 | / pool.scope(|s| { [INFO] [stdout] 486 | | while let Some(batch) = self.next_batch() { [INFO] [stdout] 487 | | s.spawn(async move { batch.sum() }); [INFO] [stdout] 488 | | } [INFO] [stdout] 489 | | }) [INFO] [stdout] 490 | | .into_iter() [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/iter/mod.rs:502:9 [INFO] [stdout] | [INFO] [stdout] 497 | fn product(mut self, pool: &TaskPool) -> R [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 502 | / pool.scope(|s| { [INFO] [stdout] 503 | | while let Some(batch) = self.next_batch() { [INFO] [stdout] 504 | | s.spawn(async move { batch.product() }); [INFO] [stdout] 505 | | } [INFO] [stdout] 506 | | }) [INFO] [stdout] 507 | | .into_iter() [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/iter/adapters.rs:40:46 [INFO] [stdout] | [INFO] [stdout] 40 | self.iter.next_batch().map(|b| b.map(self.f.clone())) [INFO] [stdout] | - ^^^^^^^^^^^^^^ [INFO] [stdout] | | [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/iter/adapters.rs:59:31 [INFO] [stdout] | [INFO] [stdout] 59 | .map(|b| b.filter(self.predicate.clone())) [INFO] [stdout] | - ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [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/iter/adapters.rs:76:53 [INFO] [stdout] | [INFO] [stdout] 76 | self.iter.next_batch().map(|b| b.filter_map(self.f.clone())) [INFO] [stdout] | - ^^^^^^^^^^^^^^ [INFO] [stdout] | | [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/iter/adapters.rs:97:51 [INFO] [stdout] | [INFO] [stdout] 97 | self.iter.next_batch().map(|b| b.flat_map(self.f.clone())) [INFO] [stdout] | - ^^^^^^^^^^^^^^ [INFO] [stdout] | | [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/iter/adapters.rs:154:50 [INFO] [stdout] | [INFO] [stdout] 154 | self.iter.next_batch().map(|b| b.inspect(self.f.clone())) [INFO] [stdout] | - ^^^^^^^^^^^^^^ [INFO] [stdout] | | [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: aborting due to 23 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `bevy_tasks` (lib test) due to 24 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/single_threaded_task_pool.rs:144:27 [INFO] [stdout] | [INFO] [stdout] 144 | .map(|result| result.borrow_mut().take().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] = 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/usages.rs:15:17 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn get_or_init(f: impl FnOnce() -> TaskPool) -> &'static Self { [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 15 | $static.get_or_init(|| Self(f())) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 51 | / taskpool! { [INFO] [stdout] 52 | | /// A newtype for a task pool for CPU-intensive work that must be completed to [INFO] [stdout] 53 | | /// deliver the next frame [INFO] [stdout] 54 | | /// [INFO] [stdout] ... | [INFO] [stdout] 58 | | (COMPUTE_TASK_POOL, ComputeTaskPool) [INFO] [stdout] 59 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `taskpool` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/usages.rs:15:37 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn get_or_init(f: impl FnOnce() -> TaskPool) -> &'static Self { [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 15 | $static.get_or_init(|| Self(f())) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 51 | / taskpool! { [INFO] [stdout] 52 | | /// A newtype for a task pool for CPU-intensive work that must be completed to [INFO] [stdout] 53 | | /// deliver the next frame [INFO] [stdout] 54 | | /// [INFO] [stdout] ... | [INFO] [stdout] 58 | | (COMPUTE_TASK_POOL, ComputeTaskPool) [INFO] [stdout] 59 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `taskpool` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/usages.rs:15:17 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn get_or_init(f: impl FnOnce() -> TaskPool) -> &'static Self { [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 15 | $static.get_or_init(|| Self(f())) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 61 | / taskpool! { [INFO] [stdout] 62 | | /// A newtype for a task pool for CPU-intensive work that may span across multiple frames [INFO] [stdout] 63 | | /// [INFO] [stdout] 64 | | /// See [`TaskPool`] documentation for details on Bevy tasks. [INFO] [stdout] 65 | | /// Use [`ComputeTaskPool`] if the work must be complete before advancing to the next frame. [INFO] [stdout] 66 | | (ASYNC_COMPUTE_TASK_POOL, AsyncComputeTaskPool) [INFO] [stdout] 67 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `taskpool` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/usages.rs:15:37 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn get_or_init(f: impl FnOnce() -> TaskPool) -> &'static Self { [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 15 | $static.get_or_init(|| Self(f())) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 61 | / taskpool! { [INFO] [stdout] 62 | | /// A newtype for a task pool for CPU-intensive work that may span across multiple frames [INFO] [stdout] 63 | | /// [INFO] [stdout] 64 | | /// See [`TaskPool`] documentation for details on Bevy tasks. [INFO] [stdout] 65 | | /// Use [`ComputeTaskPool`] if the work must be complete before advancing to the next frame. [INFO] [stdout] 66 | | (ASYNC_COMPUTE_TASK_POOL, AsyncComputeTaskPool) [INFO] [stdout] 67 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `taskpool` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/usages.rs:15:17 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn get_or_init(f: impl FnOnce() -> TaskPool) -> &'static Self { [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 15 | $static.get_or_init(|| Self(f())) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 69 | / taskpool! { [INFO] [stdout] 70 | | /// A newtype for a task pool for IO-intensive work (i.e. tasks that spend very little time in a [INFO] [stdout] 71 | | /// "woken" state) [INFO] [stdout] 72 | | /// [INFO] [stdout] 73 | | /// See [`TaskPool`] documentation for details on Bevy tasks. [INFO] [stdout] 74 | | (IO_TASK_POOL, IoTaskPool) [INFO] [stdout] 75 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `taskpool` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/usages.rs:15:37 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn get_or_init(f: impl FnOnce() -> TaskPool) -> &'static Self { [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 15 | $static.get_or_init(|| Self(f())) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 69 | / taskpool! { [INFO] [stdout] 70 | | /// A newtype for a task pool for IO-intensive work (i.e. tasks that spend very little time in a [INFO] [stdout] 71 | | /// "woken" state) [INFO] [stdout] 72 | | /// [INFO] [stdout] 73 | | /// See [`TaskPool`] documentation for details on Bevy tasks. [INFO] [stdout] 74 | | (IO_TASK_POOL, IoTaskPool) [INFO] [stdout] 75 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `taskpool` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/iter/mod.rs:168:22 [INFO] [stdout] | [INFO] [stdout] 167 | fn fuse(self) -> Fuse { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 168 | Fuse { iter: Some(self) } [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/iter/mod.rs:198:9 [INFO] [stdout] | [INFO] [stdout] 193 | fn collect(mut self, pool: &TaskPool) -> C [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 198 | / pool.scope(|s| { [INFO] [stdout] 199 | | while let Some(batch) = self.next_batch() { [INFO] [stdout] 200 | | s.spawn(async move { batch.collect::>() }); [INFO] [stdout] 201 | | } [INFO] [stdout] 202 | | }) [INFO] [stdout] 203 | | .into_iter() [INFO] [stdout] 204 | | .flatten() [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/iter/mod.rs:335:9 [INFO] [stdout] | [INFO] [stdout] 331 | fn max(mut self, pool: &TaskPool) -> Option [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 335 | / pool.scope(|s| { [INFO] [stdout] 336 | | while let Some(batch) = self.next_batch() { [INFO] [stdout] 337 | | s.spawn(async move { batch.max() }); [INFO] [stdout] 338 | | } [INFO] [stdout] 339 | | }) [INFO] [stdout] 340 | | .into_iter() [INFO] [stdout] 341 | | .flatten() [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/iter/mod.rs:352:9 [INFO] [stdout] | [INFO] [stdout] 348 | fn min(mut self, pool: &TaskPool) -> Option [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 352 | / pool.scope(|s| { [INFO] [stdout] 353 | | while let Some(batch) = self.next_batch() { [INFO] [stdout] 354 | | s.spawn(async move { batch.min() }); [INFO] [stdout] 355 | | } [INFO] [stdout] 356 | | }) [INFO] [stdout] 357 | | .into_iter() [INFO] [stdout] 358 | | .flatten() [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/iter/mod.rs:371:9 [INFO] [stdout] | [INFO] [stdout] 365 | fn max_by_key(mut self, pool: &TaskPool, f: F) -> Option [INFO] [stdout] | -------- ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 371 | / pool.scope(|s| { [INFO] [stdout] 372 | | while let Some(batch) = self.next_batch() { [INFO] [stdout] 373 | | let newf = f.clone(); [INFO] [stdout] 374 | | s.spawn(async move { batch.max_by_key(newf) }); [INFO] [stdout] ... | [INFO] [stdout] 377 | | .into_iter() [INFO] [stdout] 378 | | .flatten() [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/iter/mod.rs:391:9 [INFO] [stdout] | [INFO] [stdout] 386 | fn max_by(mut self, pool: &TaskPool, f: F) -> Option [INFO] [stdout] | -------- ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 391 | / pool.scope(|s| { [INFO] [stdout] 392 | | while let Some(batch) = self.next_batch() { [INFO] [stdout] 393 | | let newf = f.clone(); [INFO] [stdout] 394 | | s.spawn(async move { batch.max_by(newf) }); [INFO] [stdout] ... | [INFO] [stdout] 397 | | .into_iter() [INFO] [stdout] 398 | | .flatten() [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/iter/mod.rs:411:9 [INFO] [stdout] | [INFO] [stdout] 405 | fn min_by_key(mut self, pool: &TaskPool, f: F) -> Option [INFO] [stdout] | -------- ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 411 | / pool.scope(|s| { [INFO] [stdout] 412 | | while let Some(batch) = self.next_batch() { [INFO] [stdout] 413 | | let newf = f.clone(); [INFO] [stdout] 414 | | s.spawn(async move { batch.min_by_key(newf) }); [INFO] [stdout] ... | [INFO] [stdout] 417 | | .into_iter() [INFO] [stdout] 418 | | .flatten() [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/iter/mod.rs:431:9 [INFO] [stdout] | [INFO] [stdout] 426 | fn min_by(mut self, pool: &TaskPool, f: F) -> Option [INFO] [stdout] | -------- ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 431 | / pool.scope(|s| { [INFO] [stdout] 432 | | while let Some(batch) = self.next_batch() { [INFO] [stdout] 433 | | let newf = f.clone(); [INFO] [stdout] 434 | | s.spawn(async move { batch.min_by(newf) }); [INFO] [stdout] ... | [INFO] [stdout] 437 | | .into_iter() [INFO] [stdout] 438 | | .flatten() [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/iter/mod.rs:473:19 [INFO] [stdout] | [INFO] [stdout] 467 | fn cycle(self) -> Cycle [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 473 | curr: 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/iter/mod.rs:485:9 [INFO] [stdout] | [INFO] [stdout] 480 | fn sum(mut self, pool: &TaskPool) -> R [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 485 | / pool.scope(|s| { [INFO] [stdout] 486 | | while let Some(batch) = self.next_batch() { [INFO] [stdout] 487 | | s.spawn(async move { batch.sum() }); [INFO] [stdout] 488 | | } [INFO] [stdout] 489 | | }) [INFO] [stdout] 490 | | .into_iter() [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/iter/mod.rs:502:9 [INFO] [stdout] | [INFO] [stdout] 497 | fn product(mut self, pool: &TaskPool) -> R [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 502 | / pool.scope(|s| { [INFO] [stdout] 503 | | while let Some(batch) = self.next_batch() { [INFO] [stdout] 504 | | s.spawn(async move { batch.product() }); [INFO] [stdout] 505 | | } [INFO] [stdout] 506 | | }) [INFO] [stdout] 507 | | .into_iter() [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/iter/adapters.rs:40:46 [INFO] [stdout] | [INFO] [stdout] 40 | self.iter.next_batch().map(|b| b.map(self.f.clone())) [INFO] [stdout] | - ^^^^^^^^^^^^^^ [INFO] [stdout] | | [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/iter/adapters.rs:59:31 [INFO] [stdout] | [INFO] [stdout] 59 | .map(|b| b.filter(self.predicate.clone())) [INFO] [stdout] | - ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [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/iter/adapters.rs:76:53 [INFO] [stdout] | [INFO] [stdout] 76 | self.iter.next_batch().map(|b| b.filter_map(self.f.clone())) [INFO] [stdout] | - ^^^^^^^^^^^^^^ [INFO] [stdout] | | [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/iter/adapters.rs:97:51 [INFO] [stdout] | [INFO] [stdout] 97 | self.iter.next_batch().map(|b| b.flat_map(self.f.clone())) [INFO] [stdout] | - ^^^^^^^^^^^^^^ [INFO] [stdout] | | [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/iter/adapters.rs:154:50 [INFO] [stdout] | [INFO] [stdout] 154 | self.iter.next_batch().map(|b| b.inspect(self.f.clone())) [INFO] [stdout] | - ^^^^^^^^^^^^^^ [INFO] [stdout] | | [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: aborting due to 23 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `bevy_tasks` (lib) due to 24 previous errors [INFO] running `Command { std: "docker" "inspect" "73e756d46a5f60fda03e31f5ac1bd2de93942023d4d659f01fc99ec82e967697", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "73e756d46a5f60fda03e31f5ac1bd2de93942023d4d659f01fc99ec82e967697", kill_on_drop: false }` [INFO] [stdout] 73e756d46a5f60fda03e31f5ac1bd2de93942023d4d659f01fc99ec82e967697