[INFO] fetching crate sparsey 0.12.1... [INFO] checking sparsey-0.12.1 against try#4d98531622e1718ae0bc3c7a1ab9cd8938428452+rustflags=-Dtail_expr_drop_order for pr-129604 [INFO] extracting crate sparsey 0.12.1 into /workspace/builds/worker-2-tc2/source [INFO] validating manifest of crates.io crate sparsey 0.12.1 on toolchain 4d98531622e1718ae0bc3c7a1ab9cd8938428452 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate sparsey 0.12.1 [INFO] finished tweaking crates.io crate sparsey 0.12.1 [INFO] tweaked toml for crates.io crate sparsey 0.12.1 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate crates.io crate sparsey 0.12.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 10ec3d9628e533ec2c927fa1f64ae9d1c8d8c79584ff93f53f78236e2aa5136a [INFO] running `Command { std: "docker" "start" "-a" "10ec3d9628e533ec2c927fa1f64ae9d1c8d8c79584ff93f53f78236e2aa5136a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "10ec3d9628e533ec2c927fa1f64ae9d1c8d8c79584ff93f53f78236e2aa5136a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "10ec3d9628e533ec2c927fa1f64ae9d1c8d8c79584ff93f53f78236e2aa5136a", kill_on_drop: false }` [INFO] [stdout] 10ec3d9628e533ec2c927fa1f64ae9d1c8d8c79584ff93f53f78236e2aa5136a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dtail_expr_drop_order" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cef775873ac540a191aaea0c1c38298c42194ee60c3f0c66f82870eccc4b6987 [INFO] running `Command { std: "docker" "start" "-a" "cef775873ac540a191aaea0c1c38298c42194ee60c3f0c66f82870eccc4b6987", kill_on_drop: false }` [INFO] [stderr] Checking rustc-hash v2.0.0 [INFO] [stderr] Checking atomic_refcell v0.1.13 [INFO] [stderr] Checking sparsey v0.12.1 (/opt/rustwide/workdir) [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/query/mod.rs:147:14 [INFO] [stdout] | [INFO] [stdout] 130 | fn group_data<'a>(self) -> Option<(&'a [Entity], ::Slices<'a>)> [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 134 | let (get, include, exclude) = self.into_query_parts(); [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] 137 | let (entities, components) = unsafe { [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 142 | let (_, components) = get.get_data_unchecked(range); [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 147 | Some((entities, components)) [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/query/query_part.rs:321:22 [INFO] [stdout] | [INFO] [stdout] 320 | fn get<'a>(self, entity: Entity) -> Option> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 321 | Some(($( [INFO] [stdout] | ______________________^ [INFO] [stdout] 322 | | self.$idx.get(entity)?, [INFO] [stdout] 323 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 515 | impl_query_part!((A, 0)); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_query_part` (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/query/query_part.rs:412:20 [INFO] [stdout] | [INFO] [stdout] 408 | unsafe fn get_components_unchecked<'a>(self, range: Range) -> Self::Slices<'a> [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 412 | ($(self.$idx.get_components_unchecked(range.clone()),)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 515 | impl_query_part!((A, 0)); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_query_part` (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/query/query_part.rs:321:22 [INFO] [stdout] | [INFO] [stdout] 320 | fn get<'a>(self, entity: Entity) -> Option> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 321 | Some(($( [INFO] [stdout] | ______________________^ [INFO] [stdout] 322 | | self.$idx.get(entity)?, [INFO] [stdout] 323 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 516 | impl_query_part!((A, 0), (B, 1)); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_query_part` (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/query/query_part.rs:412:20 [INFO] [stdout] | [INFO] [stdout] 408 | unsafe fn get_components_unchecked<'a>(self, range: Range) -> Self::Slices<'a> [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 412 | ($(self.$idx.get_components_unchecked(range.clone()),)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 516 | impl_query_part!((A, 0), (B, 1)); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_query_part` (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/query/query_part.rs:321:22 [INFO] [stdout] | [INFO] [stdout] 320 | fn get<'a>(self, entity: Entity) -> Option> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 321 | Some(($( [INFO] [stdout] | ______________________^ [INFO] [stdout] 322 | | self.$idx.get(entity)?, [INFO] [stdout] 323 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 517 | impl_query_part!((A, 0), (B, 1), (C, 2)); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_query_part` (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/query/query_part.rs:412:20 [INFO] [stdout] | [INFO] [stdout] 408 | unsafe fn get_components_unchecked<'a>(self, range: Range) -> Self::Slices<'a> [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 412 | ($(self.$idx.get_components_unchecked(range.clone()),)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 517 | impl_query_part!((A, 0), (B, 1), (C, 2)); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_query_part` (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/query/query_part.rs:321:22 [INFO] [stdout] | [INFO] [stdout] 320 | fn get<'a>(self, entity: Entity) -> Option> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 321 | Some(($( [INFO] [stdout] | ______________________^ [INFO] [stdout] 322 | | self.$idx.get(entity)?, [INFO] [stdout] 323 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 518 | impl_query_part!((A, 0), (B, 1), (C, 2), (D, 3)); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_query_part` (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/query/query_part.rs:412:20 [INFO] [stdout] | [INFO] [stdout] 408 | unsafe fn get_components_unchecked<'a>(self, range: Range) -> Self::Slices<'a> [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 412 | ($(self.$idx.get_components_unchecked(range.clone()),)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 518 | impl_query_part!((A, 0), (B, 1), (C, 2), (D, 3)); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_query_part` (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/query/query_part.rs:321:22 [INFO] [stdout] | [INFO] [stdout] 320 | fn get<'a>(self, entity: Entity) -> Option> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 321 | Some(($( [INFO] [stdout] | ______________________^ [INFO] [stdout] 322 | | self.$idx.get(entity)?, [INFO] [stdout] 323 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 519 | impl_query_part!((A, 0), (B, 1), (C, 2), (D, 3), (E, 4)); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_query_part` (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/query/query_part.rs:412:20 [INFO] [stdout] | [INFO] [stdout] 408 | unsafe fn get_components_unchecked<'a>(self, range: Range) -> Self::Slices<'a> [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 412 | ($(self.$idx.get_components_unchecked(range.clone()),)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 519 | impl_query_part!((A, 0), (B, 1), (C, 2), (D, 3), (E, 4)); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_query_part` (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/query/query_part.rs:321:22 [INFO] [stdout] | [INFO] [stdout] 320 | fn get<'a>(self, entity: Entity) -> Option> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 321 | Some(($( [INFO] [stdout] | ______________________^ [INFO] [stdout] 322 | | self.$idx.get(entity)?, [INFO] [stdout] 323 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 520 | impl_query_part!((A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5)); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_query_part` (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/query/query_part.rs:412:20 [INFO] [stdout] | [INFO] [stdout] 408 | unsafe fn get_components_unchecked<'a>(self, range: Range) -> Self::Slices<'a> [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 412 | ($(self.$idx.get_components_unchecked(range.clone()),)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | impl_query_part!((A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5)); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_query_part` (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/query/query_part.rs:321:22 [INFO] [stdout] | [INFO] [stdout] 320 | fn get<'a>(self, entity: Entity) -> Option> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 321 | Some(($( [INFO] [stdout] | ______________________^ [INFO] [stdout] 322 | | self.$idx.get(entity)?, [INFO] [stdout] 323 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 521 | impl_query_part!((A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6)); [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_query_part` (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/query/query_part.rs:412:20 [INFO] [stdout] | [INFO] [stdout] 408 | unsafe fn get_components_unchecked<'a>(self, range: Range) -> Self::Slices<'a> [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 412 | ($(self.$idx.get_components_unchecked(range.clone()),)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 521 | impl_query_part!((A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6)); [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_query_part` (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/query/query_part.rs:321:22 [INFO] [stdout] | [INFO] [stdout] 320 | fn get<'a>(self, entity: Entity) -> Option> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 321 | Some(($( [INFO] [stdout] | ______________________^ [INFO] [stdout] 322 | | self.$idx.get(entity)?, [INFO] [stdout] 323 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 522 | impl_query_part!((A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7)); [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_query_part` (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/query/query_part.rs:412:20 [INFO] [stdout] | [INFO] [stdout] 408 | unsafe fn get_components_unchecked<'a>(self, range: Range) -> Self::Slices<'a> [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 412 | ($(self.$idx.get_components_unchecked(range.clone()),)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 522 | impl_query_part!((A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7)); [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_query_part` (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/query/query_part.rs:321:22 [INFO] [stdout] | [INFO] [stdout] 320 | fn get<'a>(self, entity: Entity) -> Option> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 321 | Some(($( [INFO] [stdout] | ______________________^ [INFO] [stdout] 322 | | self.$idx.get(entity)?, [INFO] [stdout] 323 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 523 | impl_query_part!((A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7), (I, 8)); [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_query_part` (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/query/query_part.rs:412:20 [INFO] [stdout] | [INFO] [stdout] 408 | unsafe fn get_components_unchecked<'a>(self, range: Range) -> Self::Slices<'a> [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 412 | ($(self.$idx.get_components_unchecked(range.clone()),)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 523 | impl_query_part!((A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7), (I, 8)); [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_query_part` (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/query/query_part.rs:321:22 [INFO] [stdout] | [INFO] [stdout] 320 | fn get<'a>(self, entity: Entity) -> Option> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 321 | Some(($( [INFO] [stdout] | ______________________^ [INFO] [stdout] 322 | | self.$idx.get(entity)?, [INFO] [stdout] 323 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 524 | impl_query_part!((A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7), (I, 8), (J, 9)); [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_query_part` (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/query/query_part.rs:412:20 [INFO] [stdout] | [INFO] [stdout] 408 | unsafe fn get_components_unchecked<'a>(self, range: Range) -> Self::Slices<'a> [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 412 | ($(self.$idx.get_components_unchecked(range.clone()),)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 524 | impl_query_part!((A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7), (I, 8), (J, 9)); [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_query_part` (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/query/query_part.rs:321:22 [INFO] [stdout] | [INFO] [stdout] 320 | fn get<'a>(self, entity: Entity) -> Option> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 321 | Some(($( [INFO] [stdout] | ______________________^ [INFO] [stdout] 322 | | self.$idx.get(entity)?, [INFO] [stdout] 323 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 525 | impl_query_part!((A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7), (I, 8), (J, 9), (K, 10)); [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_query_part` (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/query/query_part.rs:412:20 [INFO] [stdout] | [INFO] [stdout] 408 | unsafe fn get_components_unchecked<'a>(self, range: Range) -> Self::Slices<'a> [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 412 | ($(self.$idx.get_components_unchecked(range.clone()),)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 525 | impl_query_part!((A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7), (I, 8), (J, 9), (K, 10)); [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_query_part` (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/query/query_part.rs:321:22 [INFO] [stdout] | [INFO] [stdout] 320 | fn get<'a>(self, entity: Entity) -> Option> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 321 | Some(($( [INFO] [stdout] | ______________________^ [INFO] [stdout] 322 | | self.$idx.get(entity)?, [INFO] [stdout] 323 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 526 | impl_query_part!((A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7), (I, 8), (J, 9), (K, 10), (L, 11)); [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_query_part` (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/query/query_part.rs:412:20 [INFO] [stdout] | [INFO] [stdout] 408 | unsafe fn get_components_unchecked<'a>(self, range: Range) -> Self::Slices<'a> [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 412 | ($(self.$idx.get_components_unchecked(range.clone()),)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | impl_query_part!((A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7), (I, 8), (J, 9), (K, 10), (L, 11)); [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_query_part` (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/query/query_part.rs:321:22 [INFO] [stdout] | [INFO] [stdout] 320 | fn get<'a>(self, entity: Entity) -> Option> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 321 | Some(($( [INFO] [stdout] | ______________________^ [INFO] [stdout] 322 | | self.$idx.get(entity)?, [INFO] [stdout] 323 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 527 | impl_query_part!((A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7), (I, 8), (J, 9), (K, 10), (L, 11), (M, 12)); [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_query_part` (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/query/query_part.rs:412:20 [INFO] [stdout] | [INFO] [stdout] 408 | unsafe fn get_components_unchecked<'a>(self, range: Range) -> Self::Slices<'a> [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 412 | ($(self.$idx.get_components_unchecked(range.clone()),)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 527 | impl_query_part!((A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7), (I, 8), (J, 9), (K, 10), (L, 11), (M, 12)); [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_query_part` (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/query/query_part.rs:321:22 [INFO] [stdout] | [INFO] [stdout] 320 | fn get<'a>(self, entity: Entity) -> Option> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 321 | Some(($( [INFO] [stdout] | ______________________^ [INFO] [stdout] 322 | | self.$idx.get(entity)?, [INFO] [stdout] 323 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 528 | impl_query_part!((A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7), (I, 8), (J, 9), (K, 10), (L, 11), (M, 12), (N, 13)); [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_query_part` (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/query/query_part.rs:412:20 [INFO] [stdout] | [INFO] [stdout] 408 | unsafe fn get_components_unchecked<'a>(self, range: Range) -> Self::Slices<'a> [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 412 | ($(self.$idx.get_components_unchecked(range.clone()),)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 528 | impl_query_part!((A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7), (I, 8), (J, 9), (K, 10), (L, 11), (M, 12), (N, 13)); [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_query_part` (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/query/query_part.rs:321:22 [INFO] [stdout] | [INFO] [stdout] 320 | fn get<'a>(self, entity: Entity) -> Option> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 321 | Some(($( [INFO] [stdout] | ______________________^ [INFO] [stdout] 322 | | self.$idx.get(entity)?, [INFO] [stdout] 323 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 529 | impl_query_part!((A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7), (I, 8), (J, 9), (K, 10), (L, 11), (M, 12), (N, 13), (O, 14... [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_query_part` (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/query/query_part.rs:412:20 [INFO] [stdout] | [INFO] [stdout] 408 | unsafe fn get_components_unchecked<'a>(self, range: Range) -> Self::Slices<'a> [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 412 | ($(self.$idx.get_components_unchecked(range.clone()),)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 529 | impl_query_part!((A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7), (I, 8), (J, 9), (K, 10), (L, 11), (M, 12), (N, 13), (O, 14... [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_query_part` (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/query/query_part.rs:321:22 [INFO] [stdout] | [INFO] [stdout] 320 | fn get<'a>(self, entity: Entity) -> Option> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 321 | Some(($( [INFO] [stdout] | ______________________^ [INFO] [stdout] 322 | | self.$idx.get(entity)?, [INFO] [stdout] 323 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 530 | impl_query_part!((A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7), (I, 8), (J, 9), (K, 10), (L, 11), (M, 12), (N, 13), (O, 14), (P, 15... [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_query_part` (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/query/query_part.rs:412:20 [INFO] [stdout] | [INFO] [stdout] 408 | unsafe fn get_components_unchecked<'a>(self, range: Range) -> Self::Slices<'a> [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 412 | ($(self.$idx.get_components_unchecked(range.clone()),)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 530 | impl_query_part!((A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7), (I, 8), (J, 9), (K, 10), (L, 11), (M, 12), (N, 13), (O, 14), (P, 15... [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_query_part` (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/resource/mod.rs:58:35 [INFO] [stdout] | [INFO] [stdout] 58 | .map(|cell| unsafe { *cell.into_inner().downcast().unwrap_unchecked() }) [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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 74 | impl_into_system!(); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 74 | impl_into_system!(); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 74 | impl_into_system!(); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 75 | impl_into_system!(A); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 75 | impl_into_system!(A); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 75 | impl_into_system!(A); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 76 | impl_into_system!(A, B); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 76 | impl_into_system!(A, B); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 76 | impl_into_system!(A, B); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 77 | impl_into_system!(A, B, C); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 77 | impl_into_system!(A, B, C); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 77 | impl_into_system!(A, B, C); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 78 | impl_into_system!(A, B, C, D); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 78 | impl_into_system!(A, B, C, D); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 78 | impl_into_system!(A, B, C, D); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 79 | impl_into_system!(A, B, C, D, E); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 79 | impl_into_system!(A, B, C, D, E); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 79 | impl_into_system!(A, B, C, D, E); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 80 | impl_into_system!(A, B, C, D, E, F); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 80 | impl_into_system!(A, B, C, D, E, F); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 80 | impl_into_system!(A, B, C, D, E, F); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 81 | impl_into_system!(A, B, C, D, E, F, G); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 81 | impl_into_system!(A, B, C, D, E, F, G); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 81 | impl_into_system!(A, B, C, D, E, F, G); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 82 | impl_into_system!(A, B, C, D, E, F, G, H); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 82 | impl_into_system!(A, B, C, D, E, F, G, H); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 82 | impl_into_system!(A, B, C, D, E, F, G, H); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 83 | impl_into_system!(A, B, C, D, E, F, G, H, I); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 83 | impl_into_system!(A, B, C, D, E, F, G, H, I); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 83 | impl_into_system!(A, B, C, D, E, F, G, H, I); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 84 | impl_into_system!(A, B, C, D, E, F, G, H, I, J); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 84 | impl_into_system!(A, B, C, D, E, F, G, H, I, J); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 84 | impl_into_system!(A, B, C, D, E, F, G, H, I, J); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 85 | impl_into_system!(A, B, C, D, E, F, G, H, I, J, K); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 85 | impl_into_system!(A, B, C, D, E, F, G, H, I, J, K); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 85 | impl_into_system!(A, B, C, D, E, F, G, H, I, J, K); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 86 | impl_into_system!(A, B, C, D, E, F, G, H, I, J, K, L); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 86 | impl_into_system!(A, B, C, D, E, F, G, H, I, J, K, L); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 86 | impl_into_system!(A, B, C, D, E, F, G, H, I, J, K, L); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 87 | impl_into_system!(A, B, C, D, E, F, G, H, I, J, K, L, M); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 87 | impl_into_system!(A, B, C, D, E, F, G, H, I, J, K, L, M); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 87 | impl_into_system!(A, B, C, D, E, F, G, H, I, J, K, L, M); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 88 | impl_into_system!(A, B, C, D, E, F, G, H, I, J, K, L, M, N); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 88 | impl_into_system!(A, B, C, D, E, F, G, H, I, J, K, L, M, N); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 88 | impl_into_system!(A, B, C, D, E, F, G, H, I, J, K, L, M, N); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 89 | impl_into_system!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 89 | impl_into_system!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 89 | impl_into_system!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 90 | impl_into_system!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 90 | impl_into_system!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 90 | impl_into_system!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 63 | impl_run!(A); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 63 | impl_run!(A); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 63 | impl_run!(A); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 64 | impl_run!(A, B); [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 64 | impl_run!(A, B); [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 64 | impl_run!(A, B); [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 65 | impl_run!(A, B, C); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 65 | impl_run!(A, B, C); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 65 | impl_run!(A, B, C); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 66 | impl_run!(A, B, C, D); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 66 | impl_run!(A, B, C, D); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 66 | impl_run!(A, B, C, D); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 67 | impl_run!(A, B, C, D, E); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 67 | impl_run!(A, B, C, D, E); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 67 | impl_run!(A, B, C, D, E); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 68 | impl_run!(A, B, C, D, E, F); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 68 | impl_run!(A, B, C, D, E, F); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 68 | impl_run!(A, B, C, D, E, F); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 69 | impl_run!(A, B, C, D, E, F, G); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 69 | impl_run!(A, B, C, D, E, F, G); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 69 | impl_run!(A, B, C, D, E, F, G); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 70 | impl_run!(A, B, C, D, E, F, G, H); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 70 | impl_run!(A, B, C, D, E, F, G, H); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 70 | impl_run!(A, B, C, D, E, F, G, H); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 71 | impl_run!(A, B, C, D, E, F, G, H, I); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 71 | impl_run!(A, B, C, D, E, F, G, H, I); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 71 | impl_run!(A, B, C, D, E, F, G, H, I); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | impl_run!(A, B, C, D, E, F, G, H, I, J); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | impl_run!(A, B, C, D, E, F, G, H, I, J); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | impl_run!(A, B, C, D, E, F, G, H, I, J); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 73 | impl_run!(A, B, C, D, E, F, G, H, I, J, K); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 73 | impl_run!(A, B, C, D, E, F, G, H, I, J, K); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 73 | impl_run!(A, B, C, D, E, F, G, H, I, J, K); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 74 | impl_run!(A, B, C, D, E, F, G, H, I, J, K, L); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 74 | impl_run!(A, B, C, D, E, F, G, H, I, J, K, L); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 74 | impl_run!(A, B, C, D, E, F, G, H, I, J, K, L); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 75 | impl_run!(A, B, C, D, E, F, G, H, I, J, K, L, M); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 75 | impl_run!(A, B, C, D, E, F, G, H, I, J, K, L, M); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 75 | impl_run!(A, B, C, D, E, F, G, H, I, J, K, L, M); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 76 | impl_run!(A, B, C, D, E, F, G, H, I, J, K, L, M, N); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 76 | impl_run!(A, B, C, D, E, F, G, H, I, J, K, L, M, N); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 76 | impl_run!(A, B, C, D, E, F, G, H, I, J, K, L, M, N); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 77 | impl_run!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 77 | impl_run!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 77 | impl_run!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 78 | impl_run!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 78 | impl_run!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 78 | impl_run!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P); [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_run_in` which comes from the expansion of the macro `impl_run` (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/query/mod.rs:147:14 [INFO] [stdout] | [INFO] [stdout] 130 | fn group_data<'a>(self) -> Option<(&'a [Entity], ::Slices<'a>)> [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 134 | let (get, include, exclude) = self.into_query_parts(); [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] 137 | let (entities, components) = unsafe { [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 142 | let (_, components) = get.get_data_unchecked(range); [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 147 | Some((entities, components)) [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/query/query_part.rs:321:22 [INFO] [stdout] | [INFO] [stdout] 320 | fn get<'a>(self, entity: Entity) -> Option> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 321 | Some(($( [INFO] [stdout] | ______________________^ [INFO] [stdout] 322 | | self.$idx.get(entity)?, [INFO] [stdout] 323 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 515 | impl_query_part!((A, 0)); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_query_part` (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/query/query_part.rs:412:20 [INFO] [stdout] | [INFO] [stdout] 408 | unsafe fn get_components_unchecked<'a>(self, range: Range) -> Self::Slices<'a> [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 412 | ($(self.$idx.get_components_unchecked(range.clone()),)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 515 | impl_query_part!((A, 0)); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_query_part` (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/query/query_part.rs:321:22 [INFO] [stdout] | [INFO] [stdout] 320 | fn get<'a>(self, entity: Entity) -> Option> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 321 | Some(($( [INFO] [stdout] | ______________________^ [INFO] [stdout] 322 | | self.$idx.get(entity)?, [INFO] [stdout] 323 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 516 | impl_query_part!((A, 0), (B, 1)); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_query_part` (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/query/query_part.rs:412:20 [INFO] [stdout] | [INFO] [stdout] 408 | unsafe fn get_components_unchecked<'a>(self, range: Range) -> Self::Slices<'a> [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 412 | ($(self.$idx.get_components_unchecked(range.clone()),)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 516 | impl_query_part!((A, 0), (B, 1)); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_query_part` (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/query/query_part.rs:321:22 [INFO] [stdout] | [INFO] [stdout] 320 | fn get<'a>(self, entity: Entity) -> Option> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 321 | Some(($( [INFO] [stdout] | ______________________^ [INFO] [stdout] 322 | | self.$idx.get(entity)?, [INFO] [stdout] 323 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 517 | impl_query_part!((A, 0), (B, 1), (C, 2)); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_query_part` (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/query/query_part.rs:412:20 [INFO] [stdout] | [INFO] [stdout] 408 | unsafe fn get_components_unchecked<'a>(self, range: Range) -> Self::Slices<'a> [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 412 | ($(self.$idx.get_components_unchecked(range.clone()),)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 517 | impl_query_part!((A, 0), (B, 1), (C, 2)); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_query_part` (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/query/query_part.rs:321:22 [INFO] [stdout] | [INFO] [stdout] 320 | fn get<'a>(self, entity: Entity) -> Option> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 321 | Some(($( [INFO] [stdout] | ______________________^ [INFO] [stdout] 322 | | self.$idx.get(entity)?, [INFO] [stdout] 323 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 518 | impl_query_part!((A, 0), (B, 1), (C, 2), (D, 3)); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_query_part` (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/query/query_part.rs:412:20 [INFO] [stdout] | [INFO] [stdout] 408 | unsafe fn get_components_unchecked<'a>(self, range: Range) -> Self::Slices<'a> [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 412 | ($(self.$idx.get_components_unchecked(range.clone()),)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 518 | impl_query_part!((A, 0), (B, 1), (C, 2), (D, 3)); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_query_part` (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/query/query_part.rs:321:22 [INFO] [stdout] | [INFO] [stdout] 320 | fn get<'a>(self, entity: Entity) -> Option> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 321 | Some(($( [INFO] [stdout] | ______________________^ [INFO] [stdout] 322 | | self.$idx.get(entity)?, [INFO] [stdout] 323 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 519 | impl_query_part!((A, 0), (B, 1), (C, 2), (D, 3), (E, 4)); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_query_part` (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/query/query_part.rs:412:20 [INFO] [stdout] | [INFO] [stdout] 408 | unsafe fn get_components_unchecked<'a>(self, range: Range) -> Self::Slices<'a> [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 412 | ($(self.$idx.get_components_unchecked(range.clone()),)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 519 | impl_query_part!((A, 0), (B, 1), (C, 2), (D, 3), (E, 4)); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_query_part` (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/query/query_part.rs:321:22 [INFO] [stdout] | [INFO] [stdout] 320 | fn get<'a>(self, entity: Entity) -> Option> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 321 | Some(($( [INFO] [stdout] | ______________________^ [INFO] [stdout] 322 | | self.$idx.get(entity)?, [INFO] [stdout] 323 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 520 | impl_query_part!((A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5)); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_query_part` (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/query/query_part.rs:412:20 [INFO] [stdout] | [INFO] [stdout] 408 | unsafe fn get_components_unchecked<'a>(self, range: Range) -> Self::Slices<'a> [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 412 | ($(self.$idx.get_components_unchecked(range.clone()),)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | impl_query_part!((A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5)); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_query_part` (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/query/query_part.rs:321:22 [INFO] [stdout] | [INFO] [stdout] 320 | fn get<'a>(self, entity: Entity) -> Option> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 321 | Some(($( [INFO] [stdout] | ______________________^ [INFO] [stdout] 322 | | self.$idx.get(entity)?, [INFO] [stdout] 323 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 521 | impl_query_part!((A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6)); [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_query_part` (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/query/query_part.rs:412:20 [INFO] [stdout] | [INFO] [stdout] 408 | unsafe fn get_components_unchecked<'a>(self, range: Range) -> Self::Slices<'a> [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 412 | ($(self.$idx.get_components_unchecked(range.clone()),)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 521 | impl_query_part!((A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6)); [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_query_part` (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/query/query_part.rs:321:22 [INFO] [stdout] | [INFO] [stdout] 320 | fn get<'a>(self, entity: Entity) -> Option> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 321 | Some(($( [INFO] [stdout] | ______________________^ [INFO] [stdout] 322 | | self.$idx.get(entity)?, [INFO] [stdout] 323 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 522 | impl_query_part!((A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7)); [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_query_part` (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/query/query_part.rs:412:20 [INFO] [stdout] | [INFO] [stdout] 408 | unsafe fn get_components_unchecked<'a>(self, range: Range) -> Self::Slices<'a> [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 412 | ($(self.$idx.get_components_unchecked(range.clone()),)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 522 | impl_query_part!((A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7)); [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_query_part` (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/query/query_part.rs:321:22 [INFO] [stdout] | [INFO] [stdout] 320 | fn get<'a>(self, entity: Entity) -> Option> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 321 | Some(($( [INFO] [stdout] | ______________________^ [INFO] [stdout] 322 | | self.$idx.get(entity)?, [INFO] [stdout] 323 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 523 | impl_query_part!((A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7), (I, 8)); [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_query_part` (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/query/query_part.rs:412:20 [INFO] [stdout] | [INFO] [stdout] 408 | unsafe fn get_components_unchecked<'a>(self, range: Range) -> Self::Slices<'a> [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 412 | ($(self.$idx.get_components_unchecked(range.clone()),)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 523 | impl_query_part!((A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7), (I, 8)); [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_query_part` (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/query/query_part.rs:321:22 [INFO] [stdout] | [INFO] [stdout] 320 | fn get<'a>(self, entity: Entity) -> Option> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 321 | Some(($( [INFO] [stdout] | ______________________^ [INFO] [stdout] 322 | | self.$idx.get(entity)?, [INFO] [stdout] 323 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 524 | impl_query_part!((A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7), (I, 8), (J, 9)); [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_query_part` (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/query/query_part.rs:412:20 [INFO] [stdout] | [INFO] [stdout] 408 | unsafe fn get_components_unchecked<'a>(self, range: Range) -> Self::Slices<'a> [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 412 | ($(self.$idx.get_components_unchecked(range.clone()),)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 524 | impl_query_part!((A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7), (I, 8), (J, 9)); [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_query_part` (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/query/query_part.rs:321:22 [INFO] [stdout] | [INFO] [stdout] 320 | fn get<'a>(self, entity: Entity) -> Option> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 321 | Some(($( [INFO] [stdout] | ______________________^ [INFO] [stdout] 322 | | self.$idx.get(entity)?, [INFO] [stdout] 323 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 525 | impl_query_part!((A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7), (I, 8), (J, 9), (K, 10)); [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_query_part` (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/query/query_part.rs:412:20 [INFO] [stdout] | [INFO] [stdout] 408 | unsafe fn get_components_unchecked<'a>(self, range: Range) -> Self::Slices<'a> [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 412 | ($(self.$idx.get_components_unchecked(range.clone()),)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 525 | impl_query_part!((A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7), (I, 8), (J, 9), (K, 10)); [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_query_part` (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/query/query_part.rs:321:22 [INFO] [stdout] | [INFO] [stdout] 320 | fn get<'a>(self, entity: Entity) -> Option> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 321 | Some(($( [INFO] [stdout] | ______________________^ [INFO] [stdout] 322 | | self.$idx.get(entity)?, [INFO] [stdout] 323 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 526 | impl_query_part!((A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7), (I, 8), (J, 9), (K, 10), (L, 11)); [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_query_part` (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/query/query_part.rs:412:20 [INFO] [stdout] | [INFO] [stdout] 408 | unsafe fn get_components_unchecked<'a>(self, range: Range) -> Self::Slices<'a> [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 412 | ($(self.$idx.get_components_unchecked(range.clone()),)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | impl_query_part!((A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7), (I, 8), (J, 9), (K, 10), (L, 11)); [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_query_part` (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/query/query_part.rs:321:22 [INFO] [stdout] | [INFO] [stdout] 320 | fn get<'a>(self, entity: Entity) -> Option> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 321 | Some(($( [INFO] [stdout] | ______________________^ [INFO] [stdout] 322 | | self.$idx.get(entity)?, [INFO] [stdout] 323 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 527 | impl_query_part!((A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7), (I, 8), (J, 9), (K, 10), (L, 11), (M, 12)); [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_query_part` (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/query/query_part.rs:412:20 [INFO] [stdout] | [INFO] [stdout] 408 | unsafe fn get_components_unchecked<'a>(self, range: Range) -> Self::Slices<'a> [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 412 | ($(self.$idx.get_components_unchecked(range.clone()),)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 527 | impl_query_part!((A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7), (I, 8), (J, 9), (K, 10), (L, 11), (M, 12)); [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_query_part` (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/query/query_part.rs:321:22 [INFO] [stdout] | [INFO] [stdout] 320 | fn get<'a>(self, entity: Entity) -> Option> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 321 | Some(($( [INFO] [stdout] | ______________________^ [INFO] [stdout] 322 | | self.$idx.get(entity)?, [INFO] [stdout] 323 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 528 | impl_query_part!((A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7), (I, 8), (J, 9), (K, 10), (L, 11), (M, 12), (N, 13)); [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_query_part` (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/query/query_part.rs:412:20 [INFO] [stdout] | [INFO] [stdout] 408 | unsafe fn get_components_unchecked<'a>(self, range: Range) -> Self::Slices<'a> [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 412 | ($(self.$idx.get_components_unchecked(range.clone()),)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 528 | impl_query_part!((A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7), (I, 8), (J, 9), (K, 10), (L, 11), (M, 12), (N, 13)); [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_query_part` (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/query/query_part.rs:321:22 [INFO] [stdout] | [INFO] [stdout] 320 | fn get<'a>(self, entity: Entity) -> Option> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 321 | Some(($( [INFO] [stdout] | ______________________^ [INFO] [stdout] 322 | | self.$idx.get(entity)?, [INFO] [stdout] 323 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 529 | impl_query_part!((A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7), (I, 8), (J, 9), (K, 10), (L, 11), (M, 12), (N, 13), (O, 14... [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_query_part` (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/query/query_part.rs:412:20 [INFO] [stdout] | [INFO] [stdout] 408 | unsafe fn get_components_unchecked<'a>(self, range: Range) -> Self::Slices<'a> [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 412 | ($(self.$idx.get_components_unchecked(range.clone()),)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 529 | impl_query_part!((A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7), (I, 8), (J, 9), (K, 10), (L, 11), (M, 12), (N, 13), (O, 14... [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_query_part` (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/query/query_part.rs:321:22 [INFO] [stdout] | [INFO] [stdout] 320 | fn get<'a>(self, entity: Entity) -> Option> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 321 | Some(($( [INFO] [stdout] | ______________________^ [INFO] [stdout] 322 | | self.$idx.get(entity)?, [INFO] [stdout] 323 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 530 | impl_query_part!((A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7), (I, 8), (J, 9), (K, 10), (L, 11), (M, 12), (N, 13), (O, 14), (P, 15... [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_query_part` (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/query/query_part.rs:412:20 [INFO] [stdout] | [INFO] [stdout] 408 | unsafe fn get_components_unchecked<'a>(self, range: Range) -> Self::Slices<'a> [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 412 | ($(self.$idx.get_components_unchecked(range.clone()),)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 530 | impl_query_part!((A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7), (I, 8), (J, 9), (K, 10), (L, 11), (M, 12), (N, 13), (O, 14), (P, 15... [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_query_part` (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/resource/mod.rs:58:35 [INFO] [stdout] | [INFO] [stdout] 58 | .map(|cell| unsafe { *cell.into_inner().downcast().unwrap_unchecked() }) [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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 74 | impl_into_system!(); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 74 | impl_into_system!(); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 74 | impl_into_system!(); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 75 | impl_into_system!(A); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 75 | impl_into_system!(A); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 75 | impl_into_system!(A); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 76 | impl_into_system!(A, B); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 76 | impl_into_system!(A, B); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 76 | impl_into_system!(A, B); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 77 | impl_into_system!(A, B, C); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 77 | impl_into_system!(A, B, C); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 77 | impl_into_system!(A, B, C); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 78 | impl_into_system!(A, B, C, D); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 78 | impl_into_system!(A, B, C, D); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 78 | impl_into_system!(A, B, C, D); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 79 | impl_into_system!(A, B, C, D, E); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 79 | impl_into_system!(A, B, C, D, E); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 79 | impl_into_system!(A, B, C, D, E); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 80 | impl_into_system!(A, B, C, D, E, F); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 80 | impl_into_system!(A, B, C, D, E, F); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 80 | impl_into_system!(A, B, C, D, E, F); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 81 | impl_into_system!(A, B, C, D, E, F, G); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 81 | impl_into_system!(A, B, C, D, E, F, G); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 81 | impl_into_system!(A, B, C, D, E, F, G); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 82 | impl_into_system!(A, B, C, D, E, F, G, H); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 82 | impl_into_system!(A, B, C, D, E, F, G, H); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 82 | impl_into_system!(A, B, C, D, E, F, G, H); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 83 | impl_into_system!(A, B, C, D, E, F, G, H, I); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 83 | impl_into_system!(A, B, C, D, E, F, G, H, I); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 83 | impl_into_system!(A, B, C, D, E, F, G, H, I); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 84 | impl_into_system!(A, B, C, D, E, F, G, H, I, J); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 84 | impl_into_system!(A, B, C, D, E, F, G, H, I, J); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 84 | impl_into_system!(A, B, C, D, E, F, G, H, I, J); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 85 | impl_into_system!(A, B, C, D, E, F, G, H, I, J, K); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 85 | impl_into_system!(A, B, C, D, E, F, G, H, I, J, K); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 85 | impl_into_system!(A, B, C, D, E, F, G, H, I, J, K); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 86 | impl_into_system!(A, B, C, D, E, F, G, H, I, J, K, L); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 86 | impl_into_system!(A, B, C, D, E, F, G, H, I, J, K, L); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 86 | impl_into_system!(A, B, C, D, E, F, G, H, I, J, K, L); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 87 | impl_into_system!(A, B, C, D, E, F, G, H, I, J, K, L, M); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 87 | impl_into_system!(A, B, C, D, E, F, G, H, I, J, K, L, M); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 87 | impl_into_system!(A, B, C, D, E, F, G, H, I, J, K, L, M); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 88 | impl_into_system!(A, B, C, D, E, F, G, H, I, J, K, L, M, N); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 88 | impl_into_system!(A, B, C, D, E, F, G, H, I, J, K, L, M, N); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 88 | impl_into_system!(A, B, C, D, E, F, G, H, I, J, K, L, M, N); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 89 | impl_into_system!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 89 | impl_into_system!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 89 | impl_into_system!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 90 | impl_into_system!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 90 | impl_into_system!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/mod.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn system(mut self) -> System<$Registry, TReturn> { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | System { [INFO] [stdout] 64 | system_fn: Box::new(move |$registry: &$Registry| { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 65 | | Run::run(&mut self, $registry) [INFO] [stdout] 66 | | }), [INFO] [stdout] | |______________________^ [INFO] [stdout] ... [INFO] [stdout] 90 | impl_into_system!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P); [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_into_system_in` which comes from the expansion of the macro `impl_into_system` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 63 | impl_run!(A); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 63 | impl_run!(A); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 63 | impl_run!(A); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 64 | impl_run!(A, B); [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 64 | impl_run!(A, B); [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 64 | impl_run!(A, B); [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 65 | impl_run!(A, B, C); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 65 | impl_run!(A, B, C); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 65 | impl_run!(A, B, C); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 66 | impl_run!(A, B, C, D); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 66 | impl_run!(A, B, C, D); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 66 | impl_run!(A, B, C, D); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 67 | impl_run!(A, B, C, D, E); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 67 | impl_run!(A, B, C, D, E); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 67 | impl_run!(A, B, C, D, E); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 68 | impl_run!(A, B, C, D, E, F); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 68 | impl_run!(A, B, C, D, E, F); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 68 | impl_run!(A, B, C, D, E, F); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 69 | impl_run!(A, B, C, D, E, F, G); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 69 | impl_run!(A, B, C, D, E, F, G); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 69 | impl_run!(A, B, C, D, E, F, G); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 70 | impl_run!(A, B, C, D, E, F, G, H); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 70 | impl_run!(A, B, C, D, E, F, G, H); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 70 | impl_run!(A, B, C, D, E, F, G, H); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 71 | impl_run!(A, B, C, D, E, F, G, H, I); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 71 | impl_run!(A, B, C, D, E, F, G, H, I); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 71 | impl_run!(A, B, C, D, E, F, G, H, I); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | impl_run!(A, B, C, D, E, F, G, H, I, J); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | impl_run!(A, B, C, D, E, F, G, H, I, J); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | impl_run!(A, B, C, D, E, F, G, H, I, J); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 73 | impl_run!(A, B, C, D, E, F, G, H, I, J, K); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 73 | impl_run!(A, B, C, D, E, F, G, H, I, J, K); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 73 | impl_run!(A, B, C, D, E, F, G, H, I, J, K); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 74 | impl_run!(A, B, C, D, E, F, G, H, I, J, K, L); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 74 | impl_run!(A, B, C, D, E, F, G, H, I, J, K, L); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 74 | impl_run!(A, B, C, D, E, F, G, H, I, J, K, L); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 75 | impl_run!(A, B, C, D, E, F, G, H, I, J, K, L, M); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 75 | impl_run!(A, B, C, D, E, F, G, H, I, J, K, L, M); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 75 | impl_run!(A, B, C, D, E, F, G, H, I, J, K, L, M); [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_run_in` which comes from the expansion of the macro `impl_run` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `sparsey` (lib test) due to 134 previous errors [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 76 | impl_run!(A, B, C, D, E, F, G, H, I, J, K, L, M, N); [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_run_in` which comes from the expansion of the macro `impl_run` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 133 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 76 | impl_run!(A, B, C, D, E, F, G, H, I, J, K, L, M, N); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 76 | impl_run!(A, B, C, D, E, F, G, H, I, J, K, L, M, N); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 77 | impl_run!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 77 | impl_run!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 77 | impl_run!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 78 | impl_run!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 78 | impl_run!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P); [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_run_in` which comes from the expansion of the macro `impl_run` (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/system/run.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 55 | fn run(self, $registry: &$Registry) -> TReturn { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | self($($Param::borrow($registry),)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 78 | impl_run!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P); [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_run_in` which comes from the expansion of the macro `impl_run` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 133 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `sparsey` (lib) due to 134 previous errors [INFO] running `Command { std: "docker" "inspect" "cef775873ac540a191aaea0c1c38298c42194ee60c3f0c66f82870eccc4b6987", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cef775873ac540a191aaea0c1c38298c42194ee60c3f0c66f82870eccc4b6987", kill_on_drop: false }` [INFO] [stdout] cef775873ac540a191aaea0c1c38298c42194ee60c3f0c66f82870eccc4b6987