[INFO] fetching crate cocoro 0.1.0... [INFO] checking cocoro-0.1.0 against try#c387b04bf028733cd561d62128c8a5eee4bc1458+rustflags=-Dtail_expr_drop_order for pr-130930 [INFO] extracting crate cocoro 0.1.0 into /workspace/builds/worker-7-tc2/source [INFO] validating manifest of crates.io crate cocoro 0.1.0 on toolchain c387b04bf028733cd561d62128c8a5eee4bc1458 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate cocoro 0.1.0 [INFO] finished tweaking crates.io crate cocoro 0.1.0 [INFO] tweaked toml for crates.io crate cocoro 0.1.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 1 package to latest compatible version [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2eeff531eb6ed5fc268c67e0490e7e548698d5d48bff674f76a5652b9eab8acc [INFO] running `Command { std: "docker" "start" "-a" "2eeff531eb6ed5fc268c67e0490e7e548698d5d48bff674f76a5652b9eab8acc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2eeff531eb6ed5fc268c67e0490e7e548698d5d48bff674f76a5652b9eab8acc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2eeff531eb6ed5fc268c67e0490e7e548698d5d48bff674f76a5652b9eab8acc", kill_on_drop: false }` [INFO] [stdout] 2eeff531eb6ed5fc268c67e0490e7e548698d5d48bff674f76a5652b9eab8acc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 40bbe7434185b0e57b743178110036c378e462ba522a144b81d015a8c8b62d72 [INFO] running `Command { std: "docker" "start" "-a" "40bbe7434185b0e57b743178110036c378e462ba522a144b81d015a8c8b62d72", kill_on_drop: false }` [INFO] [stderr] Checking either v1.13.0 [INFO] [stderr] Checking cocoro v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: this value of type `Suspend>::Next>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/compose.rs:36:15 [INFO] [stdout] | [INFO] [stdout] 33 | fn resume(self, input: I) -> Self::Suspend { [INFO] [stdout] | ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 34 | use Suspend::{Return, Yield}; [INFO] [stdout] 35 | let Compose { a, b, .. } = self; [INFO] [stdout] | - these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 36 | match a.resume(input).into_enum() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Suspend>::Next>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/contramap_input.rs:22:15 [INFO] [stdout] | [INFO] [stdout] 20 | fn resume(self, input: I1) -> Self::Suspend { [INFO] [stdout] | ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 21 | let Self(coro, mut f) = self; [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 22 | match coro.resume(f(input)).into_enum() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Suspend>::Next>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/coro.rs:409:15 [INFO] [stdout] | [INFO] [stdout] 404 | fn assert_yields(self, expected: Y, input: I) -> Self::Next [INFO] [stdout] | -------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 409 | match self.resume(input).into_enum() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Suspend>::Next>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/coro.rs:453:15 [INFO] [stdout] | [INFO] [stdout] 448 | fn assert_returns(self, expected: R, input: I) [INFO] [stdout] | -------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 453 | match self.resume(input).into_enum() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Suspend>::Next>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/coro.rs:594:15 [INFO] [stdout] | [INFO] [stdout] 589 | fn for_each(self, mut f: F) -> R [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 594 | match self.resume(Default::default()).into_enum() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Suspend>::Next>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/flatten.rs:32:15 [INFO] [stdout] | [INFO] [stdout] 28 | fn resume(self, input: I) -> Self::Suspend { [INFO] [stdout] | ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 32 | match outer.resume(input).into_enum() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Option` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/into_coro.rs:27:15 [INFO] [stdout] | [INFO] [stdout] 26 | fn resume(mut self, _: ()) -> Self::Suspend { [INFO] [stdout] | -------- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 27 | match self.0.next() { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Suspend>::Next>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/map_return.rs:36:15 [INFO] [stdout] | [INFO] [stdout] 34 | fn resume(self, input: I) -> Self::Suspend { [INFO] [stdout] | ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 35 | let Self { coro, f, .. } = self; [INFO] [stdout] 36 | match coro.resume(input).into_enum() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Suspend>::Next>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/map_yield.rs:36:15 [INFO] [stdout] | [INFO] [stdout] 34 | fn resume(self, input: I) -> Self::Suspend { [INFO] [stdout] | ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 35 | let Self { coro, mut f, .. } = self; [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 36 | match coro.resume(input).into_enum() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Suspend>::Next>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/map_yield_while.rs:38:15 [INFO] [stdout] | [INFO] [stdout] 36 | fn resume(self, input: I) -> Self::Suspend { [INFO] [stdout] | ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 37 | let Self { coro, mut f, .. } = self; [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | match coro.resume(input).into_enum() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Suspend>::Next>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/zip.rs:24:15 [INFO] [stdout] | [INFO] [stdout] 21 | fn resume(self, input: I) -> Self::Suspend { [INFO] [stdout] | ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 22 | use Suspend::{Return, Yield}; [INFO] [stdout] 23 | let Zip(a, b) = self; [INFO] [stdout] | - these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 24 | match a.resume(input).into_enum() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Suspend>::Next>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/compose.rs:36:15 [INFO] [stdout] | [INFO] [stdout] 33 | fn resume(self, input: I) -> Self::Suspend { [INFO] [stdout] | ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 34 | use Suspend::{Return, Yield}; [INFO] [stdout] 35 | let Compose { a, b, .. } = self; [INFO] [stdout] | - these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 36 | match a.resume(input).into_enum() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Suspend>::Next>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/contramap_input.rs:22:15 [INFO] [stdout] | [INFO] [stdout] 20 | fn resume(self, input: I1) -> Self::Suspend { [INFO] [stdout] | ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 21 | let Self(coro, mut f) = self; [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 22 | match coro.resume(f(input)).into_enum() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Suspend>::Next>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/coro.rs:409:15 [INFO] [stdout] | [INFO] [stdout] 404 | fn assert_yields(self, expected: Y, input: I) -> Self::Next [INFO] [stdout] | -------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 409 | match self.resume(input).into_enum() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Suspend>::Next>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/coro.rs:453:15 [INFO] [stdout] | [INFO] [stdout] 448 | fn assert_returns(self, expected: R, input: I) [INFO] [stdout] | -------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 453 | match self.resume(input).into_enum() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Suspend>::Next>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/coro.rs:594:15 [INFO] [stdout] | [INFO] [stdout] 589 | fn for_each(self, mut f: F) -> R [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 594 | match self.resume(Default::default()).into_enum() { [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 11 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Suspend>::Next>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/flatten.rs:32:15 [INFO] [stdout] | [INFO] [stdout] 28 | fn resume(self, input: I) -> Self::Suspend { [INFO] [stdout] | ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 32 | match outer.resume(input).into_enum() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Option` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/into_coro.rs:27:15 [INFO] [stdout] | [INFO] [stdout] 26 | fn resume(mut self, _: ()) -> Self::Suspend { [INFO] [stdout] | -------- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 27 | match self.0.next() { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Suspend>::Next>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/map_return.rs:36:15 [INFO] [stdout] | [INFO] [stdout] 34 | fn resume(self, input: I) -> Self::Suspend { [INFO] [stdout] | ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 35 | let Self { coro, f, .. } = self; [INFO] [stdout] 36 | match coro.resume(input).into_enum() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Suspend>::Next>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/map_yield.rs:36:15 [INFO] [stdout] | [INFO] [stdout] 34 | fn resume(self, input: I) -> Self::Suspend { [INFO] [stdout] | ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 35 | let Self { coro, mut f, .. } = self; [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 36 | match coro.resume(input).into_enum() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Suspend>::Next>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/map_yield_while.rs:38:15 [INFO] [stdout] | [INFO] [stdout] 36 | fn resume(self, input: I) -> Self::Suspend { [INFO] [stdout] | ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 37 | let Self { coro, mut f, .. } = self; [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | match coro.resume(input).into_enum() { [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] [stderr] error: could not compile `cocoro` (lib) due to 12 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: this value of type `Suspend>::Next>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/zip.rs:24:15 [INFO] [stdout] | [INFO] [stdout] 21 | fn resume(self, input: I) -> Self::Suspend { [INFO] [stdout] | ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 22 | use Suspend::{Return, Yield}; [INFO] [stdout] 23 | let Zip(a, b) = self; [INFO] [stdout] | - these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 24 | match a.resume(input).into_enum() { [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 11 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `cocoro` (lib test) due to 12 previous errors [INFO] running `Command { std: "docker" "inspect" "40bbe7434185b0e57b743178110036c378e462ba522a144b81d015a8c8b62d72", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "40bbe7434185b0e57b743178110036c378e462ba522a144b81d015a8c8b62d72", kill_on_drop: false }` [INFO] [stdout] 40bbe7434185b0e57b743178110036c378e462ba522a144b81d015a8c8b62d72