[INFO] fetching crate curri 0.1.2... [INFO] checking curri-0.1.2 against try#4d98531622e1718ae0bc3c7a1ab9cd8938428452+rustflags=-Dtail_expr_drop_order for pr-129604 [INFO] extracting crate curri 0.1.2 into /workspace/builds/worker-4-tc2/source [INFO] validating manifest of crates.io crate curri 0.1.2 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 curri 0.1.2 [INFO] finished tweaking crates.io crate curri 0.1.2 [INFO] tweaked toml for crates.io crate curri 0.1.2 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 58fccbc79a53b2b78881cd088deadec5dd54fe88ca24de1401cf333daa98b245 [INFO] running `Command { std: "docker" "start" "-a" "58fccbc79a53b2b78881cd088deadec5dd54fe88ca24de1401cf333daa98b245", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "58fccbc79a53b2b78881cd088deadec5dd54fe88ca24de1401cf333daa98b245", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "58fccbc79a53b2b78881cd088deadec5dd54fe88ca24de1401cf333daa98b245", kill_on_drop: false }` [INFO] [stdout] 58fccbc79a53b2b78881cd088deadec5dd54fe88ca24de1401cf333daa98b245 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 240273b5bec5d2fb3449b477a9d89c951e4c4ce5ee82831279cdd5043ba0cb47 [INFO] running `Command { std: "docker" "start" "-a" "240273b5bec5d2fb3449b477a9d89c951e4c4ce5ee82831279cdd5043ba0cb47", kill_on_drop: false }` [INFO] [stderr] Checking curri v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait `Apply` is never used [INFO] [stdout] --> src/apply.rs:1:7 [INFO] [stdout] | [INFO] [stdout] 1 | trait Apply<'a, O> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/all.rs:20:14 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn all<'a, T, F>(check_list: Vec) -> Box bool + 'a> [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 20 | Box::new(move |t: T| reduce(|acc: bool, check: &F| acc && check(t))(true, &check_list)) [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/all.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn all<'a, T, F>(check_list: Vec) -> Box bool + 'a> [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 20 | Box::new(move |t: T| reduce(|acc: bool, check: &F| acc && check(t))(true, &check_list)) [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/always.rs:15:14 [INFO] [stdout] | [INFO] [stdout] 11 | pub fn always<'a, T: 'a>(t: T) -> Box T + 'a> [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 15 | Box::new(move || t.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/any.rs:20:14 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn any<'a, T, F>(check_list: Vec) -> Box bool + 'a> [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 20 | Box::new(move |t: T| reduce(|acc: bool, check: &F| acc || check(t))(false, &check_list)) [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/any.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn any<'a, T, F>(check_list: Vec) -> Box bool + 'a> [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 20 | Box::new(move |t: T| reduce(|acc: bool, check: &F| acc || check(t))(false, &check_list)) [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/apply.rs:24:26 [INFO] [stdout] | [INFO] [stdout] 23 | fn applicative(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 24 | Box::new(move |($($p),*,):($($P),*,)| self($($p),*)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 32 | impl_apply!((P0, p0)); [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 `impl_apply` (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/apply.rs:24:26 [INFO] [stdout] | [INFO] [stdout] 23 | fn applicative(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 24 | Box::new(move |($($p),*,):($($P),*,)| self($($p),*)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 33 | impl_apply!((P0, p0), (P1, p1)); [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 `impl_apply` (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/apply.rs:24:26 [INFO] [stdout] | [INFO] [stdout] 23 | fn applicative(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 24 | Box::new(move |($($p),*,):($($P),*,)| self($($p),*)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 34 | impl_apply!((P0, p0), (P1, p1), (P2, p2)); [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 `impl_apply` (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/apply.rs:24:26 [INFO] [stdout] | [INFO] [stdout] 23 | fn applicative(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 24 | Box::new(move |($($p),*,):($($P),*,)| self($($p),*)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 35 | impl_apply!((P0, p0), (P1, p1), (P2, p2), (P3, p3)); [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 `impl_apply` (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/apply.rs:24:26 [INFO] [stdout] | [INFO] [stdout] 23 | fn applicative(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 24 | Box::new(move |($($p),*,):($($P),*,)| self($($p),*)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 36 | impl_apply!((P0, p0), (P1, p1), (P2, p2), (P3, p3), (P4, p4)); [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 `impl_apply` (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/apply.rs:24:26 [INFO] [stdout] | [INFO] [stdout] 23 | fn applicative(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 24 | Box::new(move |($($p),*,):($($P),*,)| self($($p),*)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 37 | impl_apply!((P0, p0), (P1, p1), (P2, p2), (P3, p3), (P4, p4), (P5, p5)); [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 `impl_apply` (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/apply.rs:24:26 [INFO] [stdout] | [INFO] [stdout] 23 | fn applicative(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 24 | Box::new(move |($($p),*,):($($P),*,)| self($($p),*)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 38 | impl_apply!((P0, p0), (P1, p1), (P2, p2), (P3, p3), (P4, p4), (P5, p5), (P6, p6)); [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 `impl_apply` (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/compose.rs:21:40 [INFO] [stdout] | [INFO] [stdout] 19 | let mut composed = f; [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 20 | for f in fs.into_iter().rev() { [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 21 | composed = Box::new(move |t| f(composed(t))); [INFO] [stdout] | - ^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/cond.rs:24:14 [INFO] [stdout] | [INFO] [stdout] 18 | pub fn cond<'a, 'b: 'a, 'c: 'a, T, R, F, G>(iter: Vec<(F, G)>) -> Box Option + 'a> [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 24 | Box::new(move |value: T| { [INFO] [stdout] | ______________^ [INFO] [stdout] 25 | | reduce(|acc: Option, (predicate, transform): &(F, G)| match acc { [INFO] [stdout] 26 | | Some(_) => acc, [INFO] [stdout] 27 | | None => match predicate(value) { [INFO] [stdout] ... | [INFO] [stdout] 31 | | })(None, &iter) [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/cond.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 18 | pub fn cond<'a, 'b: 'a, 'c: 'a, T, R, F, G>(iter: Vec<(F, G)>) -> Box Option + 'a> [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 25 | / reduce(|acc: Option, (predicate, transform): &(F, G)| match acc { [INFO] [stdout] 26 | | Some(_) => acc, [INFO] [stdout] 27 | | None => match predicate(value) { [INFO] [stdout] 28 | | true => Some(transform(value)), [INFO] [stdout] 29 | | false => None, [INFO] [stdout] 30 | | }, [INFO] [stdout] 31 | | })(None, &iter) [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/cond.rs:31:12 [INFO] [stdout] | [INFO] [stdout] 18 | pub fn cond<'a, 'b: 'a, 'c: 'a, T, R, F, G>(iter: Vec<(F, G)>) -> Box Option + 'a> [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 31 | })(None, &iter) [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/curry.rs:16:75 [INFO] [stdout] | [INFO] [stdout] 16 | ($self:ident, ($P0:ident), ($p0:ident), ($($p:ident),*)) => {Box::new(move |$p0| $self($($p),*))}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 38 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 59 | impl_curry!((P0, p0)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:17:106 [INFO] [stdout] | [INFO] [stdout] 17 | ($self:ident, ($P0:ident, $($P:ident),*) ,($p0:ident, $($p:ident),*), ($($p_:ident),*)) => {Box::new(move |$p0| impl_box_fn!($self, ($($P),*), ($($p),*), ($($p_),*))... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 60 | impl_curry!((P0, p0), (P1, p1)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:16:75 [INFO] [stdout] | [INFO] [stdout] 16 | ($self:ident, ($P0:ident), ($p0:ident), ($($p:ident),*)) => {Box::new(move |$p0| $self($($p),*))}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 60 | impl_curry!((P0, p0), (P1, p1)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:17:106 [INFO] [stdout] | [INFO] [stdout] 17 | ($self:ident, ($P0:ident, $($P:ident),*) ,($p0:ident, $($p:ident),*), ($($p_:ident),*)) => {Box::new(move |$p0| impl_box_fn!($self, ($($P),*), ($($p),*), ($($p_),*))... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 61 | impl_curry!((P0, p0), (P1, p1), (P2, p2)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:17:106 [INFO] [stdout] | [INFO] [stdout] 17 | ($self:ident, ($P0:ident, $($P:ident),*) ,($p0:ident, $($p:ident),*), ($($p_:ident),*)) => {Box::new(move |$p0| impl_box_fn!($self, ($($P),*), ($($p),*), ($($p_),*))... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 61 | impl_curry!((P0, p0), (P1, p1), (P2, p2)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:16:75 [INFO] [stdout] | [INFO] [stdout] 16 | ($self:ident, ($P0:ident), ($p0:ident), ($($p:ident),*)) => {Box::new(move |$p0| $self($($p),*))}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 61 | impl_curry!((P0, p0), (P1, p1), (P2, p2)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:17:106 [INFO] [stdout] | [INFO] [stdout] 17 | ($self:ident, ($P0:ident, $($P:ident),*) ,($p0:ident, $($p:ident),*), ($($p_:ident),*)) => {Box::new(move |$p0| impl_box_fn!($self, ($($P),*), ($($p),*), ($($p_),*))... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 62 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:17:106 [INFO] [stdout] | [INFO] [stdout] 17 | ($self:ident, ($P0:ident, $($P:ident),*) ,($p0:ident, $($p:ident),*), ($($p_:ident),*)) => {Box::new(move |$p0| impl_box_fn!($self, ($($P),*), ($($p),*), ($($p_),*))... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 62 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:17:106 [INFO] [stdout] | [INFO] [stdout] 17 | ($self:ident, ($P0:ident, $($P:ident),*) ,($p0:ident, $($p:ident),*), ($($p_:ident),*)) => {Box::new(move |$p0| impl_box_fn!($self, ($($P),*), ($($p),*), ($($p_),*))... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 62 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:16:75 [INFO] [stdout] | [INFO] [stdout] 16 | ($self:ident, ($P0:ident), ($p0:ident), ($($p:ident),*)) => {Box::new(move |$p0| $self($($p),*))}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 62 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:17:106 [INFO] [stdout] | [INFO] [stdout] 17 | ($self:ident, ($P0:ident, $($P:ident),*) ,($p0:ident, $($p:ident),*), ($($p_:ident),*)) => {Box::new(move |$p0| impl_box_fn!($self, ($($P),*), ($($p),*), ($($p_),*))... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 63 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3), (P4, p4)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:17:106 [INFO] [stdout] | [INFO] [stdout] 17 | ($self:ident, ($P0:ident, $($P:ident),*) ,($p0:ident, $($p:ident),*), ($($p_:ident),*)) => {Box::new(move |$p0| impl_box_fn!($self, ($($P),*), ($($p),*), ($($p_),*))... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 63 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3), (P4, p4)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:17:106 [INFO] [stdout] | [INFO] [stdout] 17 | ($self:ident, ($P0:ident, $($P:ident),*) ,($p0:ident, $($p:ident),*), ($($p_:ident),*)) => {Box::new(move |$p0| impl_box_fn!($self, ($($P),*), ($($p),*), ($($p_),*))... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 63 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3), (P4, p4)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:17:106 [INFO] [stdout] | [INFO] [stdout] 17 | ($self:ident, ($P0:ident, $($P:ident),*) ,($p0:ident, $($p:ident),*), ($($p_:ident),*)) => {Box::new(move |$p0| impl_box_fn!($self, ($($P),*), ($($p),*), ($($p_),*))... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 63 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3), (P4, p4)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:16:75 [INFO] [stdout] | [INFO] [stdout] 16 | ($self:ident, ($P0:ident), ($p0:ident), ($($p:ident),*)) => {Box::new(move |$p0| $self($($p),*))}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 63 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3), (P4, p4)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:17:106 [INFO] [stdout] | [INFO] [stdout] 17 | ($self:ident, ($P0:ident, $($P:ident),*) ,($p0:ident, $($p:ident),*), ($($p_:ident),*)) => {Box::new(move |$p0| impl_box_fn!($self, ($($P),*), ($($p),*), ($($p_),*))... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 64 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3), (P4, p4), (P5, p5)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:17:106 [INFO] [stdout] | [INFO] [stdout] 17 | ($self:ident, ($P0:ident, $($P:ident),*) ,($p0:ident, $($p:ident),*), ($($p_:ident),*)) => {Box::new(move |$p0| impl_box_fn!($self, ($($P),*), ($($p),*), ($($p_),*))... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 64 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3), (P4, p4), (P5, p5)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:17:106 [INFO] [stdout] | [INFO] [stdout] 17 | ($self:ident, ($P0:ident, $($P:ident),*) ,($p0:ident, $($p:ident),*), ($($p_:ident),*)) => {Box::new(move |$p0| impl_box_fn!($self, ($($P),*), ($($p),*), ($($p_),*))... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 64 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3), (P4, p4), (P5, p5)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:17:106 [INFO] [stdout] | [INFO] [stdout] 17 | ($self:ident, ($P0:ident, $($P:ident),*) ,($p0:ident, $($p:ident),*), ($($p_:ident),*)) => {Box::new(move |$p0| impl_box_fn!($self, ($($P),*), ($($p),*), ($($p_),*))... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 64 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3), (P4, p4), (P5, p5)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:17:106 [INFO] [stdout] | [INFO] [stdout] 17 | ($self:ident, ($P0:ident, $($P:ident),*) ,($p0:ident, $($p:ident),*), ($($p_:ident),*)) => {Box::new(move |$p0| impl_box_fn!($self, ($($P),*), ($($p),*), ($($p_),*))... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 64 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3), (P4, p4), (P5, p5)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:16:75 [INFO] [stdout] | [INFO] [stdout] 16 | ($self:ident, ($P0:ident), ($p0:ident), ($($p:ident),*)) => {Box::new(move |$p0| $self($($p),*))}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 64 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3), (P4, p4), (P5, p5)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:17:106 [INFO] [stdout] | [INFO] [stdout] 17 | ($self:ident, ($P0:ident, $($P:ident),*) ,($p0:ident, $($p:ident),*), ($($p_:ident),*)) => {Box::new(move |$p0| impl_box_fn!($self, ($($P),*), ($($p),*), ($($p_),*))... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 65 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3), (P4, p4), (P5, p5), (P6, p6)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:17:106 [INFO] [stdout] | [INFO] [stdout] 17 | ($self:ident, ($P0:ident, $($P:ident),*) ,($p0:ident, $($p:ident),*), ($($p_:ident),*)) => {Box::new(move |$p0| impl_box_fn!($self, ($($P),*), ($($p),*), ($($p_),*))... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 65 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3), (P4, p4), (P5, p5), (P6, p6)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:17:106 [INFO] [stdout] | [INFO] [stdout] 17 | ($self:ident, ($P0:ident, $($P:ident),*) ,($p0:ident, $($p:ident),*), ($($p_:ident),*)) => {Box::new(move |$p0| impl_box_fn!($self, ($($P),*), ($($p),*), ($($p_),*))... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 65 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3), (P4, p4), (P5, p5), (P6, p6)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:17:106 [INFO] [stdout] | [INFO] [stdout] 17 | ($self:ident, ($P0:ident, $($P:ident),*) ,($p0:ident, $($p:ident),*), ($($p_:ident),*)) => {Box::new(move |$p0| impl_box_fn!($self, ($($P),*), ($($p),*), ($($p_),*))... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 65 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3), (P4, p4), (P5, p5), (P6, p6)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:17:106 [INFO] [stdout] | [INFO] [stdout] 17 | ($self:ident, ($P0:ident, $($P:ident),*) ,($p0:ident, $($p:ident),*), ($($p_:ident),*)) => {Box::new(move |$p0| impl_box_fn!($self, ($($P),*), ($($p),*), ($($p_),*))... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 65 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3), (P4, p4), (P5, p5), (P6, p6)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:17:106 [INFO] [stdout] | [INFO] [stdout] 17 | ($self:ident, ($P0:ident, $($P:ident),*) ,($p0:ident, $($p:ident),*), ($($p_:ident),*)) => {Box::new(move |$p0| impl_box_fn!($self, ($($P),*), ($($p),*), ($($p_),*))... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 65 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3), (P4, p4), (P5, p5), (P6, p6)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:16:75 [INFO] [stdout] | [INFO] [stdout] 16 | ($self:ident, ($P0:ident), ($p0:ident), ($($p:ident),*)) => {Box::new(move |$p0| $self($($p),*))}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 65 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3), (P4, p4), (P5, p5), (P6, p6)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:17:106 [INFO] [stdout] | [INFO] [stdout] 17 | ($self:ident, ($P0:ident, $($P:ident),*) ,($p0:ident, $($p:ident),*), ($($p_:ident),*)) => {Box::new(move |$p0| impl_box_fn!($self, ($($P),*), ($($p),*), ($($p_),*))... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 66 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3), (P4, p4), (P5, p5), (P6, p6), (P7, p7)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:17:106 [INFO] [stdout] | [INFO] [stdout] 17 | ($self:ident, ($P0:ident, $($P:ident),*) ,($p0:ident, $($p:ident),*), ($($p_:ident),*)) => {Box::new(move |$p0| impl_box_fn!($self, ($($P),*), ($($p),*), ($($p_),*))... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 66 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3), (P4, p4), (P5, p5), (P6, p6), (P7, p7)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:17:106 [INFO] [stdout] | [INFO] [stdout] 17 | ($self:ident, ($P0:ident, $($P:ident),*) ,($p0:ident, $($p:ident),*), ($($p_:ident),*)) => {Box::new(move |$p0| impl_box_fn!($self, ($($P),*), ($($p),*), ($($p_),*))... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 66 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3), (P4, p4), (P5, p5), (P6, p6), (P7, p7)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:17:106 [INFO] [stdout] | [INFO] [stdout] 17 | ($self:ident, ($P0:ident, $($P:ident),*) ,($p0:ident, $($p:ident),*), ($($p_:ident),*)) => {Box::new(move |$p0| impl_box_fn!($self, ($($P),*), ($($p),*), ($($p_),*))... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 66 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3), (P4, p4), (P5, p5), (P6, p6), (P7, p7)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:17:106 [INFO] [stdout] | [INFO] [stdout] 17 | ($self:ident, ($P0:ident, $($P:ident),*) ,($p0:ident, $($p:ident),*), ($($p_:ident),*)) => {Box::new(move |$p0| impl_box_fn!($self, ($($P),*), ($($p),*), ($($p_),*))... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 66 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3), (P4, p4), (P5, p5), (P6, p6), (P7, p7)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:17:106 [INFO] [stdout] | [INFO] [stdout] 17 | ($self:ident, ($P0:ident, $($P:ident),*) ,($p0:ident, $($p:ident),*), ($($p_:ident),*)) => {Box::new(move |$p0| impl_box_fn!($self, ($($P),*), ($($p),*), ($($p_),*))... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 66 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3), (P4, p4), (P5, p5), (P6, p6), (P7, p7)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:17:106 [INFO] [stdout] | [INFO] [stdout] 17 | ($self:ident, ($P0:ident, $($P:ident),*) ,($p0:ident, $($p:ident),*), ($($p_:ident),*)) => {Box::new(move |$p0| impl_box_fn!($self, ($($P),*), ($($p),*), ($($p_),*))... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 66 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3), (P4, p4), (P5, p5), (P6, p6), (P7, p7)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:16:75 [INFO] [stdout] | [INFO] [stdout] 16 | ($self:ident, ($P0:ident), ($p0:ident), ($($p:ident),*)) => {Box::new(move |$p0| $self($($p),*))}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 66 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3), (P4, p4), (P5, p5), (P6, p6), (P7, p7)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/find.rs:20:14 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn find<'a, 'b: 'a, 'c: 'a, F: 'b, G: 'c, T, R>(find_fn: F, action_fn: G) -> Box) -> Option + 'a> [INFO] [stdout] | ---------- ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 20 | Box::new(move |v: &Vec| { [INFO] [stdout] | ______________^ [INFO] [stdout] 21 | | reduce(|acc: Option, t: &T| match acc { [INFO] [stdout] 22 | | Some(_) => acc, [INFO] [stdout] 23 | | None => match find_fn(t) { [INFO] [stdout] ... | [INFO] [stdout] 27 | | })(None, v) [INFO] [stdout] 28 | | }) [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/find.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn find<'a, 'b: 'a, 'c: 'a, F: 'b, G: 'c, T, R>(find_fn: F, action_fn: G) -> Box) -> Option + 'a> [INFO] [stdout] | ------- --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 21 | / reduce(|acc: Option, t: &T| match acc { [INFO] [stdout] 22 | | Some(_) => acc, [INFO] [stdout] 23 | | None => match find_fn(t) { [INFO] [stdout] 24 | | true => Some(action_fn(t)), [INFO] [stdout] 25 | | false => None, [INFO] [stdout] 26 | | }, [INFO] [stdout] 27 | | })(None, v) [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/find.rs:27:12 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn find<'a, 'b: 'a, 'c: 'a, F: 'b, G: 'c, T, R>(find_fn: F, action_fn: G) -> Box) -> Option + 'a> [INFO] [stdout] | ------- --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 27 | })(None, v) [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/if_else.rs:21:14 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn if_else<'a, 'b: 'a, 'c: 'a, 'd: 'a, T, R, F, G, H>(check: F, if_fn: G, else_fn: H) -> Box R + 'a> [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] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 21 | Box::new(move |t: T| match check(&t) { [INFO] [stdout] | ______________^ [INFO] [stdout] 22 | | true => if_fn(t), [INFO] [stdout] 23 | | false => else_fn(t), [INFO] [stdout] 24 | | }) [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/map.rs:20:14 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn map<'a, T, R, F>(f: F) -> Box) -> Vec + 'a> [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 20 | Box::new(move |v| { [INFO] [stdout] | ______________^ [INFO] [stdout] 21 | | let r = vec![]; [INFO] [stdout] 22 | | reduce(|mut acc: Vec, t: &T| { [INFO] [stdout] 23 | | acc.push(f(t)); [INFO] [stdout] 24 | | acc [INFO] [stdout] 25 | | })(r, v) [INFO] [stdout] 26 | | }) [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/map.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn map<'a, T, R, F>(f: F) -> Box) -> Vec + 'a> [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 21 | let r = vec![]; [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 22 | / reduce(|mut acc: Vec, t: &T| { [INFO] [stdout] 23 | | acc.push(f(t)); [INFO] [stdout] 24 | | acc [INFO] [stdout] 25 | | })(r, v) [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/reduce.rs:6:11 [INFO] [stdout] | [INFO] [stdout] 1 | fn reduce_fn(f: F, r: R, mut v: I) -> R [INFO] [stdout] | ---- -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 6 | match v.next() { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 59 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `curri` (lib) due to 60 previous errors; 1 warning emitted [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/all.rs:20:14 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn all<'a, T, F>(check_list: Vec) -> Box bool + 'a> [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 20 | Box::new(move |t: T| reduce(|acc: bool, check: &F| acc && check(t))(true, &check_list)) [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/all.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn all<'a, T, F>(check_list: Vec) -> Box bool + 'a> [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 20 | Box::new(move |t: T| reduce(|acc: bool, check: &F| acc && check(t))(true, &check_list)) [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/always.rs:15:14 [INFO] [stdout] | [INFO] [stdout] 11 | pub fn always<'a, T: 'a>(t: T) -> Box T + 'a> [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 15 | Box::new(move || t.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/any.rs:20:14 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn any<'a, T, F>(check_list: Vec) -> Box bool + 'a> [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 20 | Box::new(move |t: T| reduce(|acc: bool, check: &F| acc || check(t))(false, &check_list)) [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/any.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn any<'a, T, F>(check_list: Vec) -> Box bool + 'a> [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 20 | Box::new(move |t: T| reduce(|acc: bool, check: &F| acc || check(t))(false, &check_list)) [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/apply.rs:24:26 [INFO] [stdout] | [INFO] [stdout] 23 | fn applicative(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 24 | Box::new(move |($($p),*,):($($P),*,)| self($($p),*)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 32 | impl_apply!((P0, p0)); [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 `impl_apply` (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/apply.rs:24:26 [INFO] [stdout] | [INFO] [stdout] 23 | fn applicative(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 24 | Box::new(move |($($p),*,):($($P),*,)| self($($p),*)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 33 | impl_apply!((P0, p0), (P1, p1)); [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 `impl_apply` (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/apply.rs:24:26 [INFO] [stdout] | [INFO] [stdout] 23 | fn applicative(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 24 | Box::new(move |($($p),*,):($($P),*,)| self($($p),*)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 34 | impl_apply!((P0, p0), (P1, p1), (P2, p2)); [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 `impl_apply` (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/apply.rs:24:26 [INFO] [stdout] | [INFO] [stdout] 23 | fn applicative(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 24 | Box::new(move |($($p),*,):($($P),*,)| self($($p),*)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 35 | impl_apply!((P0, p0), (P1, p1), (P2, p2), (P3, p3)); [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 `impl_apply` (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/apply.rs:24:26 [INFO] [stdout] | [INFO] [stdout] 23 | fn applicative(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 24 | Box::new(move |($($p),*,):($($P),*,)| self($($p),*)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 36 | impl_apply!((P0, p0), (P1, p1), (P2, p2), (P3, p3), (P4, p4)); [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 `impl_apply` (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/apply.rs:24:26 [INFO] [stdout] | [INFO] [stdout] 23 | fn applicative(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 24 | Box::new(move |($($p),*,):($($P),*,)| self($($p),*)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 37 | impl_apply!((P0, p0), (P1, p1), (P2, p2), (P3, p3), (P4, p4), (P5, p5)); [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 `impl_apply` (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/apply.rs:24:26 [INFO] [stdout] | [INFO] [stdout] 23 | fn applicative(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 24 | Box::new(move |($($p),*,):($($P),*,)| self($($p),*)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 38 | impl_apply!((P0, p0), (P1, p1), (P2, p2), (P3, p3), (P4, p4), (P5, p5), (P6, p6)); [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 `impl_apply` (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/compose.rs:21:40 [INFO] [stdout] | [INFO] [stdout] 19 | let mut composed = f; [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 20 | for f in fs.into_iter().rev() { [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 21 | composed = Box::new(move |t| f(composed(t))); [INFO] [stdout] | - ^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/cond.rs:24:14 [INFO] [stdout] | [INFO] [stdout] 18 | pub fn cond<'a, 'b: 'a, 'c: 'a, T, R, F, G>(iter: Vec<(F, G)>) -> Box Option + 'a> [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 24 | Box::new(move |value: T| { [INFO] [stdout] | ______________^ [INFO] [stdout] 25 | | reduce(|acc: Option, (predicate, transform): &(F, G)| match acc { [INFO] [stdout] 26 | | Some(_) => acc, [INFO] [stdout] 27 | | None => match predicate(value) { [INFO] [stdout] ... | [INFO] [stdout] 31 | | })(None, &iter) [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/cond.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 18 | pub fn cond<'a, 'b: 'a, 'c: 'a, T, R, F, G>(iter: Vec<(F, G)>) -> Box Option + 'a> [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 25 | / reduce(|acc: Option, (predicate, transform): &(F, G)| match acc { [INFO] [stdout] 26 | | Some(_) => acc, [INFO] [stdout] 27 | | None => match predicate(value) { [INFO] [stdout] 28 | | true => Some(transform(value)), [INFO] [stdout] 29 | | false => None, [INFO] [stdout] 30 | | }, [INFO] [stdout] 31 | | })(None, &iter) [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/cond.rs:31:12 [INFO] [stdout] | [INFO] [stdout] 18 | pub fn cond<'a, 'b: 'a, 'c: 'a, T, R, F, G>(iter: Vec<(F, G)>) -> Box Option + 'a> [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 31 | })(None, &iter) [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/curry.rs:16:75 [INFO] [stdout] | [INFO] [stdout] 16 | ($self:ident, ($P0:ident), ($p0:ident), ($($p:ident),*)) => {Box::new(move |$p0| $self($($p),*))}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 38 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 59 | impl_curry!((P0, p0)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:17:106 [INFO] [stdout] | [INFO] [stdout] 17 | ($self:ident, ($P0:ident, $($P:ident),*) ,($p0:ident, $($p:ident),*), ($($p_:ident),*)) => {Box::new(move |$p0| impl_box_fn!($self, ($($P),*), ($($p),*), ($($p_),*))... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 60 | impl_curry!((P0, p0), (P1, p1)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:16:75 [INFO] [stdout] | [INFO] [stdout] 16 | ($self:ident, ($P0:ident), ($p0:ident), ($($p:ident),*)) => {Box::new(move |$p0| $self($($p),*))}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 60 | impl_curry!((P0, p0), (P1, p1)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:17:106 [INFO] [stdout] | [INFO] [stdout] 17 | ($self:ident, ($P0:ident, $($P:ident),*) ,($p0:ident, $($p:ident),*), ($($p_:ident),*)) => {Box::new(move |$p0| impl_box_fn!($self, ($($P),*), ($($p),*), ($($p_),*))... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 61 | impl_curry!((P0, p0), (P1, p1), (P2, p2)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:17:106 [INFO] [stdout] | [INFO] [stdout] 17 | ($self:ident, ($P0:ident, $($P:ident),*) ,($p0:ident, $($p:ident),*), ($($p_:ident),*)) => {Box::new(move |$p0| impl_box_fn!($self, ($($P),*), ($($p),*), ($($p_),*))... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 61 | impl_curry!((P0, p0), (P1, p1), (P2, p2)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:16:75 [INFO] [stdout] | [INFO] [stdout] 16 | ($self:ident, ($P0:ident), ($p0:ident), ($($p:ident),*)) => {Box::new(move |$p0| $self($($p),*))}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 61 | impl_curry!((P0, p0), (P1, p1), (P2, p2)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:17:106 [INFO] [stdout] | [INFO] [stdout] 17 | ($self:ident, ($P0:ident, $($P:ident),*) ,($p0:ident, $($p:ident),*), ($($p_:ident),*)) => {Box::new(move |$p0| impl_box_fn!($self, ($($P),*), ($($p),*), ($($p_),*))... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 62 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:17:106 [INFO] [stdout] | [INFO] [stdout] 17 | ($self:ident, ($P0:ident, $($P:ident),*) ,($p0:ident, $($p:ident),*), ($($p_:ident),*)) => {Box::new(move |$p0| impl_box_fn!($self, ($($P),*), ($($p),*), ($($p_),*))... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 62 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:17:106 [INFO] [stdout] | [INFO] [stdout] 17 | ($self:ident, ($P0:ident, $($P:ident),*) ,($p0:ident, $($p:ident),*), ($($p_:ident),*)) => {Box::new(move |$p0| impl_box_fn!($self, ($($P),*), ($($p),*), ($($p_),*))... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 62 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:16:75 [INFO] [stdout] | [INFO] [stdout] 16 | ($self:ident, ($P0:ident), ($p0:ident), ($($p:ident),*)) => {Box::new(move |$p0| $self($($p),*))}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 62 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:17:106 [INFO] [stdout] | [INFO] [stdout] 17 | ($self:ident, ($P0:ident, $($P:ident),*) ,($p0:ident, $($p:ident),*), ($($p_:ident),*)) => {Box::new(move |$p0| impl_box_fn!($self, ($($P),*), ($($p),*), ($($p_),*))... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 63 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3), (P4, p4)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:17:106 [INFO] [stdout] | [INFO] [stdout] 17 | ($self:ident, ($P0:ident, $($P:ident),*) ,($p0:ident, $($p:ident),*), ($($p_:ident),*)) => {Box::new(move |$p0| impl_box_fn!($self, ($($P),*), ($($p),*), ($($p_),*))... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 63 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3), (P4, p4)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:17:106 [INFO] [stdout] | [INFO] [stdout] 17 | ($self:ident, ($P0:ident, $($P:ident),*) ,($p0:ident, $($p:ident),*), ($($p_:ident),*)) => {Box::new(move |$p0| impl_box_fn!($self, ($($P),*), ($($p),*), ($($p_),*))... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 63 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3), (P4, p4)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:17:106 [INFO] [stdout] | [INFO] [stdout] 17 | ($self:ident, ($P0:ident, $($P:ident),*) ,($p0:ident, $($p:ident),*), ($($p_:ident),*)) => {Box::new(move |$p0| impl_box_fn!($self, ($($P),*), ($($p),*), ($($p_),*))... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 63 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3), (P4, p4)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:16:75 [INFO] [stdout] | [INFO] [stdout] 16 | ($self:ident, ($P0:ident), ($p0:ident), ($($p:ident),*)) => {Box::new(move |$p0| $self($($p),*))}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 63 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3), (P4, p4)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:17:106 [INFO] [stdout] | [INFO] [stdout] 17 | ($self:ident, ($P0:ident, $($P:ident),*) ,($p0:ident, $($p:ident),*), ($($p_:ident),*)) => {Box::new(move |$p0| impl_box_fn!($self, ($($P),*), ($($p),*), ($($p_),*))... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 64 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3), (P4, p4), (P5, p5)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:17:106 [INFO] [stdout] | [INFO] [stdout] 17 | ($self:ident, ($P0:ident, $($P:ident),*) ,($p0:ident, $($p:ident),*), ($($p_:ident),*)) => {Box::new(move |$p0| impl_box_fn!($self, ($($P),*), ($($p),*), ($($p_),*))... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 64 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3), (P4, p4), (P5, p5)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:17:106 [INFO] [stdout] | [INFO] [stdout] 17 | ($self:ident, ($P0:ident, $($P:ident),*) ,($p0:ident, $($p:ident),*), ($($p_:ident),*)) => {Box::new(move |$p0| impl_box_fn!($self, ($($P),*), ($($p),*), ($($p_),*))... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 64 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3), (P4, p4), (P5, p5)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:17:106 [INFO] [stdout] | [INFO] [stdout] 17 | ($self:ident, ($P0:ident, $($P:ident),*) ,($p0:ident, $($p:ident),*), ($($p_:ident),*)) => {Box::new(move |$p0| impl_box_fn!($self, ($($P),*), ($($p),*), ($($p_),*))... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 64 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3), (P4, p4), (P5, p5)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:17:106 [INFO] [stdout] | [INFO] [stdout] 17 | ($self:ident, ($P0:ident, $($P:ident),*) ,($p0:ident, $($p:ident),*), ($($p_:ident),*)) => {Box::new(move |$p0| impl_box_fn!($self, ($($P),*), ($($p),*), ($($p_),*))... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 64 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3), (P4, p4), (P5, p5)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:16:75 [INFO] [stdout] | [INFO] [stdout] 16 | ($self:ident, ($P0:ident), ($p0:ident), ($($p:ident),*)) => {Box::new(move |$p0| $self($($p),*))}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 64 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3), (P4, p4), (P5, p5)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:17:106 [INFO] [stdout] | [INFO] [stdout] 17 | ($self:ident, ($P0:ident, $($P:ident),*) ,($p0:ident, $($p:ident),*), ($($p_:ident),*)) => {Box::new(move |$p0| impl_box_fn!($self, ($($P),*), ($($p),*), ($($p_),*))... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 65 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3), (P4, p4), (P5, p5), (P6, p6)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:17:106 [INFO] [stdout] | [INFO] [stdout] 17 | ($self:ident, ($P0:ident, $($P:ident),*) ,($p0:ident, $($p:ident),*), ($($p_:ident),*)) => {Box::new(move |$p0| impl_box_fn!($self, ($($P),*), ($($p),*), ($($p_),*))... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 65 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3), (P4, p4), (P5, p5), (P6, p6)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:17:106 [INFO] [stdout] | [INFO] [stdout] 17 | ($self:ident, ($P0:ident, $($P:ident),*) ,($p0:ident, $($p:ident),*), ($($p_:ident),*)) => {Box::new(move |$p0| impl_box_fn!($self, ($($P),*), ($($p),*), ($($p_),*))... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 65 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3), (P4, p4), (P5, p5), (P6, p6)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:17:106 [INFO] [stdout] | [INFO] [stdout] 17 | ($self:ident, ($P0:ident, $($P:ident),*) ,($p0:ident, $($p:ident),*), ($($p_:ident),*)) => {Box::new(move |$p0| impl_box_fn!($self, ($($P),*), ($($p),*), ($($p_),*))... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 65 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3), (P4, p4), (P5, p5), (P6, p6)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:17:106 [INFO] [stdout] | [INFO] [stdout] 17 | ($self:ident, ($P0:ident, $($P:ident),*) ,($p0:ident, $($p:ident),*), ($($p_:ident),*)) => {Box::new(move |$p0| impl_box_fn!($self, ($($P),*), ($($p),*), ($($p_),*))... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 65 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3), (P4, p4), (P5, p5), (P6, p6)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:17:106 [INFO] [stdout] | [INFO] [stdout] 17 | ($self:ident, ($P0:ident, $($P:ident),*) ,($p0:ident, $($p:ident),*), ($($p_:ident),*)) => {Box::new(move |$p0| impl_box_fn!($self, ($($P),*), ($($p),*), ($($p_),*))... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 65 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3), (P4, p4), (P5, p5), (P6, p6)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:16:75 [INFO] [stdout] | [INFO] [stdout] 16 | ($self:ident, ($P0:ident), ($p0:ident), ($($p:ident),*)) => {Box::new(move |$p0| $self($($p),*))}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 65 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3), (P4, p4), (P5, p5), (P6, p6)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:17:106 [INFO] [stdout] | [INFO] [stdout] 17 | ($self:ident, ($P0:ident, $($P:ident),*) ,($p0:ident, $($p:ident),*), ($($p_:ident),*)) => {Box::new(move |$p0| impl_box_fn!($self, ($($P),*), ($($p),*), ($($p_),*))... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 66 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3), (P4, p4), (P5, p5), (P6, p6), (P7, p7)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:17:106 [INFO] [stdout] | [INFO] [stdout] 17 | ($self:ident, ($P0:ident, $($P:ident),*) ,($p0:ident, $($p:ident),*), ($($p_:ident),*)) => {Box::new(move |$p0| impl_box_fn!($self, ($($P),*), ($($p),*), ($($p_),*))... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 66 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3), (P4, p4), (P5, p5), (P6, p6), (P7, p7)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:17:106 [INFO] [stdout] | [INFO] [stdout] 17 | ($self:ident, ($P0:ident, $($P:ident),*) ,($p0:ident, $($p:ident),*), ($($p_:ident),*)) => {Box::new(move |$p0| impl_box_fn!($self, ($($P),*), ($($p),*), ($($p_),*))... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 66 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3), (P4, p4), (P5, p5), (P6, p6), (P7, p7)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:17:106 [INFO] [stdout] | [INFO] [stdout] 17 | ($self:ident, ($P0:ident, $($P:ident),*) ,($p0:ident, $($p:ident),*), ($($p_:ident),*)) => {Box::new(move |$p0| impl_box_fn!($self, ($($P),*), ($($p),*), ($($p_),*))... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 66 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3), (P4, p4), (P5, p5), (P6, p6), (P7, p7)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:17:106 [INFO] [stdout] | [INFO] [stdout] 17 | ($self:ident, ($P0:ident, $($P:ident),*) ,($p0:ident, $($p:ident),*), ($($p_:ident),*)) => {Box::new(move |$p0| impl_box_fn!($self, ($($P),*), ($($p),*), ($($p_),*))... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 66 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3), (P4, p4), (P5, p5), (P6, p6), (P7, p7)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:17:106 [INFO] [stdout] | [INFO] [stdout] 17 | ($self:ident, ($P0:ident, $($P:ident),*) ,($p0:ident, $($p:ident),*), ($($p_:ident),*)) => {Box::new(move |$p0| impl_box_fn!($self, ($($P),*), ($($p),*), ($($p_),*))... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 66 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3), (P4, p4), (P5, p5), (P6, p6), (P7, p7)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:17:106 [INFO] [stdout] | [INFO] [stdout] 17 | ($self:ident, ($P0:ident, $($P:ident),*) ,($p0:ident, $($p:ident),*), ($($p_:ident),*)) => {Box::new(move |$p0| impl_box_fn!($self, ($($P),*), ($($p),*), ($($p_),*))... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 66 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3), (P4, p4), (P5, p5), (P6, p6), (P7, p7)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/curry.rs:16:75 [INFO] [stdout] | [INFO] [stdout] 16 | ($self:ident, ($P0:ident), ($p0:ident), ($($p:ident),*)) => {Box::new(move |$p0| $self($($p),*))}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn curry(self) -> Self::Output { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 66 | impl_curry!((P0, p0), (P1, p1), (P2, p2), (P3, p3), (P4, p4), (P5, p5), (P6, p6), (P7, p7)); [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 `impl_box_fn` which comes from the expansion of the macro `impl_curry` (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/find.rs:20:14 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn find<'a, 'b: 'a, 'c: 'a, F: 'b, G: 'c, T, R>(find_fn: F, action_fn: G) -> Box) -> Option + 'a> [INFO] [stdout] | ---------- ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 20 | Box::new(move |v: &Vec| { [INFO] [stdout] | ______________^ [INFO] [stdout] 21 | | reduce(|acc: Option, t: &T| match acc { [INFO] [stdout] 22 | | Some(_) => acc, [INFO] [stdout] 23 | | None => match find_fn(t) { [INFO] [stdout] ... | [INFO] [stdout] 27 | | })(None, v) [INFO] [stdout] 28 | | }) [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/find.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn find<'a, 'b: 'a, 'c: 'a, F: 'b, G: 'c, T, R>(find_fn: F, action_fn: G) -> Box) -> Option + 'a> [INFO] [stdout] | ------- --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 21 | / reduce(|acc: Option, t: &T| match acc { [INFO] [stdout] 22 | | Some(_) => acc, [INFO] [stdout] 23 | | None => match find_fn(t) { [INFO] [stdout] 24 | | true => Some(action_fn(t)), [INFO] [stdout] 25 | | false => None, [INFO] [stdout] 26 | | }, [INFO] [stdout] 27 | | })(None, v) [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/find.rs:27:12 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn find<'a, 'b: 'a, 'c: 'a, F: 'b, G: 'c, T, R>(find_fn: F, action_fn: G) -> Box) -> Option + 'a> [INFO] [stdout] | ------- --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 27 | })(None, v) [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/if_else.rs:21:14 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn if_else<'a, 'b: 'a, 'c: 'a, 'd: 'a, T, R, F, G, H>(check: F, if_fn: G, else_fn: H) -> Box R + 'a> [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] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 21 | Box::new(move |t: T| match check(&t) { [INFO] [stdout] | ______________^ [INFO] [stdout] 22 | | true => if_fn(t), [INFO] [stdout] 23 | | false => else_fn(t), [INFO] [stdout] 24 | | }) [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/map.rs:20:14 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn map<'a, T, R, F>(f: F) -> Box) -> Vec + 'a> [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 20 | Box::new(move |v| { [INFO] [stdout] | ______________^ [INFO] [stdout] 21 | | let r = vec![]; [INFO] [stdout] 22 | | reduce(|mut acc: Vec, t: &T| { [INFO] [stdout] 23 | | acc.push(f(t)); [INFO] [stdout] 24 | | acc [INFO] [stdout] 25 | | })(r, v) [INFO] [stdout] 26 | | }) [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/map.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn map<'a, T, R, F>(f: F) -> Box) -> Vec + 'a> [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 21 | let r = vec![]; [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 22 | / reduce(|mut acc: Vec, t: &T| { [INFO] [stdout] 23 | | acc.push(f(t)); [INFO] [stdout] 24 | | acc [INFO] [stdout] 25 | | })(r, v) [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/reduce.rs:6:11 [INFO] [stdout] | [INFO] [stdout] 1 | fn reduce_fn(f: F, r: R, mut v: I) -> R [INFO] [stdout] | ---- -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 6 | match v.next() { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 59 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `curri` (lib test) due to 60 previous errors [INFO] running `Command { std: "docker" "inspect" "240273b5bec5d2fb3449b477a9d89c951e4c4ce5ee82831279cdd5043ba0cb47", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "240273b5bec5d2fb3449b477a9d89c951e4c4ce5ee82831279cdd5043ba0cb47", kill_on_drop: false }` [INFO] [stdout] 240273b5bec5d2fb3449b477a9d89c951e4c4ce5ee82831279cdd5043ba0cb47