[INFO] fetching crate stakker 0.2.11... [INFO] checking stakker-0.2.11 against try#4d98531622e1718ae0bc3c7a1ab9cd8938428452+rustflags=-Dtail_expr_drop_order for pr-129604 [INFO] extracting crate stakker 0.2.11 into /workspace/builds/worker-6-tc2/source [INFO] validating manifest of crates.io crate stakker 0.2.11 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 stakker 0.2.11 [INFO] finished tweaking crates.io crate stakker 0.2.11 [INFO] tweaked toml for crates.io crate stakker 0.2.11 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] crate crates.io crate stakker 0.2.11 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] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 8a059379ff3580aa6441c0cd6777371026cefc1aabfff01b78eb9e345f4c572a [INFO] running `Command { std: "docker" "start" "-a" "8a059379ff3580aa6441c0cd6777371026cefc1aabfff01b78eb9e345f4c572a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8a059379ff3580aa6441c0cd6777371026cefc1aabfff01b78eb9e345f4c572a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8a059379ff3580aa6441c0cd6777371026cefc1aabfff01b78eb9e345f4c572a", kill_on_drop: false }` [INFO] [stdout] 8a059379ff3580aa6441c0cd6777371026cefc1aabfff01b78eb9e345f4c572a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 04161c07384511d9efe24b70e25294e446e6817c561bc9dc790219b1db7335ca [INFO] running `Command { std: "docker" "start" "-a" "04161c07384511d9efe24b70e25294e446e6817c561bc9dc790219b1db7335ca", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Checking once_cell v1.18.0 [INFO] [stderr] Checking qcell v0.5.4 [INFO] [stderr] Compiling slab v0.4.8 [INFO] [stderr] Checking stakker v0.2.11 (/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/actor.rs:43:25 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn new(core: &mut Core, notify: Ret, parent_id: LogID) -> ActorOwn { [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 43 | Self::construct(Actor { [INFO] [stdout] | _________________________^ [INFO] [stdout] 44 | | rc: ActorRc::new(core, Some(notify), parent_id), [INFO] [stdout] 45 | | }) [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/actor.rs:124:52 [INFO] [stdout] | [INFO] [stdout] 122 | let actor = self.actor.clone(); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 123 | self.actor [INFO] [stdout] 124 | .defer(move |s| actor.terminate(s, StopCause::Dropped)); [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/actor.rs:192:14 [INFO] [stdout] | [INFO] [stdout] 191 | pub fn new(actorown: ActorOwn) -> Self { [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 192 | Self(Box::new(actorown)) [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/core.rs:46:19 [INFO] [stdout] | [INFO] [stdout] 44 | let (actor_owner, actor_maker) = new_actor_cell_owner(); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 45 | Self { [INFO] [stdout] 46 | core: Core::new(now, actor_maker), [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/core.rs:48:25 [INFO] [stdout] | [INFO] [stdout] 44 | let (actor_owner, actor_maker) = new_actor_cell_owner(); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 48 | alt_queues: Some((FnOnceQueue::new(), FnOnceQueue::new())), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/core.rs:470:41 [INFO] [stdout] | [INFO] [stdout] 468 | f: impl FnOnce(&mut Stakker) + 'static, [INFO] [stdout] | -------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 469 | ) -> FixedTimerKey { [INFO] [stdout] 470 | self.timers.add(self.now + dur, Box::new(f)) [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/core.rs:484:33 [INFO] [stdout] | [INFO] [stdout] 482 | f: impl FnOnce(&mut Stakker) + 'static, [INFO] [stdout] | -------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 483 | ) -> FixedTimerKey { [INFO] [stdout] 484 | self.timers.add(expiry, Box::new(f)) [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/core.rs:513:37 [INFO] [stdout] | [INFO] [stdout] 511 | f: impl FnOnce(&mut Stakker) + 'static, [INFO] [stdout] | -------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 512 | ) -> MaxTimerKey { [INFO] [stdout] 513 | self.timers.add_max(expiry, Box::new(f)) [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/core.rs:570:37 [INFO] [stdout] | [INFO] [stdout] 568 | f: impl FnOnce(&mut Stakker) + 'static, [INFO] [stdout] | -------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 569 | ) -> MinTimerKey { [INFO] [stdout] 570 | self.timers.add_min(expiry, Box::new(f)) [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/fwd.rs:58:14 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn new(f: impl Fn(M) + 'static) -> Self { [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 58 | Self(FwdRc::new(f)) [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/fwd.rs:78:19 [INFO] [stdout] | [INFO] [stdout] 71 | actor: Actor, [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 78 | Self::new(move |m| { [INFO] [stdout] | ___________________^ [INFO] [stdout] 79 | | let actor2 = actor.clone(); [INFO] [stdout] 80 | | actor.defer(move |s| actor2.apply(s, move |a, cx| f(a, cx, m))); [INFO] [stdout] 81 | | }) [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/fwd.rs:80:50 [INFO] [stdout] | [INFO] [stdout] 78 | Self::new(move |m| { [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 79 | let actor2 = actor.clone(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 80 | actor.defer(move |s| actor2.apply(s, move |a, cx| f(a, cx, m))); [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/fwd.rs:95:19 [INFO] [stdout] | [INFO] [stdout] 92 | actor: Actor, [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 95 | Self::new(move |m| { [INFO] [stdout] | ___________________^ [INFO] [stdout] 96 | | let actor2 = actor.clone(); [INFO] [stdout] 97 | | actor.defer(move |s| actor2.apply_prep(s, move |cx| f(cx, m))); [INFO] [stdout] 98 | | }) [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/fwd.rs:97:55 [INFO] [stdout] | [INFO] [stdout] 95 | Self::new(move |m| { [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 96 | let actor2 = actor.clone(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 97 | actor.defer(move |s| actor2.apply_prep(s, move |cx| f(cx, m))); [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/ret.rs:62:14 [INFO] [stdout] | [INFO] [stdout] 61 | pub fn new(f: impl FnOnce(Option) + 'static) -> Self { [INFO] [stdout] | ----------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 62 | Self(Some(Box::new(f))) [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/ret.rs:78:19 [INFO] [stdout] | [INFO] [stdout] 71 | actor: Actor, [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 72 | f: impl FnOnce(&mut A, &mut Cx<'_, A>, Option) + 'static, [INFO] [stdout] | ----------------------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 78 | Self::new(move |m| { [INFO] [stdout] | ___________________^ [INFO] [stdout] 79 | | let actor2 = actor.clone(); [INFO] [stdout] 80 | | actor.defer(move |s| actor2.apply(s, move |a, cx| f(a, cx, m))); [INFO] [stdout] 81 | | }) [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/ret.rs:80:50 [INFO] [stdout] | [INFO] [stdout] 72 | f: impl FnOnce(&mut A, &mut Cx<'_, A>, Option) + 'static, [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 78 | Self::new(move |m| { [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 79 | let actor2 = actor.clone(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 80 | actor.defer(move |s| actor2.apply(s, move |a, cx| f(a, cx, m))); [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/ret.rs:95:19 [INFO] [stdout] | [INFO] [stdout] 92 | actor: Actor, [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 93 | f: impl FnOnce(&mut Cx<'_, A>, Option) -> Option + 'static, [INFO] [stdout] | ---------------------------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 94 | ) -> Self { [INFO] [stdout] 95 | Self::new(move |m| { [INFO] [stdout] | ___________________^ [INFO] [stdout] 96 | | let actor2 = actor.clone(); [INFO] [stdout] 97 | | actor.defer(move |s| actor2.apply_prep(s, move |cx| f(cx, m))); [INFO] [stdout] 98 | | }) [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/ret.rs:97:55 [INFO] [stdout] | [INFO] [stdout] 93 | f: impl FnOnce(&mut Cx<'_, A>, Option) -> Option + 'static, [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 94 | ) -> Self { [INFO] [stdout] 95 | Self::new(move |m| { [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 96 | let actor2 = actor.clone(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 97 | actor.defer(move |s| actor2.apply_prep(s, move |cx| f(cx, m))); [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/ret.rs:110:19 [INFO] [stdout] | [INFO] [stdout] 107 | actor: Actor, [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 108 | f: impl FnOnce(&mut A, &mut Cx<'_, A>, M) + 'static, [INFO] [stdout] | --------------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 109 | ) -> Self { [INFO] [stdout] 110 | Self::new(move |m| { [INFO] [stdout] | ___________________^ [INFO] [stdout] 111 | | if let Some(m) = m { [INFO] [stdout] 112 | | let actor2 = actor.clone(); [INFO] [stdout] 113 | | actor.defer(move |s| actor2.apply(s, move |a, cx| f(a, cx, m))); [INFO] [stdout] 114 | | } [INFO] [stdout] 115 | | }) [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/ret.rs:113:54 [INFO] [stdout] | [INFO] [stdout] 108 | f: impl FnOnce(&mut A, &mut Cx<'_, A>, M) + 'static, [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 111 | if let Some(m) = m { [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 112 | let actor2 = actor.clone(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 113 | actor.defer(move |s| actor2.apply(s, move |a, cx| f(a, cx, m))); [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/ret.rs:129:19 [INFO] [stdout] | [INFO] [stdout] 126 | actor: Actor, [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 127 | f: impl FnOnce(&mut Cx<'_, A>, M) -> Option + 'static, [INFO] [stdout] | -------------------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 128 | ) -> Self { [INFO] [stdout] 129 | Self::new(move |m| { [INFO] [stdout] | ___________________^ [INFO] [stdout] 130 | | if let Some(m) = m { [INFO] [stdout] 131 | | let actor2 = actor.clone(); [INFO] [stdout] 132 | | actor.defer(move |s| actor2.apply_prep(s, move |cx| f(cx, m))); [INFO] [stdout] 133 | | } [INFO] [stdout] 134 | | }) [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/ret.rs:132:59 [INFO] [stdout] | [INFO] [stdout] 127 | f: impl FnOnce(&mut Cx<'_, A>, M) -> Option + 'static, [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 130 | if let Some(m) = m { [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 131 | let actor2 = actor.clone(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 132 | actor.defer(move |s| actor2.apply_prep(s, move |cx| f(cx, m))); [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/share.rs:69:17 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn new(core: &Core, val: T) -> Self { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 68 | Self { [INFO] [stdout] 69 | rc: Rc::new(core.sharecell_owner.cell(val)), [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/sync/waker.rs:75:24 [INFO] [stdout] | [INFO] [stdout] 73 | pub fn new(waker: Box) -> Self { [INFO] [stdout] | ---------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 74 | Self { [INFO] [stdout] 75 | pollwaker: Arc::new(PollWaker::new(waker)), [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/sync/waker.rs:76:19 [INFO] [stdout] | [INFO] [stdout] 73 | pub fn new(waker: Box) -> Self { [INFO] [stdout] | ---------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 76 | slab: Slab::new(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/sync/waker.rs:77:22 [INFO] [stdout] | [INFO] [stdout] 73 | pub fn new(waker: Box) -> Self { [INFO] [stdout] | ---------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 77 | bitmaps: Default::default(), [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/sync/waker.rs:174:21 [INFO] [stdout] | [INFO] [stdout] 146 | pub fn add(&mut self, cb: impl FnMut(&mut Stakker, bool) + 'static) -> Waker { [INFO] [stdout] | -------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 174 | bitmap: vec[vec_index as usize].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/task.rs:43:17 [INFO] [stdout] | [INFO] [stdout] 41 | pub fn new(core: &mut Core, inner: impl TaskTrait + 'static) -> Self { [INFO] [stdout] | ------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 42 | Self { [INFO] [stdout] 43 | rc: Rc::new(core.actor_maker.cell(Box::pin(inner))), [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/rc/minrc.rs:31:45 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn new(val: T) -> Self { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 30 | Self { [INFO] [stdout] 31 | ptr: NonNull::new(Box::into_raw(Box::new(MinRcBox { [INFO] [stdout] | _____________________________________________^ [INFO] [stdout] 32 | | count: Cell::new(1), [INFO] [stdout] 33 | | inner: val, [INFO] [stdout] 34 | | }))) [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/rc/minrc.rs:46:45 [INFO] [stdout] | [INFO] [stdout] 44 | pub(super) fn new_with(cb: impl FnOnce() -> Box>) -> Self { [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 45 | Self { [INFO] [stdout] 46 | ptr: NonNull::new(Box::into_raw(cb())).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/rc/actorrc_packed.rs:70:14 [INFO] [stdout] | [INFO] [stdout] 69 | pub fn new(core: &mut Core, notify: Option>, _parent_id: LogID) -> Self { [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 70 | Self(MinRc::new(ActorBox { [INFO] [stdout] | ______________^ [INFO] [stdout] 71 | | strong: Cell::new(CountAndState::new()), [INFO] [stdout] 72 | | deferrer: core.deferrer(), [INFO] [stdout] 73 | | notify: Cell::new(notify), [INFO] [stdout] ... | [INFO] [stdout] 78 | | })), [INFO] [stdout] 79 | | })) [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rc/actorrc_packed.rs:131:15 [INFO] [stdout] | [INFO] [stdout] 129 | pub fn to_ready(&self, s: &mut Stakker, val: A) { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 130 | let inner = s.actor_owner.rw(self.inner()); [INFO] [stdout] 131 | match mem::replace(inner, Inner::Ready(val)) { [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/rc/fwdrc_min.rs:11:14 [INFO] [stdout] | [INFO] [stdout] 7 | pub fn new(val: impl Fn(M) + 'static) -> Self { [INFO] [stdout] | ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11 | Self(MinRc::::new_with(|| { [INFO] [stdout] | ______________^ [INFO] [stdout] 12 | | Box::new(super::minrc::MinRcBox { [INFO] [stdout] 13 | | count: std::cell::Cell::new(1), [INFO] [stdout] 14 | | inner: val, // <= coerce appears to occur here [INFO] [stdout] 15 | | }) [INFO] [stdout] 16 | | })) [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/rc/fwdrc_min.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 7 | pub fn new(val: impl Fn(M) + 'static) -> Self { [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 12 | Box::new(super::minrc::MinRcBox { [INFO] [stdout] | ______________________^ [INFO] [stdout] 13 | | count: std::cell::Cell::new(1), [INFO] [stdout] 14 | | inner: val, // <= coerce appears to occur here [INFO] [stdout] 15 | | }) [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 35 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `stakker` (lib) due to 36 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/actor.rs:43:25 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn new(core: &mut Core, notify: Ret, parent_id: LogID) -> ActorOwn { [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 43 | Self::construct(Actor { [INFO] [stdout] | _________________________^ [INFO] [stdout] 44 | | rc: ActorRc::new(core, Some(notify), parent_id), [INFO] [stdout] 45 | | }) [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/actor.rs:124:52 [INFO] [stdout] | [INFO] [stdout] 122 | let actor = self.actor.clone(); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 123 | self.actor [INFO] [stdout] 124 | .defer(move |s| actor.terminate(s, StopCause::Dropped)); [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/actor.rs:192:14 [INFO] [stdout] | [INFO] [stdout] 191 | pub fn new(actorown: ActorOwn) -> Self { [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 192 | Self(Box::new(actorown)) [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/core.rs:46:19 [INFO] [stdout] | [INFO] [stdout] 44 | let (actor_owner, actor_maker) = new_actor_cell_owner(); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 45 | Self { [INFO] [stdout] 46 | core: Core::new(now, actor_maker), [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/core.rs:48:25 [INFO] [stdout] | [INFO] [stdout] 44 | let (actor_owner, actor_maker) = new_actor_cell_owner(); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 48 | alt_queues: Some((FnOnceQueue::new(), FnOnceQueue::new())), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/core.rs:470:41 [INFO] [stdout] | [INFO] [stdout] 468 | f: impl FnOnce(&mut Stakker) + 'static, [INFO] [stdout] | -------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 469 | ) -> FixedTimerKey { [INFO] [stdout] 470 | self.timers.add(self.now + dur, Box::new(f)) [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/core.rs:484:33 [INFO] [stdout] | [INFO] [stdout] 482 | f: impl FnOnce(&mut Stakker) + 'static, [INFO] [stdout] | -------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 483 | ) -> FixedTimerKey { [INFO] [stdout] 484 | self.timers.add(expiry, Box::new(f)) [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/core.rs:513:37 [INFO] [stdout] | [INFO] [stdout] 511 | f: impl FnOnce(&mut Stakker) + 'static, [INFO] [stdout] | -------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 512 | ) -> MaxTimerKey { [INFO] [stdout] 513 | self.timers.add_max(expiry, Box::new(f)) [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/core.rs:570:37 [INFO] [stdout] | [INFO] [stdout] 568 | f: impl FnOnce(&mut Stakker) + 'static, [INFO] [stdout] | -------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 569 | ) -> MinTimerKey { [INFO] [stdout] 570 | self.timers.add_min(expiry, Box::new(f)) [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/fwd.rs:58:14 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn new(f: impl Fn(M) + 'static) -> Self { [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 58 | Self(FwdRc::new(f)) [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/fwd.rs:78:19 [INFO] [stdout] | [INFO] [stdout] 71 | actor: Actor, [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 78 | Self::new(move |m| { [INFO] [stdout] | ___________________^ [INFO] [stdout] 79 | | let actor2 = actor.clone(); [INFO] [stdout] 80 | | actor.defer(move |s| actor2.apply(s, move |a, cx| f(a, cx, m))); [INFO] [stdout] 81 | | }) [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/fwd.rs:80:50 [INFO] [stdout] | [INFO] [stdout] 78 | Self::new(move |m| { [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 79 | let actor2 = actor.clone(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 80 | actor.defer(move |s| actor2.apply(s, move |a, cx| f(a, cx, m))); [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/fwd.rs:95:19 [INFO] [stdout] | [INFO] [stdout] 92 | actor: Actor, [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 95 | Self::new(move |m| { [INFO] [stdout] | ___________________^ [INFO] [stdout] 96 | | let actor2 = actor.clone(); [INFO] [stdout] 97 | | actor.defer(move |s| actor2.apply_prep(s, move |cx| f(cx, m))); [INFO] [stdout] 98 | | }) [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/fwd.rs:97:55 [INFO] [stdout] | [INFO] [stdout] 95 | Self::new(move |m| { [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 96 | let actor2 = actor.clone(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 97 | actor.defer(move |s| actor2.apply_prep(s, move |cx| f(cx, m))); [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/ret.rs:62:14 [INFO] [stdout] | [INFO] [stdout] 61 | pub fn new(f: impl FnOnce(Option) + 'static) -> Self { [INFO] [stdout] | ----------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 62 | Self(Some(Box::new(f))) [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/ret.rs:78:19 [INFO] [stdout] | [INFO] [stdout] 71 | actor: Actor, [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 72 | f: impl FnOnce(&mut A, &mut Cx<'_, A>, Option) + 'static, [INFO] [stdout] | ----------------------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 78 | Self::new(move |m| { [INFO] [stdout] | ___________________^ [INFO] [stdout] 79 | | let actor2 = actor.clone(); [INFO] [stdout] 80 | | actor.defer(move |s| actor2.apply(s, move |a, cx| f(a, cx, m))); [INFO] [stdout] 81 | | }) [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/ret.rs:80:50 [INFO] [stdout] | [INFO] [stdout] 72 | f: impl FnOnce(&mut A, &mut Cx<'_, A>, Option) + 'static, [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 78 | Self::new(move |m| { [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 79 | let actor2 = actor.clone(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 80 | actor.defer(move |s| actor2.apply(s, move |a, cx| f(a, cx, m))); [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/ret.rs:95:19 [INFO] [stdout] | [INFO] [stdout] 92 | actor: Actor, [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 93 | f: impl FnOnce(&mut Cx<'_, A>, Option) -> Option + 'static, [INFO] [stdout] | ---------------------------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 94 | ) -> Self { [INFO] [stdout] 95 | Self::new(move |m| { [INFO] [stdout] | ___________________^ [INFO] [stdout] 96 | | let actor2 = actor.clone(); [INFO] [stdout] 97 | | actor.defer(move |s| actor2.apply_prep(s, move |cx| f(cx, m))); [INFO] [stdout] 98 | | }) [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/ret.rs:97:55 [INFO] [stdout] | [INFO] [stdout] 93 | f: impl FnOnce(&mut Cx<'_, A>, Option) -> Option + 'static, [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 94 | ) -> Self { [INFO] [stdout] 95 | Self::new(move |m| { [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 96 | let actor2 = actor.clone(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 97 | actor.defer(move |s| actor2.apply_prep(s, move |cx| f(cx, m))); [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/ret.rs:110:19 [INFO] [stdout] | [INFO] [stdout] 107 | actor: Actor, [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 108 | f: impl FnOnce(&mut A, &mut Cx<'_, A>, M) + 'static, [INFO] [stdout] | --------------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 109 | ) -> Self { [INFO] [stdout] 110 | Self::new(move |m| { [INFO] [stdout] | ___________________^ [INFO] [stdout] 111 | | if let Some(m) = m { [INFO] [stdout] 112 | | let actor2 = actor.clone(); [INFO] [stdout] 113 | | actor.defer(move |s| actor2.apply(s, move |a, cx| f(a, cx, m))); [INFO] [stdout] 114 | | } [INFO] [stdout] 115 | | }) [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/ret.rs:113:54 [INFO] [stdout] | [INFO] [stdout] 108 | f: impl FnOnce(&mut A, &mut Cx<'_, A>, M) + 'static, [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 111 | if let Some(m) = m { [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 112 | let actor2 = actor.clone(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 113 | actor.defer(move |s| actor2.apply(s, move |a, cx| f(a, cx, m))); [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/ret.rs:129:19 [INFO] [stdout] | [INFO] [stdout] 126 | actor: Actor, [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 127 | f: impl FnOnce(&mut Cx<'_, A>, M) -> Option + 'static, [INFO] [stdout] | -------------------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 128 | ) -> Self { [INFO] [stdout] 129 | Self::new(move |m| { [INFO] [stdout] | ___________________^ [INFO] [stdout] 130 | | if let Some(m) = m { [INFO] [stdout] 131 | | let actor2 = actor.clone(); [INFO] [stdout] 132 | | actor.defer(move |s| actor2.apply_prep(s, move |cx| f(cx, m))); [INFO] [stdout] 133 | | } [INFO] [stdout] 134 | | }) [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/ret.rs:132:59 [INFO] [stdout] | [INFO] [stdout] 127 | f: impl FnOnce(&mut Cx<'_, A>, M) -> Option + 'static, [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 130 | if let Some(m) = m { [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 131 | let actor2 = actor.clone(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 132 | actor.defer(move |s| actor2.apply_prep(s, move |cx| f(cx, m))); [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/share.rs:69:17 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn new(core: &Core, val: T) -> Self { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 68 | Self { [INFO] [stdout] 69 | rc: Rc::new(core.sharecell_owner.cell(val)), [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/sync/waker.rs:75:24 [INFO] [stdout] | [INFO] [stdout] 73 | pub fn new(waker: Box) -> Self { [INFO] [stdout] | ---------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 74 | Self { [INFO] [stdout] 75 | pollwaker: Arc::new(PollWaker::new(waker)), [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/sync/waker.rs:76:19 [INFO] [stdout] | [INFO] [stdout] 73 | pub fn new(waker: Box) -> Self { [INFO] [stdout] | ---------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 76 | slab: Slab::new(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/sync/waker.rs:77:22 [INFO] [stdout] | [INFO] [stdout] 73 | pub fn new(waker: Box) -> Self { [INFO] [stdout] | ---------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 77 | bitmaps: Default::default(), [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/sync/waker.rs:174:21 [INFO] [stdout] | [INFO] [stdout] 146 | pub fn add(&mut self, cb: impl FnMut(&mut Stakker, bool) + 'static) -> Waker { [INFO] [stdout] | -------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 174 | bitmap: vec[vec_index as usize].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/task.rs:43:17 [INFO] [stdout] | [INFO] [stdout] 41 | pub fn new(core: &mut Core, inner: impl TaskTrait + 'static) -> Self { [INFO] [stdout] | ------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 42 | Self { [INFO] [stdout] 43 | rc: Rc::new(core.actor_maker.cell(Box::pin(inner))), [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/test/test.rs:82:39 [INFO] [stdout] | [INFO] [stdout] 79 | ... .map_err(|e| { [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 82 | ... match e.downcast::() { [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/macros.rs:1297:47 [INFO] [stdout] | [INFO] [stdout] 1297 | deferrer.defer(|s| s.shutdown($crate::StopCause::Dropped)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/actor.rs:89:9 [INFO] [stdout] | [INFO] [stdout] 89 | test_init_stopped!(Test::init_stop_1()); [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 `ret_shutdown` which comes from the expansion of the macro `test_init_stopped` (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/macros.rs:1297:47 [INFO] [stdout] | [INFO] [stdout] 1297 | deferrer.defer(|s| s.shutdown($crate::StopCause::Dropped)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/actor.rs:90:9 [INFO] [stdout] | [INFO] [stdout] 90 | test_init_stopped!(Test::init_stop_2()); [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 `ret_shutdown` which comes from the expansion of the macro `test_init_stopped` (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/macros.rs:1297:47 [INFO] [stdout] | [INFO] [stdout] 1297 | deferrer.defer(|s| s.shutdown($crate::StopCause::Dropped)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/actor.rs:105:9 [INFO] [stdout] | [INFO] [stdout] 105 | test_init_failed!("TEST fail"; Test::init_fail()); [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 `ret_shutdown` which comes from the expansion of the macro `test_init_failed` (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/macros.rs:1297:47 [INFO] [stdout] | [INFO] [stdout] 1297 | deferrer.defer(|s| s.shutdown($crate::StopCause::Dropped)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/actor.rs:106:9 [INFO] [stdout] | [INFO] [stdout] 106 | test_init_failed!("TEST fail_str"; Test::init_fail_str()); [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 `ret_shutdown` which comes from the expansion of the macro `test_init_failed` (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/macros.rs:1297:47 [INFO] [stdout] | [INFO] [stdout] 1297 | deferrer.defer(|s| s.shutdown($crate::StopCause::Dropped)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/actor.rs:107:9 [INFO] [stdout] | [INFO] [stdout] 107 | test_init_failed!("TEST fail_string"; Test::init_fail_string()); [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 `ret_shutdown` which comes from the expansion of the macro `test_init_failed` (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/macros.rs:1297:47 [INFO] [stdout] | [INFO] [stdout] 1297 | deferrer.defer(|s| s.shutdown($crate::StopCause::Dropped)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/actor.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | test_init_failed!("TEST fail macro 1"; Test::init_fail_macro_1()); [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 `ret_shutdown` which comes from the expansion of the macro `test_init_failed` (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/macros.rs:1297:47 [INFO] [stdout] | [INFO] [stdout] 1297 | deferrer.defer(|s| s.shutdown($crate::StopCause::Dropped)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/actor.rs:109:9 [INFO] [stdout] | [INFO] [stdout] 109 | test_init_failed!("TEST fail macro 2"; Test::init_fail_macro_2()); [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 `ret_shutdown` which comes from the expansion of the macro `test_init_failed` (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/macros.rs:1297:47 [INFO] [stdout] | [INFO] [stdout] 1297 | deferrer.defer(|s| s.shutdown($crate::StopCause::Dropped)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/actor.rs:110:9 [INFO] [stdout] | [INFO] [stdout] 110 | test_init_failed!("TEST fail macro 3"; Test::init_fail_macro_3()); [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 `ret_shutdown` which comes from the expansion of the macro `test_init_failed` (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/macros.rs:1297:47 [INFO] [stdout] | [INFO] [stdout] 1297 | deferrer.defer(|s| s.shutdown($crate::StopCause::Dropped)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/actor.rs:122:9 [INFO] [stdout] | [INFO] [stdout] 122 | test_stopped!(do_stop_1()); [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 `ret_shutdown` which comes from the expansion of the macro `test_stopped` (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/macros.rs:1297:47 [INFO] [stdout] | [INFO] [stdout] 1297 | deferrer.defer(|s| s.shutdown($crate::StopCause::Dropped)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/actor.rs:123:9 [INFO] [stdout] | [INFO] [stdout] 123 | test_stopped!(do_stop_2()); [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 `ret_shutdown` which comes from the expansion of the macro `test_stopped` (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/macros.rs:1297:47 [INFO] [stdout] | [INFO] [stdout] 1297 | deferrer.defer(|s| s.shutdown($crate::StopCause::Dropped)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/actor.rs:139:9 [INFO] [stdout] | [INFO] [stdout] 139 | test_failed!("TEST fail"; do_fail()); [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 `ret_shutdown` which comes from the expansion of the macro `test_failed` (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/macros.rs:1297:47 [INFO] [stdout] | [INFO] [stdout] 1297 | deferrer.defer(|s| s.shutdown($crate::StopCause::Dropped)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/actor.rs:140:9 [INFO] [stdout] | [INFO] [stdout] 140 | test_failed!("TEST fail_str"; do_fail_str()); [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 `ret_shutdown` which comes from the expansion of the macro `test_failed` (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/macros.rs:1297:47 [INFO] [stdout] | [INFO] [stdout] 1297 | deferrer.defer(|s| s.shutdown($crate::StopCause::Dropped)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/actor.rs:141:9 [INFO] [stdout] | [INFO] [stdout] 141 | test_failed!("TEST fail_string"; do_fail_string()); [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 `ret_shutdown` which comes from the expansion of the macro `test_failed` (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/macros.rs:1297:47 [INFO] [stdout] | [INFO] [stdout] 1297 | deferrer.defer(|s| s.shutdown($crate::StopCause::Dropped)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/actor.rs:142:9 [INFO] [stdout] | [INFO] [stdout] 142 | test_failed!("TEST fail macro 1"; do_fail_macro_1()); [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 `ret_shutdown` which comes from the expansion of the macro `test_failed` (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/macros.rs:1297:47 [INFO] [stdout] | [INFO] [stdout] 1297 | deferrer.defer(|s| s.shutdown($crate::StopCause::Dropped)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/actor.rs:143:9 [INFO] [stdout] | [INFO] [stdout] 143 | test_failed!("TEST fail macro 2"; do_fail_macro_2()); [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 `ret_shutdown` which comes from the expansion of the macro `test_failed` (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/macros.rs:1297:47 [INFO] [stdout] | [INFO] [stdout] 1297 | deferrer.defer(|s| s.shutdown($crate::StopCause::Dropped)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/actor.rs:144:9 [INFO] [stdout] | [INFO] [stdout] 144 | test_failed!("TEST fail macro 3"; do_fail_macro_3()); [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 `ret_shutdown` which comes from the expansion of the macro `test_failed` (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/macros.rs:1297:47 [INFO] [stdout] | [INFO] [stdout] 1297 | deferrer.defer(|s| s.shutdown($crate::StopCause::Dropped)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/actor.rs:159:9 [INFO] [stdout] | [INFO] [stdout] 159 | test_killed!("TEST kill"; a; a.kill(s, Box::new(StringError("TEST kill".into())))); [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 `ret_shutdown` which comes from the expansion of the macro `test_killed` (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/macros.rs:1297:47 [INFO] [stdout] | [INFO] [stdout] 1297 | deferrer.defer(|s| s.shutdown($crate::StopCause::Dropped)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/actor.rs:160:9 [INFO] [stdout] | [INFO] [stdout] 160 | test_killed!("TEST kill_str"; a; a.kill_str(s, "TEST kill_str")); [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 `ret_shutdown` which comes from the expansion of the macro `test_killed` (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/macros.rs:1297:47 [INFO] [stdout] | [INFO] [stdout] 1297 | deferrer.defer(|s| s.shutdown($crate::StopCause::Dropped)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/actor.rs:161:9 [INFO] [stdout] | [INFO] [stdout] 161 | test_killed!("TEST kill_string"; a; a.kill_string(s, "TEST kill_string")); [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 `ret_shutdown` which comes from the expansion of the macro `test_killed` (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/macros.rs:1297:47 [INFO] [stdout] | [INFO] [stdout] 1297 | deferrer.defer(|s| s.shutdown($crate::StopCause::Dropped)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/actor.rs:162:9 [INFO] [stdout] | [INFO] [stdout] 162 | test_killed!("TEST macro kill 1"; a; kill!(a, Box::new(StringError("TEST macro kill 1".into())))); [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 `ret_shutdown` which comes from the expansion of the macro `test_killed` (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/macros.rs:1297:47 [INFO] [stdout] | [INFO] [stdout] 1297 | deferrer.defer(|s| s.shutdown($crate::StopCause::Dropped)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/actor.rs:163:9 [INFO] [stdout] | [INFO] [stdout] 163 | test_killed!("TEST macro kill 2"; a; kill!(a, "TEST macro kill 2")); [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 `ret_shutdown` which comes from the expansion of the macro `test_killed` (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/macros.rs:1297:47 [INFO] [stdout] | [INFO] [stdout] 1297 | deferrer.defer(|s| s.shutdown($crate::StopCause::Dropped)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/actor.rs:164:9 [INFO] [stdout] | [INFO] [stdout] 164 | test_killed!("TEST macro kill 3"; a; kill!(a, "{}", "TEST macro kill 3")); [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 `ret_shutdown` which comes from the expansion of the macro `test_killed` (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/macros.rs:1297:47 [INFO] [stdout] | [INFO] [stdout] 1297 | deferrer.defer(|s| s.shutdown($crate::StopCause::Dropped)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/actor.rs:167:41 [INFO] [stdout] | [INFO] [stdout] 167 | let a = actor!(s, Test::init(), ret_shutdown!(s)); [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 `ret_shutdown` (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/macros.rs:1297:47 [INFO] [stdout] | [INFO] [stdout] 1297 | deferrer.defer(|s| s.shutdown($crate::StopCause::Dropped)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/actor.rs:174:41 [INFO] [stdout] | [INFO] [stdout] 174 | let g = actor!(s, Test::init(), ret_shutdown!(s)); [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 `ret_shutdown` (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/macros.rs:1297:47 [INFO] [stdout] | [INFO] [stdout] 1297 | deferrer.defer(|s| s.shutdown($crate::StopCause::Dropped)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/actor.rs:316:9 [INFO] [stdout] | [INFO] [stdout] 316 | expect_fail!([A::init0()]; stop_b(); "Test fail 0"); [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 `ret_shutdown` which comes from the expansion of the macro `expect_fail` (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/macros.rs:1297:47 [INFO] [stdout] | [INFO] [stdout] 1297 | deferrer.defer(|s| s.shutdown($crate::StopCause::Dropped)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/actor.rs:317:9 [INFO] [stdout] | [INFO] [stdout] 317 | expect_fail!([A::init0()]; fail_b(); "Test fail 0"); [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 `ret_shutdown` which comes from the expansion of the macro `expect_fail` (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/macros.rs:1297:47 [INFO] [stdout] | [INFO] [stdout] 1297 | deferrer.defer(|s| s.shutdown($crate::StopCause::Dropped)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/actor.rs:318:9 [INFO] [stdout] | [INFO] [stdout] 318 | expect_fail!([A::init0()]; drop_b(); "Test fail 0"); [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 `ret_shutdown` which comes from the expansion of the macro `expect_fail` (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/macros.rs:1297:47 [INFO] [stdout] | [INFO] [stdout] 1297 | deferrer.defer(|s| s.shutdown($crate::StopCause::Dropped)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/actor.rs:319:9 [INFO] [stdout] | [INFO] [stdout] 319 | expect_fail!([A::init0()]; kill_b(); "Test fail 0"); [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 `ret_shutdown` which comes from the expansion of the macro `expect_fail` (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/macros.rs:1297:47 [INFO] [stdout] | [INFO] [stdout] 1297 | deferrer.defer(|s| s.shutdown($crate::StopCause::Dropped)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/actor.rs:321:9 [INFO] [stdout] | [INFO] [stdout] 321 | expect_fail!([A::init1()]; stop_b(); "Test fail 1"); [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 `ret_shutdown` which comes from the expansion of the macro `expect_fail` (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/macros.rs:1297:47 [INFO] [stdout] | [INFO] [stdout] 1297 | deferrer.defer(|s| s.shutdown($crate::StopCause::Dropped)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/actor.rs:322:9 [INFO] [stdout] | [INFO] [stdout] 322 | expect_fail!([A::init1()]; fail_b(); "Test fail 1"); [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 `ret_shutdown` which comes from the expansion of the macro `expect_fail` (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/macros.rs:1297:47 [INFO] [stdout] | [INFO] [stdout] 1297 | deferrer.defer(|s| s.shutdown($crate::StopCause::Dropped)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/actor.rs:323:9 [INFO] [stdout] | [INFO] [stdout] 323 | expect_fail!([A::init1()]; drop_b(); "Test fail 1"); [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 `ret_shutdown` which comes from the expansion of the macro `expect_fail` (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/macros.rs:1297:47 [INFO] [stdout] | [INFO] [stdout] 1297 | deferrer.defer(|s| s.shutdown($crate::StopCause::Dropped)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/actor.rs:324:9 [INFO] [stdout] | [INFO] [stdout] 324 | expect_fail!([A::init1()]; kill_b(); "Test fail 1"); [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 `ret_shutdown` which comes from the expansion of the macro `expect_fail` (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/macros.rs:1297:47 [INFO] [stdout] | [INFO] [stdout] 1297 | deferrer.defer(|s| s.shutdown($crate::StopCause::Dropped)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/actor.rs:326:9 [INFO] [stdout] | [INFO] [stdout] 326 | expect_fail!([A::init2()]; stop_b(); "Test fail 2"); [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 `ret_shutdown` which comes from the expansion of the macro `expect_fail` (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/macros.rs:1297:47 [INFO] [stdout] | [INFO] [stdout] 1297 | deferrer.defer(|s| s.shutdown($crate::StopCause::Dropped)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/actor.rs:327:9 [INFO] [stdout] | [INFO] [stdout] 327 | expect_fail!([A::init2()]; fail_b(); "Test fail 2"); [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 `ret_shutdown` which comes from the expansion of the macro `expect_fail` (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/macros.rs:1297:47 [INFO] [stdout] | [INFO] [stdout] 1297 | deferrer.defer(|s| s.shutdown($crate::StopCause::Dropped)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/actor.rs:328:9 [INFO] [stdout] | [INFO] [stdout] 328 | expect_fail!([A::init2()]; drop_b(); "Test fail 2"); [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 `ret_shutdown` which comes from the expansion of the macro `expect_fail` (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/macros.rs:1297:47 [INFO] [stdout] | [INFO] [stdout] 1297 | deferrer.defer(|s| s.shutdown($crate::StopCause::Dropped)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/actor.rs:329:9 [INFO] [stdout] | [INFO] [stdout] 329 | expect_fail!([A::init2()]; kill_b(); "Test fail 2"); [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 `ret_shutdown` which comes from the expansion of the macro `expect_fail` (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/macros.rs:1297:47 [INFO] [stdout] | [INFO] [stdout] 1297 | deferrer.defer(|s| s.shutdown($crate::StopCause::Dropped)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/actor.rs:333:9 [INFO] [stdout] | [INFO] [stdout] 333 | expect_okay!([A::init3()]; stop_b()); [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 `ret_shutdown` which comes from the expansion of the macro `expect_okay` (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/macros.rs:1297:47 [INFO] [stdout] | [INFO] [stdout] 1297 | deferrer.defer(|s| s.shutdown($crate::StopCause::Dropped)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/actor.rs:334:9 [INFO] [stdout] | [INFO] [stdout] 334 | expect_fail!([A::init3()]; fail_b(); "Test fail 3"); [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 `ret_shutdown` which comes from the expansion of the macro `expect_fail` (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/macros.rs:1297:47 [INFO] [stdout] | [INFO] [stdout] 1297 | deferrer.defer(|s| s.shutdown($crate::StopCause::Dropped)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/actor.rs:335:9 [INFO] [stdout] | [INFO] [stdout] 335 | expect_okay!([A::init3()]; drop_b()); [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 `ret_shutdown` which comes from the expansion of the macro `expect_okay` (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/macros.rs:1297:47 [INFO] [stdout] | [INFO] [stdout] 1297 | deferrer.defer(|s| s.shutdown($crate::StopCause::Dropped)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/actor.rs:336:9 [INFO] [stdout] | [INFO] [stdout] 336 | expect_okay!([A::init3()]; kill_b()); [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 `ret_shutdown` which comes from the expansion of the macro `expect_okay` (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/macros.rs:1297:47 [INFO] [stdout] | [INFO] [stdout] 1297 | deferrer.defer(|s| s.shutdown($crate::StopCause::Dropped)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/actor.rs:338:9 [INFO] [stdout] | [INFO] [stdout] 338 | expect_okay!([A::init4()]; stop_b()); [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 `ret_shutdown` which comes from the expansion of the macro `expect_okay` (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/macros.rs:1297:47 [INFO] [stdout] | [INFO] [stdout] 1297 | deferrer.defer(|s| s.shutdown($crate::StopCause::Dropped)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/actor.rs:339:9 [INFO] [stdout] | [INFO] [stdout] 339 | expect_fail!([A::init4()]; fail_b(); "Test fail 4"); [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 `ret_shutdown` which comes from the expansion of the macro `expect_fail` (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/macros.rs:1297:47 [INFO] [stdout] | [INFO] [stdout] 1297 | deferrer.defer(|s| s.shutdown($crate::StopCause::Dropped)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/actor.rs:340:9 [INFO] [stdout] | [INFO] [stdout] 340 | expect_okay!([A::init4()]; drop_b()); [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 `ret_shutdown` which comes from the expansion of the macro `expect_okay` (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/macros.rs:1297:47 [INFO] [stdout] | [INFO] [stdout] 1297 | deferrer.defer(|s| s.shutdown($crate::StopCause::Dropped)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/actor.rs:341:9 [INFO] [stdout] | [INFO] [stdout] 341 | expect_okay!([A::init4()]; kill_b()); [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 `ret_shutdown` which comes from the expansion of the macro `expect_okay` (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/macros.rs:1297:47 [INFO] [stdout] | [INFO] [stdout] 1297 | deferrer.defer(|s| s.shutdown($crate::StopCause::Dropped)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/actor.rs:343:9 [INFO] [stdout] | [INFO] [stdout] 343 | expect_okay!([A::init5()]; stop_b()); [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 `ret_shutdown` which comes from the expansion of the macro `expect_okay` (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/macros.rs:1297:47 [INFO] [stdout] | [INFO] [stdout] 1297 | deferrer.defer(|s| s.shutdown($crate::StopCause::Dropped)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/actor.rs:344:9 [INFO] [stdout] | [INFO] [stdout] 344 | expect_fail!([A::init5()]; fail_b(); "Test fail 5"); [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 `ret_shutdown` which comes from the expansion of the macro `expect_fail` (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/macros.rs:1297:47 [INFO] [stdout] | [INFO] [stdout] 1297 | deferrer.defer(|s| s.shutdown($crate::StopCause::Dropped)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/actor.rs:345:9 [INFO] [stdout] | [INFO] [stdout] 345 | expect_okay!([A::init5()]; drop_b()); [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 `ret_shutdown` which comes from the expansion of the macro `expect_okay` (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/macros.rs:1297:47 [INFO] [stdout] | [INFO] [stdout] 1297 | deferrer.defer(|s| s.shutdown($crate::StopCause::Dropped)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/actor.rs:346:9 [INFO] [stdout] | [INFO] [stdout] 346 | expect_okay!([A::init5()]; kill_b()); [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 `ret_shutdown` which comes from the expansion of the macro `expect_okay` (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/macros.rs:1297:47 [INFO] [stdout] | [INFO] [stdout] 1297 | deferrer.defer(|s| s.shutdown($crate::StopCause::Dropped)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/actor.rs:426:48 [INFO] [stdout] | [INFO] [stdout] 426 | let parent = actor!(s, Parent::init(), ret_shutdown!(s)); [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 `ret_shutdown` (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/macros.rs:428:66 [INFO] [stdout] | [INFO] [stdout] 402 | let actor = $actor.access_actor().clone(); // Expecting Actor or Cx ref [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 403 | let _args = ( $($x,)* ); // This must be before access borrow [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 428 | $crate::$handler!($hargs $core; move |s| $actor.apply(s, move |o, c| o.$method(c $(, $args.$xi)*))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/macros.rs:118:9 [INFO] [stdout] | [INFO] [stdout] 118 | call!([b, cx], get(ret_to!([cx], Self::ret_test_1(b, si) as (u8)))); [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 `$crate::generic_call_ready` which comes from the expansion of the macro `call` (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/macros.rs:428:66 [INFO] [stdout] | [INFO] [stdout] 402 | let actor = $actor.access_actor().clone(); // Expecting Actor or Cx ref [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 403 | let _args = ( $($x,)* ); // This must be before access borrow [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 428 | $crate::$handler!($hargs $core; move |s| $actor.apply(s, move |o, c| o.$method(c $(, $args.$xi)*))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/macros.rs:129:9 [INFO] [stdout] | [INFO] [stdout] 129 | call!([b, cx], get(ret_to!([cx], ret_test_3(b, si) as (u8)))); [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 `$crate::generic_call_ready` which comes from the expansion of the macro `call` (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/macros.rs:428:66 [INFO] [stdout] | [INFO] [stdout] 402 | let actor = $actor.access_actor().clone(); // Expecting Actor or Cx ref [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 403 | let _args = ( $($x,)* ); // This must be before access borrow [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 428 | $crate::$handler!($hargs $core; move |s| $actor.apply(s, move |o, c| o.$method(c $(, $args.$xi)*))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/macros.rs:134:9 [INFO] [stdout] | [INFO] [stdout] 134 | / call!( [INFO] [stdout] 135 | | [b], [INFO] [stdout] 136 | | get(ret_to!([cx], |_, _, rv: Option| { [INFO] [stdout] 137 | | assert_eq!(rv, Some(123)); [INFO] [stdout] 138 | | SCORE!(si); [INFO] [stdout] 139 | | })) [INFO] [stdout] 140 | | ); [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 `$crate::generic_call_ready` which comes from the expansion of the macro `call` (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/macros.rs:428:66 [INFO] [stdout] | [INFO] [stdout] 402 | let actor = $actor.access_actor().clone(); // Expecting Actor or Cx ref [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 403 | let _args = ( $($x,)* ); // This must be before access borrow [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 428 | $crate::$handler!($hargs $core; move |s| $actor.apply(s, move |o, c| o.$method(c $(, $args.$xi)*))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/macros.rs:143:9 [INFO] [stdout] | [INFO] [stdout] 143 | / call!( [INFO] [stdout] 144 | | [b, cx], [INFO] [stdout] 145 | | get(ret_some_to!([cx], Self::ret_some_test_1(b, si) as (u8))) [INFO] [stdout] 146 | | ); [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 `$crate::generic_call_ready` which comes from the expansion of the macro `call` (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/macros.rs:428:66 [INFO] [stdout] | [INFO] [stdout] 402 | let actor = $actor.access_actor().clone(); // Expecting Actor or Cx ref [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 403 | let _args = ( $($x,)* ); // This must be before access borrow [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 428 | $crate::$handler!($hargs $core; move |s| $actor.apply(s, move |o, c| o.$method(c $(, $args.$xi)*))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/macros.rs:151:9 [INFO] [stdout] | [INFO] [stdout] 151 | / call!( [INFO] [stdout] 152 | | [b, cx], [INFO] [stdout] 153 | | get(ret_some_to!([cx], ret_some_test_2(b, si) as (u8))) [INFO] [stdout] 154 | | ); [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 `$crate::generic_call_ready` which comes from the expansion of the macro `call` (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/macros.rs:428:66 [INFO] [stdout] | [INFO] [stdout] 402 | let actor = $actor.access_actor().clone(); // Expecting Actor or Cx ref [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 403 | let _args = ( $($x,)* ); // This must be before access borrow [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 428 | $crate::$handler!($hargs $core; move |s| $actor.apply(s, move |o, c| o.$method(c $(, $args.$xi)*))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/macros.rs:159:9 [INFO] [stdout] | [INFO] [stdout] 159 | / call!( [INFO] [stdout] 160 | | [b], [INFO] [stdout] 161 | | get(ret_some_to!([cx], |_, _, rv: u8| { [INFO] [stdout] 162 | | assert_eq!(rv, 123); [INFO] [stdout] 163 | | SCORE!(si); [INFO] [stdout] 164 | | })) [INFO] [stdout] 165 | | ); [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 `$crate::generic_call_ready` which comes from the expansion of the macro `call` (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/macros.rs:428:66 [INFO] [stdout] | [INFO] [stdout] 402 | let actor = $actor.access_actor().clone(); // Expecting Actor or Cx ref [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 403 | let _args = ( $($x,)* ); // This must be before access borrow [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 428 | $crate::$handler!($hargs $core; move |s| $actor.apply(s, move |o, c| o.$method(c $(, $args.$xi)*))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/macros.rs:215:9 [INFO] [stdout] | [INFO] [stdout] 215 | call!([cx], get2(resp)); [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 `$crate::generic_call_ready` which comes from the expansion of the macro `call` (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/macros.rs:428:66 [INFO] [stdout] | [INFO] [stdout] 402 | let actor = $actor.access_actor().clone(); // Expecting Actor or Cx ref [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 403 | let _args = ( $($x,)* ); // This must be before access borrow [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 428 | $crate::$handler!($hargs $core; move |s| $actor.apply(s, move |o, c| o.$method(c $(, $args.$xi)*))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/macros.rs:258:9 [INFO] [stdout] | [INFO] [stdout] 258 | / call!( [INFO] [stdout] 259 | | [a], [INFO] [stdout] 260 | | get(ret_some_do!(move |()| { [INFO] [stdout] 261 | | SCORE!(si); [INFO] [stdout] 262 | | })) [INFO] [stdout] 263 | | ); [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 `$crate::generic_call_ready` which comes from the expansion of the macro `call` (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/macros.rs:428:66 [INFO] [stdout] | [INFO] [stdout] 402 | let actor = $actor.access_actor().clone(); // Expecting Actor or Cx ref [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 403 | let _args = ( $($x,)* ); // This must be before access borrow [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 428 | $crate::$handler!($hargs $core; move |s| $actor.apply(s, move |o, c| o.$method(c $(, $args.$xi)*))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/macros.rs:265:9 [INFO] [stdout] | [INFO] [stdout] 265 | / call!( [INFO] [stdout] 266 | | [b], [INFO] [stdout] 267 | | get(ret_some_do!(move |v| { [INFO] [stdout] 268 | | assert_eq!(v, 123); [INFO] [stdout] 269 | | SCORE!(si); [INFO] [stdout] 270 | | })) [INFO] [stdout] 271 | | ); [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 `$crate::generic_call_ready` which comes from the expansion of the macro `call` (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/macros.rs:428:66 [INFO] [stdout] | [INFO] [stdout] 402 | let actor = $actor.access_actor().clone(); // Expecting Actor or Cx ref [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 403 | let _args = ( $($x,)* ); // This must be before access borrow [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 428 | $crate::$handler!($hargs $core; move |s| $actor.apply(s, move |o, c| o.$method(c $(, $args.$xi)*))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/macros.rs:273:9 [INFO] [stdout] | [INFO] [stdout] 273 | / call!( [INFO] [stdout] 274 | | [c], [INFO] [stdout] 275 | | get(ret_some_do!(move |(v1, v2)| { [INFO] [stdout] 276 | | assert_eq!(v1, 123); [INFO] [stdout] ... | [INFO] [stdout] 279 | | })) [INFO] [stdout] 280 | | ); [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 `$crate::generic_call_ready` which comes from the expansion of the macro `call` (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/macros.rs:435:71 [INFO] [stdout] | [INFO] [stdout] 410 | let actor = $actor.access_actor().clone(); // Expecting Actor or Cx ref [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 411 | let _args = ( $($x,)* ); // This must be before access borrow [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 435 | $crate::$handler!($hargs $core; move |s| $actor.apply_prep(s, move |c| <$atyp>::$method(c $(, $args.$xi)*))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/macros.rs:445:9 [INFO] [stdout] | [INFO] [stdout] 445 | call!([a], A::ret_test(b.clone(), aux.si())); [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 `$crate::generic_call_prep` which comes from the expansion of the macro `call` (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/macros.rs:435:71 [INFO] [stdout] | [INFO] [stdout] 410 | let actor = $actor.access_actor().clone(); // Expecting Actor or Cx ref [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 411 | let _args = ( $($x,)* ); // This must be before access borrow [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 435 | $crate::$handler!($hargs $core; move |s| $actor.apply_prep(s, move |c| <$atyp>::$method(c $(, $args.$xi)*))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/macros.rs:460:9 [INFO] [stdout] | [INFO] [stdout] 460 | call!([a], A::ret_some_test(b.clone(), aux.si())); [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 `$crate::generic_call_prep` which comes from the expansion of the macro `call` (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/macros.rs:1297:47 [INFO] [stdout] | [INFO] [stdout] 1297 | deferrer.defer(|s| s.shutdown($crate::StopCause::Dropped)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/macros.rs:477:19 [INFO] [stdout] | [INFO] [stdout] 477 | let ret = ret_shutdown!(s); [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 `ret_shutdown` (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/macros.rs:1297:47 [INFO] [stdout] | [INFO] [stdout] 1297 | deferrer.defer(|s| s.shutdown($crate::StopCause::Dropped)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/macros.rs:483:19 [INFO] [stdout] | [INFO] [stdout] 483 | let ret = ret_shutdown!(s); [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 `ret_shutdown` (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/test/thread.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 17 | let pair1 = Arc::new((Mutex::new(0_usize), Condvar::new())); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 18 | let pair2 = pair1.clone(); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 21 | / move || { [INFO] [stdout] 22 | | let mut lock = pair1.0.lock().unwrap(); [INFO] [stdout] 23 | | *lock = lock.wrapping_add(1); [INFO] [stdout] 24 | | pair1.1.notify_one(); [INFO] [stdout] 25 | | }, [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/test/thread.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 17 | let pair1 = Arc::new((Mutex::new(0_usize), Condvar::new())); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 18 | let pair2 = pair1.clone(); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 26 | / move || { [INFO] [stdout] 27 | | let mut lock = pair2.0.lock().unwrap(); [INFO] [stdout] 28 | | while *lock == count { [INFO] [stdout] 29 | | lock = pair2.1.wait(lock).unwrap(); [INFO] [stdout] 30 | | } [INFO] [stdout] 31 | | count = *lock; [INFO] [stdout] 32 | | }, [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/test/thread.rs:58:22 [INFO] [stdout] | [INFO] [stdout] 47 | let mut thread = PipedThread::spawn( [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 58 | Some(Self { [INFO] [stdout] | ______________________^ [INFO] [stdout] 59 | | thread: Some(thread), [INFO] [stdout] 60 | | expect: 5, [INFO] [stdout] 61 | | }) [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:875:13 [INFO] [stdout] | [INFO] [stdout] 875 | let actor = $actor.access_actor().clone(); // Expecting Actor or Cx ref [INFO] [stdout] | ----- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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/macros.rs:1297:47 [INFO] [stdout] | [INFO] [stdout] 1297 | deferrer.defer(|s| s.shutdown($crate::StopCause::Dropped)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/thread.rs:92:46 [INFO] [stdout] | [INFO] [stdout] 92 | let _actor = actor!(s, Test::init(), ret_shutdown!(s)); [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 `ret_shutdown` (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/test/thread.rs:127:22 [INFO] [stdout] | [INFO] [stdout] 113 | let mut thread = PipedThread::spawn( [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 127 | Some(Self { thread, expect: 5 }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:875:13 [INFO] [stdout] | [INFO] [stdout] 875 | let actor = $actor.access_actor().clone(); // Expecting Actor or Cx ref [INFO] [stdout] | ----- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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/macros.rs:1297:47 [INFO] [stdout] | [INFO] [stdout] 1297 | deferrer.defer(|s| s.shutdown($crate::StopCause::Dropped)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/thread.rs:151:46 [INFO] [stdout] | [INFO] [stdout] 151 | let _actor = actor!(s, Test::init(), ret_shutdown!(s)); [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 `ret_shutdown` (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/test/thread.rs:181:22 [INFO] [stdout] | [INFO] [stdout] 170 | let thread = PipedThread::spawn( [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 181 | Some(Self { [INFO] [stdout] | ______________________^ [INFO] [stdout] 182 | | _thread: thread, [INFO] [stdout] 183 | | expect: 0, [INFO] [stdout] 184 | | }) [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:875:13 [INFO] [stdout] | [INFO] [stdout] 875 | let actor = $actor.access_actor().clone(); // Expecting Actor or Cx ref [INFO] [stdout] | ----- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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/macros.rs:1297:47 [INFO] [stdout] | [INFO] [stdout] 1297 | deferrer.defer(|s| s.shutdown($crate::StopCause::Dropped)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/thread.rs:207:46 [INFO] [stdout] | [INFO] [stdout] 207 | let _actor = actor!(s, Test::init(), ret_shutdown!(s)); [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 `ret_shutdown` (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/test/thread.rs:244:22 [INFO] [stdout] | [INFO] [stdout] 225 | let mut thread = PipedThread::spawn( [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 244 | Some(Self { _thread: thread }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:875:13 [INFO] [stdout] | [INFO] [stdout] 875 | let actor = $actor.access_actor().clone(); // Expecting Actor or Cx ref [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/macros.rs:1297:47 [INFO] [stdout] | [INFO] [stdout] 1297 | deferrer.defer(|s| s.shutdown($crate::StopCause::Dropped)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/thread.rs:260:46 [INFO] [stdout] | [INFO] [stdout] 260 | let _actor = actor!(s, Test::init(), ret_shutdown!(s)); [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 `ret_shutdown` (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/test/thread.rs:288:22 [INFO] [stdout] | [INFO] [stdout] 279 | let thread = PipedThread::spawn( [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 288 | Some(Self { _thread: thread }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:875:13 [INFO] [stdout] | [INFO] [stdout] 875 | let actor = $actor.access_actor().clone(); // Expecting Actor or Cx ref [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/macros.rs:1297:47 [INFO] [stdout] | [INFO] [stdout] 1297 | deferrer.defer(|s| s.shutdown($crate::StopCause::Dropped)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/thread.rs:308:46 [INFO] [stdout] | [INFO] [stdout] 308 | let _actor = actor!(s, Test::init(), ret_shutdown!(s)); [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 `ret_shutdown` (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/test/thread.rs:346:22 [INFO] [stdout] | [INFO] [stdout] 328 | let fwd = fwd_to!([cx], recv() as (usize)); [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 329 | let (channel, guard) = Channel::new(cx, fwd); [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] 330 | let done = Arc::new(AtomicBool::new(false)); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 331 | let done_clone = done.clone(); [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 346 | Some(Self { [INFO] [stdout] | ______________________^ [INFO] [stdout] 347 | | expect: 0, [INFO] [stdout] 348 | | guard: Some(guard), [INFO] [stdout] 349 | | done, [INFO] [stdout] 350 | | }) [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:875:13 [INFO] [stdout] | [INFO] [stdout] 875 | let actor = $actor.access_actor().clone(); // Expecting Actor or Cx ref [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/macros.rs:1297:47 [INFO] [stdout] | [INFO] [stdout] 1297 | deferrer.defer(|s| s.shutdown($crate::StopCause::Dropped)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/test/thread.rs:377:46 [INFO] [stdout] | [INFO] [stdout] 377 | let _actor = actor!(s, Test::init(), ret_shutdown!(s)); [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 `ret_shutdown` (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/test/waker.rs:90:24 [INFO] [stdout] | [INFO] [stdout] 85 | let state = state.clone(); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 90 | waker: s.waker(move |_, deleted| { [INFO] [stdout] | ________________________^ [INFO] [stdout] 91 | | let mut st = state.borrow_mut(); [INFO] [stdout] 92 | | if deleted { [INFO] [stdout] 93 | | // Should only be deleted once [INFO] [stdout] ... | [INFO] [stdout] 101 | | } [INFO] [stdout] 102 | | }), [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/rc/minrc.rs:31:45 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn new(val: T) -> Self { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 30 | Self { [INFO] [stdout] 31 | ptr: NonNull::new(Box::into_raw(Box::new(MinRcBox { [INFO] [stdout] | _____________________________________________^ [INFO] [stdout] 32 | | count: Cell::new(1), [INFO] [stdout] 33 | | inner: val, [INFO] [stdout] 34 | | }))) [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/rc/minrc.rs:46:45 [INFO] [stdout] | [INFO] [stdout] 44 | pub(super) fn new_with(cb: impl FnOnce() -> Box>) -> Self { [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 45 | Self { [INFO] [stdout] 46 | ptr: NonNull::new(Box::into_raw(cb())).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/rc/actorrc_packed.rs:70:14 [INFO] [stdout] | [INFO] [stdout] 69 | pub fn new(core: &mut Core, notify: Option>, _parent_id: LogID) -> Self { [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 70 | Self(MinRc::new(ActorBox { [INFO] [stdout] | ______________^ [INFO] [stdout] 71 | | strong: Cell::new(CountAndState::new()), [INFO] [stdout] 72 | | deferrer: core.deferrer(), [INFO] [stdout] 73 | | notify: Cell::new(notify), [INFO] [stdout] ... | [INFO] [stdout] 78 | | })), [INFO] [stdout] 79 | | })) [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rc/actorrc_packed.rs:131:15 [INFO] [stdout] | [INFO] [stdout] 129 | pub fn to_ready(&self, s: &mut Stakker, val: A) { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 130 | let inner = s.actor_owner.rw(self.inner()); [INFO] [stdout] 131 | match mem::replace(inner, Inner::Ready(val)) { [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/rc/fwdrc_min.rs:11:14 [INFO] [stdout] | [INFO] [stdout] 7 | pub fn new(val: impl Fn(M) + 'static) -> Self { [INFO] [stdout] | ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11 | Self(MinRc::::new_with(|| { [INFO] [stdout] | ______________^ [INFO] [stdout] 12 | | Box::new(super::minrc::MinRcBox { [INFO] [stdout] 13 | | count: std::cell::Cell::new(1), [INFO] [stdout] 14 | | inner: val, // <= coerce appears to occur here [INFO] [stdout] 15 | | }) [INFO] [stdout] 16 | | })) [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/rc/fwdrc_min.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 7 | pub fn new(val: impl Fn(M) + 'static) -> Self { [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 12 | Box::new(super::minrc::MinRcBox { [INFO] [stdout] | ______________________^ [INFO] [stdout] 13 | | count: std::cell::Cell::new(1), [INFO] [stdout] 14 | | inner: val, // <= coerce appears to occur here [INFO] [stdout] 15 | | }) [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 114 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `stakker` (lib test) due to 115 previous errors [INFO] running `Command { std: "docker" "inspect" "04161c07384511d9efe24b70e25294e446e6817c561bc9dc790219b1db7335ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "04161c07384511d9efe24b70e25294e446e6817c561bc9dc790219b1db7335ca", kill_on_drop: false }` [INFO] [stdout] 04161c07384511d9efe24b70e25294e446e6817c561bc9dc790219b1db7335ca