[INFO] fetching crate dash7_alp 0.6.3... [INFO] checking dash7_alp-0.6.3 against try#4d98531622e1718ae0bc3c7a1ab9cd8938428452+rustflags=-Dtail_expr_drop_order for pr-129604 [INFO] extracting crate dash7_alp 0.6.3 into /workspace/builds/worker-1-tc2/source [INFO] validating manifest of crates.io crate dash7_alp 0.6.3 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 dash7_alp 0.6.3 [INFO] finished tweaking crates.io crate dash7_alp 0.6.3 [INFO] tweaked toml for crates.io crate dash7_alp 0.6.3 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 3 packages to latest compatible versions [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-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] eef9b6e61fbb3ff33aef7abb78d2c2ddabf42ee032a55d24e8404fd8c90d5b07 [INFO] running `Command { std: "docker" "start" "-a" "eef9b6e61fbb3ff33aef7abb78d2c2ddabf42ee032a55d24e8404fd8c90d5b07", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "eef9b6e61fbb3ff33aef7abb78d2c2ddabf42ee032a55d24e8404fd8c90d5b07", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eef9b6e61fbb3ff33aef7abb78d2c2ddabf42ee032a55d24e8404fd8c90d5b07", kill_on_drop: false }` [INFO] [stdout] eef9b6e61fbb3ff33aef7abb78d2c2ddabf42ee032a55d24e8404fd8c90d5b07 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 35630ad1460df46423dd3d75ab06e5ba042406fd65500f19c6ba22864ab034ed [INFO] running `Command { std: "docker" "start" "-a" "35630ad1460df46423dd3d75ab06e5ba042406fd65500f19c6ba22864ab034ed", kill_on_drop: false }` [INFO] [stderr] Checking hex-literal v0.4.1 [INFO] [stderr] Checking dash7_alp v0.6.3 (/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/spec/v1_2/mod.rs:108:12 [INFO] [stdout] | [INFO] [stdout] 85 | let mut actions = vec![]; [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 108 | Ok(Self { actions }) [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/spec/v1_2/action/mod.rs:375:33 [INFO] [stdout] | [INFO] [stdout] 373 | data: T, [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 374 | ) -> Self { [INFO] [stdout] 375 | Self::$variant_name(FileDataAction { [INFO] [stdout] | _________________________________^ [INFO] [stdout] 376 | | group, [INFO] [stdout] 377 | | resp, [INFO] [stdout] 378 | | file_id, [INFO] [stdout] 379 | | offset, [INFO] [stdout] 380 | | data: data.into().into(), [INFO] [stdout] 381 | | }) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 701 | impl_action_builders!(Action); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `crate::spec::v1_2::action::impl_action_builder_file_data` which comes from the expansion of the macro `impl_action_builders` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/spec/v1_2/action/mod.rs:375:33 [INFO] [stdout] | [INFO] [stdout] 373 | data: T, [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 374 | ) -> Self { [INFO] [stdout] 375 | Self::$variant_name(FileDataAction { [INFO] [stdout] | _________________________________^ [INFO] [stdout] 376 | | group, [INFO] [stdout] 377 | | resp, [INFO] [stdout] 378 | | file_id, [INFO] [stdout] 379 | | offset, [INFO] [stdout] 380 | | data: data.into().into(), [INFO] [stdout] 381 | | }) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 701 | impl_action_builders!(Action); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `crate::spec::v1_2::action::impl_action_builder_file_data` which comes from the expansion of the macro `impl_action_builders` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/spec/v1_2/action/mod.rs:409:33 [INFO] [stdout] | [INFO] [stdout] 408 | pub fn $function_name(group: bool, resp: bool, query: operand::Query) -> Self { [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 409 | Self::$variant_name(QueryAction { group, resp, query }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 701 | impl_action_builders!(Action); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `crate::spec::v1_2::action::impl_action_builder_query` which comes from the expansion of the macro `impl_action_builders` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/spec/v1_2/action/mod.rs:409:33 [INFO] [stdout] | [INFO] [stdout] 408 | pub fn $function_name(group: bool, resp: bool, query: operand::Query) -> Self { [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 409 | Self::$variant_name(QueryAction { group, resp, query }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 701 | impl_action_builders!(Action); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `crate::spec::v1_2::action::impl_action_builder_query` which comes from the expansion of the macro `impl_action_builders` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/spec/v1_2/action/mod.rs:409:33 [INFO] [stdout] | [INFO] [stdout] 408 | pub fn $function_name(group: bool, resp: bool, query: operand::Query) -> Self { [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 409 | Self::$variant_name(QueryAction { group, resp, query }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 701 | impl_action_builders!(Action); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `crate::spec::v1_2::action::impl_action_builder_query` which comes from the expansion of the macro `impl_action_builders` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/spec/v1_2/action/mod.rs:484:30 [INFO] [stdout] | [INFO] [stdout] 483 | pub fn status(status: Status) -> Self { [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 484 | Self::Status(status.into()) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 701 | impl_action_builders!(Action); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_action_builders` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/spec/v1_2/action/file_data_action.rs:78:12 [INFO] [stdout] | [INFO] [stdout] 75 | let mut data = vec![0u8; size].into_boxed_slice(); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 78 | Ok(WithSize { [INFO] [stdout] | ____________^ [INFO] [stdout] 79 | | value: Self { [INFO] [stdout] 80 | | group, [INFO] [stdout] 81 | | resp, [INFO] [stdout] ... | [INFO] [stdout] 86 | | size: off, [INFO] [stdout] 87 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/spec/v1_2/operand/interface_status.rs:149:12 [INFO] [stdout] | [INFO] [stdout] 93 | let value = match out[0] { [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 143 | let mut data = vec![0u8; size].into_boxed_slice(); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 149 | Ok(WithSize { [INFO] [stdout] | ____________^ [INFO] [stdout] 150 | | value, [INFO] [stdout] 151 | | size: offset, [INFO] [stdout] 152 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/spec/v1_2/operand/query.rs:294:12 [INFO] [stdout] | [INFO] [stdout] 275 | let mask = if mask_flag { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 276 | let mut data = vec![0u8; size as usize].into_boxed_slice(); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 294 | Ok(WithSize { [INFO] [stdout] | ____________^ [INFO] [stdout] 295 | | value: Self { [INFO] [stdout] 296 | | signed_data, [INFO] [stdout] 297 | | comparison_type, [INFO] [stdout] ... | [INFO] [stdout] 302 | | size: offset, [INFO] [stdout] 303 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/spec/v1_2/operand/query.rs:436:12 [INFO] [stdout] | [INFO] [stdout] 414 | let mask = if mask_flag { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 415 | let mut data = vec![0u8; size as usize].into_boxed_slice(); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 422 | let mut value = vec![0u8; size as usize].into_boxed_slice(); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 436 | Ok(WithSize { [INFO] [stdout] | ____________^ [INFO] [stdout] 437 | | value: Self { [INFO] [stdout] 438 | | signed_data, [INFO] [stdout] 439 | | comparison_type, [INFO] [stdout] ... | [INFO] [stdout] 445 | | size: offset, [INFO] [stdout] 446 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/spec/v1_2/operand/query.rs:586:12 [INFO] [stdout] | [INFO] [stdout] 556 | let mask = if mask_flag { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 557 | let mut data = vec![0u8; size as usize].into_boxed_slice(); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 586 | Ok(WithSize { [INFO] [stdout] | ____________^ [INFO] [stdout] 587 | | value: Self { [INFO] [stdout] 588 | | signed_data, [INFO] [stdout] 589 | | comparison_type, [INFO] [stdout] ... | [INFO] [stdout] 595 | | size: offset, [INFO] [stdout] 596 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/spec/v1_2/operand/query.rs:742:12 [INFO] [stdout] | [INFO] [stdout] 710 | let mut raw_start = vec![0u8; size].into_boxed_slice(); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 713 | let mut raw_stop = vec![0u8; size].into_boxed_slice(); [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 722 | let mask = if mask_flag { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 723 | let bitmap_size = (stop - start + 6) / 8; // ALP SPEC: Thanks for the calculation [INFO] [stdout] 724 | let mut bitmap = vec![0u8; bitmap_size as usize].into_boxed_slice(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 742 | Ok(WithSize { [INFO] [stdout] | ____________^ [INFO] [stdout] 743 | | value: Self { [INFO] [stdout] 744 | | signed_data, [INFO] [stdout] 745 | | comparison_type, [INFO] [stdout] ... | [INFO] [stdout] 752 | | size: offset, [INFO] [stdout] 753 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/spec/v1_2/operand/query.rs:881:12 [INFO] [stdout] | [INFO] [stdout] 859 | let mask = if mask_flag { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 860 | let mut data = vec![0u8; size].into_boxed_slice(); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 867 | let mut value = vec![0u8; size].into_boxed_slice(); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 881 | Ok(WithSize { [INFO] [stdout] | ____________^ [INFO] [stdout] 882 | | value: Self { [INFO] [stdout] 883 | | max_errors, [INFO] [stdout] 884 | | size: size32, [INFO] [stdout] ... | [INFO] [stdout] 889 | | size: offset, [INFO] [stdout] 890 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/sub_iot/v0/mod.rs:90:12 [INFO] [stdout] | [INFO] [stdout] 67 | let mut actions = vec![]; [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 90 | Ok(Self { actions }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/spec/v1_2/action/mod.rs:375:33 [INFO] [stdout] | [INFO] [stdout] 373 | data: T, [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 374 | ) -> Self { [INFO] [stdout] 375 | Self::$variant_name(FileDataAction { [INFO] [stdout] | _________________________________^ [INFO] [stdout] 376 | | group, [INFO] [stdout] 377 | | resp, [INFO] [stdout] 378 | | file_id, [INFO] [stdout] 379 | | offset, [INFO] [stdout] 380 | | data: data.into().into(), [INFO] [stdout] 381 | | }) [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] ::: src/sub_iot/v0/action/mod.rs:116:1 [INFO] [stdout] | [INFO] [stdout] 116 | crate::spec::v1_2::action::impl_action_builders!(Action); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `crate::spec::v1_2::action::impl_action_builder_file_data` which comes from the expansion of the macro `crate::spec::v1_2::action::impl_action_builders` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/spec/v1_2/action/mod.rs:375:33 [INFO] [stdout] | [INFO] [stdout] 373 | data: T, [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 374 | ) -> Self { [INFO] [stdout] 375 | Self::$variant_name(FileDataAction { [INFO] [stdout] | _________________________________^ [INFO] [stdout] 376 | | group, [INFO] [stdout] 377 | | resp, [INFO] [stdout] 378 | | file_id, [INFO] [stdout] 379 | | offset, [INFO] [stdout] 380 | | data: data.into().into(), [INFO] [stdout] 381 | | }) [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] ::: src/sub_iot/v0/action/mod.rs:116:1 [INFO] [stdout] | [INFO] [stdout] 116 | crate::spec::v1_2::action::impl_action_builders!(Action); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `crate::spec::v1_2::action::impl_action_builder_file_data` which comes from the expansion of the macro `crate::spec::v1_2::action::impl_action_builders` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/spec/v1_2/action/mod.rs:409:33 [INFO] [stdout] | [INFO] [stdout] 408 | pub fn $function_name(group: bool, resp: bool, query: operand::Query) -> Self { [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 409 | Self::$variant_name(QueryAction { group, resp, query }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/sub_iot/v0/action/mod.rs:116:1 [INFO] [stdout] | [INFO] [stdout] 116 | crate::spec::v1_2::action::impl_action_builders!(Action); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `crate::spec::v1_2::action::impl_action_builder_query` which comes from the expansion of the macro `crate::spec::v1_2::action::impl_action_builders` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/spec/v1_2/action/mod.rs:409:33 [INFO] [stdout] | [INFO] [stdout] 408 | pub fn $function_name(group: bool, resp: bool, query: operand::Query) -> Self { [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 409 | Self::$variant_name(QueryAction { group, resp, query }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/sub_iot/v0/action/mod.rs:116:1 [INFO] [stdout] | [INFO] [stdout] 116 | crate::spec::v1_2::action::impl_action_builders!(Action); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `crate::spec::v1_2::action::impl_action_builder_query` which comes from the expansion of the macro `crate::spec::v1_2::action::impl_action_builders` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/spec/v1_2/action/mod.rs:409:33 [INFO] [stdout] | [INFO] [stdout] 408 | pub fn $function_name(group: bool, resp: bool, query: operand::Query) -> Self { [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 409 | Self::$variant_name(QueryAction { group, resp, query }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/sub_iot/v0/action/mod.rs:116:1 [INFO] [stdout] | [INFO] [stdout] 116 | crate::spec::v1_2::action::impl_action_builders!(Action); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `crate::spec::v1_2::action::impl_action_builder_query` which comes from the expansion of the macro `crate::spec::v1_2::action::impl_action_builders` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/spec/v1_2/action/mod.rs:484:30 [INFO] [stdout] | [INFO] [stdout] 483 | pub fn status(status: Status) -> Self { [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 484 | Self::Status(status.into()) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/sub_iot/v0/action/mod.rs:116:1 [INFO] [stdout] | [INFO] [stdout] 116 | crate::spec::v1_2::action::impl_action_builders!(Action); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `crate::spec::v1_2::action::impl_action_builders` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/wizzilab/v5_3/mod.rs:91:12 [INFO] [stdout] | [INFO] [stdout] 68 | let mut actions = vec![]; [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 91 | Ok(Self { actions }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/spec/v1_2/action/mod.rs:375:33 [INFO] [stdout] | [INFO] [stdout] 373 | data: T, [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 374 | ) -> Self { [INFO] [stdout] 375 | Self::$variant_name(FileDataAction { [INFO] [stdout] | _________________________________^ [INFO] [stdout] 376 | | group, [INFO] [stdout] 377 | | resp, [INFO] [stdout] 378 | | file_id, [INFO] [stdout] 379 | | offset, [INFO] [stdout] 380 | | data: data.into().into(), [INFO] [stdout] 381 | | }) [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] ::: src/wizzilab/v5_3/action/mod.rs:224:1 [INFO] [stdout] | [INFO] [stdout] 224 | crate::spec::v1_2::action::impl_action_builders!(Action); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `crate::spec::v1_2::action::impl_action_builder_file_data` which comes from the expansion of the macro `crate::spec::v1_2::action::impl_action_builders` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/spec/v1_2/action/mod.rs:375:33 [INFO] [stdout] | [INFO] [stdout] 373 | data: T, [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 374 | ) -> Self { [INFO] [stdout] 375 | Self::$variant_name(FileDataAction { [INFO] [stdout] | _________________________________^ [INFO] [stdout] 376 | | group, [INFO] [stdout] 377 | | resp, [INFO] [stdout] 378 | | file_id, [INFO] [stdout] 379 | | offset, [INFO] [stdout] 380 | | data: data.into().into(), [INFO] [stdout] 381 | | }) [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] ::: src/wizzilab/v5_3/action/mod.rs:224:1 [INFO] [stdout] | [INFO] [stdout] 224 | crate::spec::v1_2::action::impl_action_builders!(Action); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `crate::spec::v1_2::action::impl_action_builder_file_data` which comes from the expansion of the macro `crate::spec::v1_2::action::impl_action_builders` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/spec/v1_2/action/mod.rs:409:33 [INFO] [stdout] | [INFO] [stdout] 408 | pub fn $function_name(group: bool, resp: bool, query: operand::Query) -> Self { [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 409 | Self::$variant_name(QueryAction { group, resp, query }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/wizzilab/v5_3/action/mod.rs:224:1 [INFO] [stdout] | [INFO] [stdout] 224 | crate::spec::v1_2::action::impl_action_builders!(Action); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `crate::spec::v1_2::action::impl_action_builder_query` which comes from the expansion of the macro `crate::spec::v1_2::action::impl_action_builders` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/spec/v1_2/action/mod.rs:409:33 [INFO] [stdout] | [INFO] [stdout] 408 | pub fn $function_name(group: bool, resp: bool, query: operand::Query) -> Self { [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 409 | Self::$variant_name(QueryAction { group, resp, query }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/wizzilab/v5_3/action/mod.rs:224:1 [INFO] [stdout] | [INFO] [stdout] 224 | crate::spec::v1_2::action::impl_action_builders!(Action); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `crate::spec::v1_2::action::impl_action_builder_query` which comes from the expansion of the macro `crate::spec::v1_2::action::impl_action_builders` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/spec/v1_2/action/mod.rs:409:33 [INFO] [stdout] | [INFO] [stdout] 408 | pub fn $function_name(group: bool, resp: bool, query: operand::Query) -> Self { [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 409 | Self::$variant_name(QueryAction { group, resp, query }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/wizzilab/v5_3/action/mod.rs:224:1 [INFO] [stdout] | [INFO] [stdout] 224 | crate::spec::v1_2::action::impl_action_builders!(Action); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `crate::spec::v1_2::action::impl_action_builder_query` which comes from the expansion of the macro `crate::spec::v1_2::action::impl_action_builders` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/spec/v1_2/action/mod.rs:484:30 [INFO] [stdout] | [INFO] [stdout] 483 | pub fn status(status: Status) -> Self { [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 484 | Self::Status(status.into()) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/wizzilab/v5_3/action/mod.rs:224:1 [INFO] [stdout] | [INFO] [stdout] 224 | crate::spec::v1_2::action::impl_action_builders!(Action); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `crate::spec::v1_2::action::impl_action_builders` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/wizzilab/v5_3/action/indirect_forward.rs:61:24 [INFO] [stdout] | [INFO] [stdout] 58 | fn from(action: spec::action::IndirectForward) -> Self { [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 61 | interface: action.interface.into(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/wizzilab/v5_3/action/indirect_forward.rs:70:24 [INFO] [stdout] | [INFO] [stdout] 67 | fn from(action: IndirectForward) -> Self { [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 70 | interface: action.interface.into(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/wizzilab/v5_3/operand/interface_status.rs:141:12 [INFO] [stdout] | [INFO] [stdout] 85 | let value = match out[0] { [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 135 | let mut data = vec![0u8; size].into_boxed_slice(); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 141 | Ok(WithSize { [INFO] [stdout] | ____________^ [INFO] [stdout] 142 | | value, [INFO] [stdout] 143 | | size: offset, [INFO] [stdout] 144 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/wizzilab/v5_3/operand/interface_tx_status.rs:166:12 [INFO] [stdout] | [INFO] [stdout] 109 | let value = match out[0] { [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 160 | let mut data = vec![0u8; size].into_boxed_slice(); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 166 | Ok(WithSize { [INFO] [stdout] | ____________^ [INFO] [stdout] 167 | | value, [INFO] [stdout] 168 | | size: offset, [INFO] [stdout] 169 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/codec.rs:25:20 [INFO] [stdout] | [INFO] [stdout] 21 | pub fn map_value U>(self, f: F) -> WithOffset { [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] 22 | let Self { offset, value } = self; [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 25 | value: f(value), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/codec.rs:49:20 [INFO] [stdout] | [INFO] [stdout] 45 | pub fn map_value U>(self, f: F) -> WithSize { [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] 46 | let Self { size, value } = self; [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 49 | value: f(value), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 34 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `dash7_alp` (lib) due to 35 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/spec/v1_2/mod.rs:108:12 [INFO] [stdout] | [INFO] [stdout] 85 | let mut actions = vec![]; [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 108 | Ok(Self { actions }) [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/spec/v1_2/action/mod.rs:375:33 [INFO] [stdout] | [INFO] [stdout] 373 | data: T, [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 374 | ) -> Self { [INFO] [stdout] 375 | Self::$variant_name(FileDataAction { [INFO] [stdout] | _________________________________^ [INFO] [stdout] 376 | | group, [INFO] [stdout] 377 | | resp, [INFO] [stdout] 378 | | file_id, [INFO] [stdout] 379 | | offset, [INFO] [stdout] 380 | | data: data.into().into(), [INFO] [stdout] 381 | | }) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 701 | impl_action_builders!(Action); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `crate::spec::v1_2::action::impl_action_builder_file_data` which comes from the expansion of the macro `impl_action_builders` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/spec/v1_2/action/mod.rs:375:33 [INFO] [stdout] | [INFO] [stdout] 373 | data: T, [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 374 | ) -> Self { [INFO] [stdout] 375 | Self::$variant_name(FileDataAction { [INFO] [stdout] | _________________________________^ [INFO] [stdout] 376 | | group, [INFO] [stdout] 377 | | resp, [INFO] [stdout] 378 | | file_id, [INFO] [stdout] 379 | | offset, [INFO] [stdout] 380 | | data: data.into().into(), [INFO] [stdout] 381 | | }) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 701 | impl_action_builders!(Action); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `crate::spec::v1_2::action::impl_action_builder_file_data` which comes from the expansion of the macro `impl_action_builders` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/spec/v1_2/action/mod.rs:409:33 [INFO] [stdout] | [INFO] [stdout] 408 | pub fn $function_name(group: bool, resp: bool, query: operand::Query) -> Self { [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 409 | Self::$variant_name(QueryAction { group, resp, query }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 701 | impl_action_builders!(Action); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `crate::spec::v1_2::action::impl_action_builder_query` which comes from the expansion of the macro `impl_action_builders` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/spec/v1_2/action/mod.rs:409:33 [INFO] [stdout] | [INFO] [stdout] 408 | pub fn $function_name(group: bool, resp: bool, query: operand::Query) -> Self { [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 409 | Self::$variant_name(QueryAction { group, resp, query }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 701 | impl_action_builders!(Action); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `crate::spec::v1_2::action::impl_action_builder_query` which comes from the expansion of the macro `impl_action_builders` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/spec/v1_2/action/mod.rs:409:33 [INFO] [stdout] | [INFO] [stdout] 408 | pub fn $function_name(group: bool, resp: bool, query: operand::Query) -> Self { [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 409 | Self::$variant_name(QueryAction { group, resp, query }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 701 | impl_action_builders!(Action); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `crate::spec::v1_2::action::impl_action_builder_query` which comes from the expansion of the macro `impl_action_builders` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/spec/v1_2/action/mod.rs:484:30 [INFO] [stdout] | [INFO] [stdout] 483 | pub fn status(status: Status) -> Self { [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 484 | Self::Status(status.into()) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 701 | impl_action_builders!(Action); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_action_builders` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/spec/v1_2/action/file_data_action.rs:78:12 [INFO] [stdout] | [INFO] [stdout] 75 | let mut data = vec![0u8; size].into_boxed_slice(); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 78 | Ok(WithSize { [INFO] [stdout] | ____________^ [INFO] [stdout] 79 | | value: Self { [INFO] [stdout] 80 | | group, [INFO] [stdout] 81 | | resp, [INFO] [stdout] ... | [INFO] [stdout] 86 | | size: off, [INFO] [stdout] 87 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/spec/v1_2/operand/interface_status.rs:149:12 [INFO] [stdout] | [INFO] [stdout] 93 | let value = match out[0] { [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 143 | let mut data = vec![0u8; size].into_boxed_slice(); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 149 | Ok(WithSize { [INFO] [stdout] | ____________^ [INFO] [stdout] 150 | | value, [INFO] [stdout] 151 | | size: offset, [INFO] [stdout] 152 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/spec/v1_2/operand/query.rs:294:12 [INFO] [stdout] | [INFO] [stdout] 275 | let mask = if mask_flag { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 276 | let mut data = vec![0u8; size as usize].into_boxed_slice(); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 294 | Ok(WithSize { [INFO] [stdout] | ____________^ [INFO] [stdout] 295 | | value: Self { [INFO] [stdout] 296 | | signed_data, [INFO] [stdout] 297 | | comparison_type, [INFO] [stdout] ... | [INFO] [stdout] 302 | | size: offset, [INFO] [stdout] 303 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/spec/v1_2/operand/query.rs:436:12 [INFO] [stdout] | [INFO] [stdout] 414 | let mask = if mask_flag { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 415 | let mut data = vec![0u8; size as usize].into_boxed_slice(); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 422 | let mut value = vec![0u8; size as usize].into_boxed_slice(); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 436 | Ok(WithSize { [INFO] [stdout] | ____________^ [INFO] [stdout] 437 | | value: Self { [INFO] [stdout] 438 | | signed_data, [INFO] [stdout] 439 | | comparison_type, [INFO] [stdout] ... | [INFO] [stdout] 445 | | size: offset, [INFO] [stdout] 446 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/spec/v1_2/operand/query.rs:586:12 [INFO] [stdout] | [INFO] [stdout] 556 | let mask = if mask_flag { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 557 | let mut data = vec![0u8; size as usize].into_boxed_slice(); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 586 | Ok(WithSize { [INFO] [stdout] | ____________^ [INFO] [stdout] 587 | | value: Self { [INFO] [stdout] 588 | | signed_data, [INFO] [stdout] 589 | | comparison_type, [INFO] [stdout] ... | [INFO] [stdout] 595 | | size: offset, [INFO] [stdout] 596 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/spec/v1_2/operand/query.rs:742:12 [INFO] [stdout] | [INFO] [stdout] 710 | let mut raw_start = vec![0u8; size].into_boxed_slice(); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 713 | let mut raw_stop = vec![0u8; size].into_boxed_slice(); [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 722 | let mask = if mask_flag { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 723 | let bitmap_size = (stop - start + 6) / 8; // ALP SPEC: Thanks for the calculation [INFO] [stdout] 724 | let mut bitmap = vec![0u8; bitmap_size as usize].into_boxed_slice(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 742 | Ok(WithSize { [INFO] [stdout] | ____________^ [INFO] [stdout] 743 | | value: Self { [INFO] [stdout] 744 | | signed_data, [INFO] [stdout] 745 | | comparison_type, [INFO] [stdout] ... | [INFO] [stdout] 752 | | size: offset, [INFO] [stdout] 753 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/spec/v1_2/operand/query.rs:881:12 [INFO] [stdout] | [INFO] [stdout] 859 | let mask = if mask_flag { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 860 | let mut data = vec![0u8; size].into_boxed_slice(); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 867 | let mut value = vec![0u8; size].into_boxed_slice(); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 881 | Ok(WithSize { [INFO] [stdout] | ____________^ [INFO] [stdout] 882 | | value: Self { [INFO] [stdout] 883 | | max_errors, [INFO] [stdout] 884 | | size: size32, [INFO] [stdout] ... | [INFO] [stdout] 889 | | size: offset, [INFO] [stdout] 890 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/sub_iot/v0/mod.rs:90:12 [INFO] [stdout] | [INFO] [stdout] 67 | let mut actions = vec![]; [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 90 | Ok(Self { actions }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/spec/v1_2/action/mod.rs:375:33 [INFO] [stdout] | [INFO] [stdout] 373 | data: T, [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 374 | ) -> Self { [INFO] [stdout] 375 | Self::$variant_name(FileDataAction { [INFO] [stdout] | _________________________________^ [INFO] [stdout] 376 | | group, [INFO] [stdout] 377 | | resp, [INFO] [stdout] 378 | | file_id, [INFO] [stdout] 379 | | offset, [INFO] [stdout] 380 | | data: data.into().into(), [INFO] [stdout] 381 | | }) [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] ::: src/sub_iot/v0/action/mod.rs:116:1 [INFO] [stdout] | [INFO] [stdout] 116 | crate::spec::v1_2::action::impl_action_builders!(Action); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `crate::spec::v1_2::action::impl_action_builder_file_data` which comes from the expansion of the macro `crate::spec::v1_2::action::impl_action_builders` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/spec/v1_2/action/mod.rs:375:33 [INFO] [stdout] | [INFO] [stdout] 373 | data: T, [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 374 | ) -> Self { [INFO] [stdout] 375 | Self::$variant_name(FileDataAction { [INFO] [stdout] | _________________________________^ [INFO] [stdout] 376 | | group, [INFO] [stdout] 377 | | resp, [INFO] [stdout] 378 | | file_id, [INFO] [stdout] 379 | | offset, [INFO] [stdout] 380 | | data: data.into().into(), [INFO] [stdout] 381 | | }) [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] ::: src/sub_iot/v0/action/mod.rs:116:1 [INFO] [stdout] | [INFO] [stdout] 116 | crate::spec::v1_2::action::impl_action_builders!(Action); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `crate::spec::v1_2::action::impl_action_builder_file_data` which comes from the expansion of the macro `crate::spec::v1_2::action::impl_action_builders` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/spec/v1_2/action/mod.rs:409:33 [INFO] [stdout] | [INFO] [stdout] 408 | pub fn $function_name(group: bool, resp: bool, query: operand::Query) -> Self { [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 409 | Self::$variant_name(QueryAction { group, resp, query }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/sub_iot/v0/action/mod.rs:116:1 [INFO] [stdout] | [INFO] [stdout] 116 | crate::spec::v1_2::action::impl_action_builders!(Action); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `crate::spec::v1_2::action::impl_action_builder_query` which comes from the expansion of the macro `crate::spec::v1_2::action::impl_action_builders` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/spec/v1_2/action/mod.rs:409:33 [INFO] [stdout] | [INFO] [stdout] 408 | pub fn $function_name(group: bool, resp: bool, query: operand::Query) -> Self { [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 409 | Self::$variant_name(QueryAction { group, resp, query }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/sub_iot/v0/action/mod.rs:116:1 [INFO] [stdout] | [INFO] [stdout] 116 | crate::spec::v1_2::action::impl_action_builders!(Action); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `crate::spec::v1_2::action::impl_action_builder_query` which comes from the expansion of the macro `crate::spec::v1_2::action::impl_action_builders` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/spec/v1_2/action/mod.rs:409:33 [INFO] [stdout] | [INFO] [stdout] 408 | pub fn $function_name(group: bool, resp: bool, query: operand::Query) -> Self { [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 409 | Self::$variant_name(QueryAction { group, resp, query }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/sub_iot/v0/action/mod.rs:116:1 [INFO] [stdout] | [INFO] [stdout] 116 | crate::spec::v1_2::action::impl_action_builders!(Action); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `crate::spec::v1_2::action::impl_action_builder_query` which comes from the expansion of the macro `crate::spec::v1_2::action::impl_action_builders` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/spec/v1_2/action/mod.rs:484:30 [INFO] [stdout] | [INFO] [stdout] 483 | pub fn status(status: Status) -> Self { [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 484 | Self::Status(status.into()) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/sub_iot/v0/action/mod.rs:116:1 [INFO] [stdout] | [INFO] [stdout] 116 | crate::spec::v1_2::action::impl_action_builders!(Action); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `crate::spec::v1_2::action::impl_action_builders` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/wizzilab/v5_3/mod.rs:91:12 [INFO] [stdout] | [INFO] [stdout] 68 | let mut actions = vec![]; [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 91 | Ok(Self { actions }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/spec/v1_2/action/mod.rs:375:33 [INFO] [stdout] | [INFO] [stdout] 373 | data: T, [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 374 | ) -> Self { [INFO] [stdout] 375 | Self::$variant_name(FileDataAction { [INFO] [stdout] | _________________________________^ [INFO] [stdout] 376 | | group, [INFO] [stdout] 377 | | resp, [INFO] [stdout] 378 | | file_id, [INFO] [stdout] 379 | | offset, [INFO] [stdout] 380 | | data: data.into().into(), [INFO] [stdout] 381 | | }) [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] ::: src/wizzilab/v5_3/action/mod.rs:224:1 [INFO] [stdout] | [INFO] [stdout] 224 | crate::spec::v1_2::action::impl_action_builders!(Action); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `crate::spec::v1_2::action::impl_action_builder_file_data` which comes from the expansion of the macro `crate::spec::v1_2::action::impl_action_builders` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/spec/v1_2/action/mod.rs:375:33 [INFO] [stdout] | [INFO] [stdout] 373 | data: T, [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 374 | ) -> Self { [INFO] [stdout] 375 | Self::$variant_name(FileDataAction { [INFO] [stdout] | _________________________________^ [INFO] [stdout] 376 | | group, [INFO] [stdout] 377 | | resp, [INFO] [stdout] 378 | | file_id, [INFO] [stdout] 379 | | offset, [INFO] [stdout] 380 | | data: data.into().into(), [INFO] [stdout] 381 | | }) [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] ::: src/wizzilab/v5_3/action/mod.rs:224:1 [INFO] [stdout] | [INFO] [stdout] 224 | crate::spec::v1_2::action::impl_action_builders!(Action); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `crate::spec::v1_2::action::impl_action_builder_file_data` which comes from the expansion of the macro `crate::spec::v1_2::action::impl_action_builders` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/spec/v1_2/action/mod.rs:409:33 [INFO] [stdout] | [INFO] [stdout] 408 | pub fn $function_name(group: bool, resp: bool, query: operand::Query) -> Self { [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 409 | Self::$variant_name(QueryAction { group, resp, query }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/wizzilab/v5_3/action/mod.rs:224:1 [INFO] [stdout] | [INFO] [stdout] 224 | crate::spec::v1_2::action::impl_action_builders!(Action); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `crate::spec::v1_2::action::impl_action_builder_query` which comes from the expansion of the macro `crate::spec::v1_2::action::impl_action_builders` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/spec/v1_2/action/mod.rs:409:33 [INFO] [stdout] | [INFO] [stdout] 408 | pub fn $function_name(group: bool, resp: bool, query: operand::Query) -> Self { [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 409 | Self::$variant_name(QueryAction { group, resp, query }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/wizzilab/v5_3/action/mod.rs:224:1 [INFO] [stdout] | [INFO] [stdout] 224 | crate::spec::v1_2::action::impl_action_builders!(Action); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `crate::spec::v1_2::action::impl_action_builder_query` which comes from the expansion of the macro `crate::spec::v1_2::action::impl_action_builders` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/spec/v1_2/action/mod.rs:409:33 [INFO] [stdout] | [INFO] [stdout] 408 | pub fn $function_name(group: bool, resp: bool, query: operand::Query) -> Self { [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 409 | Self::$variant_name(QueryAction { group, resp, query }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/wizzilab/v5_3/action/mod.rs:224:1 [INFO] [stdout] | [INFO] [stdout] 224 | crate::spec::v1_2::action::impl_action_builders!(Action); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `crate::spec::v1_2::action::impl_action_builder_query` which comes from the expansion of the macro `crate::spec::v1_2::action::impl_action_builders` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/spec/v1_2/action/mod.rs:484:30 [INFO] [stdout] | [INFO] [stdout] 483 | pub fn status(status: Status) -> Self { [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 484 | Self::Status(status.into()) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/wizzilab/v5_3/action/mod.rs:224:1 [INFO] [stdout] | [INFO] [stdout] 224 | crate::spec::v1_2::action::impl_action_builders!(Action); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `crate::spec::v1_2::action::impl_action_builders` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/wizzilab/v5_3/action/indirect_forward.rs:61:24 [INFO] [stdout] | [INFO] [stdout] 58 | fn from(action: spec::action::IndirectForward) -> Self { [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 61 | interface: action.interface.into(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/wizzilab/v5_3/action/indirect_forward.rs:70:24 [INFO] [stdout] | [INFO] [stdout] 67 | fn from(action: IndirectForward) -> Self { [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 70 | interface: action.interface.into(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/wizzilab/v5_3/operand/interface_status.rs:141:12 [INFO] [stdout] | [INFO] [stdout] 85 | let value = match out[0] { [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 135 | let mut data = vec![0u8; size].into_boxed_slice(); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 141 | Ok(WithSize { [INFO] [stdout] | ____________^ [INFO] [stdout] 142 | | value, [INFO] [stdout] 143 | | size: offset, [INFO] [stdout] 144 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/wizzilab/v5_3/operand/interface_tx_status.rs:166:12 [INFO] [stdout] | [INFO] [stdout] 109 | let value = match out[0] { [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 160 | let mut data = vec![0u8; size].into_boxed_slice(); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 166 | Ok(WithSize { [INFO] [stdout] | ____________^ [INFO] [stdout] 167 | | value, [INFO] [stdout] 168 | | size: offset, [INFO] [stdout] 169 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/codec.rs:25:20 [INFO] [stdout] | [INFO] [stdout] 21 | pub fn map_value U>(self, f: F) -> WithOffset { [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] 22 | let Self { offset, value } = self; [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 25 | value: f(value), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/codec.rs:49:20 [INFO] [stdout] | [INFO] [stdout] 45 | pub fn map_value U>(self, f: F) -> WithSize { [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] 46 | let Self { size, value } = self; [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 49 | value: f(value), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 34 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `dash7_alp` (lib test) due to 35 previous errors [INFO] running `Command { std: "docker" "inspect" "35630ad1460df46423dd3d75ab06e5ba042406fd65500f19c6ba22864ab034ed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "35630ad1460df46423dd3d75ab06e5ba042406fd65500f19c6ba22864ab034ed", kill_on_drop: false }` [INFO] [stdout] 35630ad1460df46423dd3d75ab06e5ba042406fd65500f19c6ba22864ab034ed