[INFO] fetching crate builder_macro 0.5.1... [INFO] checking builder_macro-0.5.1 against try#4d98531622e1718ae0bc3c7a1ab9cd8938428452+rustflags=-Dtail_expr_drop_order for pr-129604 [INFO] extracting crate builder_macro 0.5.1 into /workspace/builds/worker-6-tc2/source [INFO] validating manifest of crates.io crate builder_macro 0.5.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 builder_macro 0.5.1 [INFO] finished tweaking crates.io crate builder_macro 0.5.1 [INFO] tweaked toml for crates.io crate builder_macro 0.5.1 written to /workspace/builds/worker-6-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] Blocking waiting for file lock on package cache [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5d9f78a55d109ee65e6361b303e3be10b174082d3238cf98c4f4646ac13f7c34 [INFO] running `Command { std: "docker" "start" "-a" "5d9f78a55d109ee65e6361b303e3be10b174082d3238cf98c4f4646ac13f7c34", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5d9f78a55d109ee65e6361b303e3be10b174082d3238cf98c4f4646ac13f7c34", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5d9f78a55d109ee65e6361b303e3be10b174082d3238cf98c4f4646ac13f7c34", kill_on_drop: false }` [INFO] [stdout] 5d9f78a55d109ee65e6361b303e3be10b174082d3238cf98c4f4646ac13f7c34 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dtail_expr_drop_order" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 318a044d208e4f7d00d77423db58f602b433ba3a89fb9412d236ced35a61f205 [INFO] running `Command { std: "docker" "start" "-a" "318a044d208e4f7d00d77423db58f602b433ba3a89fb9412d236ced35a61f205", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [INFO] [stderr] Checking builder_macro v0.5.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:471:55 [INFO] [stdout] | [INFO] [stdout] 471 | $($PUB)* field_trait: Box = Box::new(Dust { value: 1 }), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 911 | macro_tests!(module_private, []); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = note: this warning originates in the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:472:57 [INFO] [stdout] | [INFO] [stdout] 472 | $($PUB)* field_vec: Vec> = vec![Box::new(Dust { value: 2 })], [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 911 | macro_tests!(module_private, []); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:486:55 [INFO] [stdout] | [INFO] [stdout] 486 | $($PUB)* field_trait: Box, [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 911 | macro_tests!(module_private, []); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:487:57 [INFO] [stdout] | [INFO] [stdout] 487 | $($PUB)* field_vec: Vec>, [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 911 | macro_tests!(module_private, []); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:504:55 [INFO] [stdout] | [INFO] [stdout] 504 | $($PUB)* field_trait: Box, [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 911 | macro_tests!(module_private, []); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:506:57 [INFO] [stdout] | [INFO] [stdout] 506 | $($PUB)* field_vec: Vec> = vec![Box::new(Dust { value: 2 })], [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 911 | macro_tests!(module_private, []); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:521:55 [INFO] [stdout] | [INFO] [stdout] 521 | $($PUB)* field_trait: Box, [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 911 | macro_tests!(module_private, []); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:523:57 [INFO] [stdout] | [INFO] [stdout] 523 | $($PUB)* field_vec: Vec> = vec![Box::new(Dust { value: 2 })], [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 911 | macro_tests!(module_private, []); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:577:55 [INFO] [stdout] | [INFO] [stdout] 577 | $($PUB)* field_trait: Box = Box::new(Dust { value: 1 }), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 911 | macro_tests!(module_private, []); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:762:55 [INFO] [stdout] | [INFO] [stdout] 762 | $($PUB)* field_trait: Box = Box::new(Dust { value: 1 }), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 911 | macro_tests!(module_private, []); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:763:57 [INFO] [stdout] | [INFO] [stdout] 763 | $($PUB)* field_vec: Vec> = vec![Box::new(Dust { value: 2 })], [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 911 | macro_tests!(module_private, []); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:777:55 [INFO] [stdout] | [INFO] [stdout] 777 | $($PUB)* field_trait: Box, [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 911 | macro_tests!(module_private, []); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:778:57 [INFO] [stdout] | [INFO] [stdout] 778 | $($PUB)* field_vec: Vec>, [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 911 | macro_tests!(module_private, []); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:794:55 [INFO] [stdout] | [INFO] [stdout] 794 | $($PUB)* field_trait: Box, [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 911 | macro_tests!(module_private, []); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:796:57 [INFO] [stdout] | [INFO] [stdout] 796 | $($PUB)* field_vec: Vec> = vec![Box::new(Dust { value: 2 })], [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 911 | macro_tests!(module_private, []); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:810:55 [INFO] [stdout] | [INFO] [stdout] 810 | $($PUB)* field_trait: Box, [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 911 | macro_tests!(module_private, []); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:812:57 [INFO] [stdout] | [INFO] [stdout] 812 | $($PUB)* field_vec: Vec> = vec![Box::new(Dust { value: 2 })], [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 911 | macro_tests!(module_private, []); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:856:55 [INFO] [stdout] | [INFO] [stdout] 856 | $($PUB)* field_trait: Box = Box::new(Dust { value: 1 }), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 911 | macro_tests!(module_private, []); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:471:55 [INFO] [stdout] | [INFO] [stdout] 471 | $($PUB)* field_trait: Box = Box::new(Dust { value: 1 }), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 912 | macro_tests!(public, [pub]); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:472:57 [INFO] [stdout] | [INFO] [stdout] 472 | $($PUB)* field_vec: Vec> = vec![Box::new(Dust { value: 2 })], [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 912 | macro_tests!(public, [pub]); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:486:55 [INFO] [stdout] | [INFO] [stdout] 486 | $($PUB)* field_trait: Box, [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 912 | macro_tests!(public, [pub]); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:487:57 [INFO] [stdout] | [INFO] [stdout] 487 | $($PUB)* field_vec: Vec>, [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 912 | macro_tests!(public, [pub]); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:504:55 [INFO] [stdout] | [INFO] [stdout] 504 | $($PUB)* field_trait: Box, [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 912 | macro_tests!(public, [pub]); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:506:57 [INFO] [stdout] | [INFO] [stdout] 506 | $($PUB)* field_vec: Vec> = vec![Box::new(Dust { value: 2 })], [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 912 | macro_tests!(public, [pub]); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:521:55 [INFO] [stdout] | [INFO] [stdout] 521 | $($PUB)* field_trait: Box, [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 912 | macro_tests!(public, [pub]); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:523:57 [INFO] [stdout] | [INFO] [stdout] 523 | $($PUB)* field_vec: Vec> = vec![Box::new(Dust { value: 2 })], [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 912 | macro_tests!(public, [pub]); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:577:55 [INFO] [stdout] | [INFO] [stdout] 577 | $($PUB)* field_trait: Box = Box::new(Dust { value: 1 }), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 912 | macro_tests!(public, [pub]); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:762:55 [INFO] [stdout] | [INFO] [stdout] 762 | $($PUB)* field_trait: Box = Box::new(Dust { value: 1 }), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 912 | macro_tests!(public, [pub]); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:763:57 [INFO] [stdout] | [INFO] [stdout] 763 | $($PUB)* field_vec: Vec> = vec![Box::new(Dust { value: 2 })], [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 912 | macro_tests!(public, [pub]); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:777:55 [INFO] [stdout] | [INFO] [stdout] 777 | $($PUB)* field_trait: Box, [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 912 | macro_tests!(public, [pub]); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:778:57 [INFO] [stdout] | [INFO] [stdout] 778 | $($PUB)* field_vec: Vec>, [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 912 | macro_tests!(public, [pub]); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:794:55 [INFO] [stdout] | [INFO] [stdout] 794 | $($PUB)* field_trait: Box, [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 912 | macro_tests!(public, [pub]); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:796:57 [INFO] [stdout] | [INFO] [stdout] 796 | $($PUB)* field_vec: Vec> = vec![Box::new(Dust { value: 2 })], [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 912 | macro_tests!(public, [pub]); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:810:55 [INFO] [stdout] | [INFO] [stdout] 810 | $($PUB)* field_trait: Box, [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 912 | macro_tests!(public, [pub]); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:812:57 [INFO] [stdout] | [INFO] [stdout] 812 | $($PUB)* field_vec: Vec> = vec![Box::new(Dust { value: 2 })], [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 912 | macro_tests!(public, [pub]); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:856:55 [INFO] [stdout] | [INFO] [stdout] 856 | $($PUB)* field_trait: Box = Box::new(Dust { value: 1 }), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 912 | macro_tests!(public, [pub]); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impl_builder.rs:315:20 [INFO] [stdout] | [INFO] [stdout] 302 | pub fn build(self) -> Result<$STRUCT, &'static str> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 315 | Ok($STRUCT { [INFO] [stdout] | ____________________^ [INFO] [stdout] 316 | | $( $F_NAME: $F_NAME ),* [INFO] [stdout] 317 | | }) [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:471:38 [INFO] [stdout] | [INFO] [stdout] 471 | $($PUB)* field_trait: Box = Box::new(Dust { value: 1 }), [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 472 | $($PUB)* field_vec: Vec> = vec![Box::new(Dust { value: 2 })], [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 911 | macro_tests!(module_private, []); [INFO] [stdout] | -------------------------------- in this macro invocation [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] = note: this error originates in the macro `impl_builder` which comes from the expansion of the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impl_builder.rs:82:69 [INFO] [stdout] | [INFO] [stdout] 81 | params: [ $( { $( $PARAMS )* }, )* { $( $SEPARATOR )* $F_NAME: $F_TY }, ], [INFO] [stdout] | -------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 82 | assignments: [ $( { $( $ASSIGNMENTS )* }, )* { $F_NAME: Some($F_NAME), }, ], [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:911:5 [INFO] [stdout] | [INFO] [stdout] 911 | macro_tests!(module_private, []); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_builder` which comes from the expansion of the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impl_builder.rs:82:69 [INFO] [stdout] | [INFO] [stdout] 81 | params: [ $( { $( $PARAMS )* }, )* { $( $SEPARATOR )* $F_NAME: $F_TY }, ], [INFO] [stdout] | -------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 82 | assignments: [ $( { $( $ASSIGNMENTS )* }, )* { $F_NAME: Some($F_NAME), }, ], [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:911:5 [INFO] [stdout] | [INFO] [stdout] 911 | macro_tests!(module_private, []); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_builder` which comes from the expansion of the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impl_builder.rs:315:20 [INFO] [stdout] | [INFO] [stdout] 302 | pub fn build(self) -> Result<$STRUCT, &'static str> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 315 | Ok($STRUCT { [INFO] [stdout] | ____________________^ [INFO] [stdout] 316 | | $( $F_NAME: $F_NAME ),* [INFO] [stdout] 317 | | }) [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:486:38 [INFO] [stdout] | [INFO] [stdout] 486 | $($PUB)* field_trait: Box, [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 487 | $($PUB)* field_vec: Vec>, [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 911 | macro_tests!(module_private, []); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_builder` which comes from the expansion of the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impl_builder.rs:82:69 [INFO] [stdout] | [INFO] [stdout] 81 | params: [ $( { $( $PARAMS )* }, )* { $( $SEPARATOR )* $F_NAME: $F_TY }, ], [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 82 | assignments: [ $( { $( $ASSIGNMENTS )* }, )* { $F_NAME: Some($F_NAME), }, ], [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:911:5 [INFO] [stdout] | [INFO] [stdout] 911 | macro_tests!(module_private, []); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_builder` which comes from the expansion of the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impl_builder.rs:54:69 [INFO] [stdout] | [INFO] [stdout] 54 | assignments: [ $( { $( $ASSIGNMENTS )* }, )* { $F_NAME: Some($FIELD_DEFAULT), }, ], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 81 | params: [ $( { $( $PARAMS )* }, )* { $( $SEPARATOR )* $F_NAME: $F_TY }, ], [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:911:5 [INFO] [stdout] | [INFO] [stdout] 911 | macro_tests!(module_private, []); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_builder` which comes from the expansion of the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impl_builder.rs:315:20 [INFO] [stdout] | [INFO] [stdout] 302 | pub fn build(self) -> Result<$STRUCT, &'static str> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 315 | Ok($STRUCT { [INFO] [stdout] | ____________________^ [INFO] [stdout] 316 | | $( $F_NAME: $F_NAME ),* [INFO] [stdout] 317 | | }) [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:504:38 [INFO] [stdout] | [INFO] [stdout] 504 | $($PUB)* field_trait: Box, [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 505 | /// docs [INFO] [stdout] 506 | $($PUB)* field_vec: Vec> = vec![Box::new(Dust { value: 2 })], [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 911 | macro_tests!(module_private, []); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_builder` which comes from the expansion of the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impl_builder.rs:82:69 [INFO] [stdout] | [INFO] [stdout] 81 | params: [ $( { $( $PARAMS )* }, )* { $( $SEPARATOR )* $F_NAME: $F_TY }, ], [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 82 | assignments: [ $( { $( $ASSIGNMENTS )* }, )* { $F_NAME: Some($F_NAME), }, ], [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:911:5 [INFO] [stdout] | [INFO] [stdout] 911 | macro_tests!(module_private, []); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_builder` which comes from the expansion of the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impl_builder.rs:54:69 [INFO] [stdout] | [INFO] [stdout] 54 | assignments: [ $( { $( $ASSIGNMENTS )* }, )* { $F_NAME: Some($FIELD_DEFAULT), }, ], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 81 | params: [ $( { $( $PARAMS )* }, )* { $( $SEPARATOR )* $F_NAME: $F_TY }, ], [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:911:5 [INFO] [stdout] | [INFO] [stdout] 911 | macro_tests!(module_private, []); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_builder` which comes from the expansion of the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impl_builder.rs:315:20 [INFO] [stdout] | [INFO] [stdout] 302 | pub fn build(self) -> Result<$STRUCT, &'static str> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 315 | Ok($STRUCT { [INFO] [stdout] | ____________________^ [INFO] [stdout] 316 | | $( $F_NAME: $F_NAME ),* [INFO] [stdout] 317 | | }) [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:521:38 [INFO] [stdout] | [INFO] [stdout] 521 | $($PUB)* field_trait: Box, [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 522 | /// docs [INFO] [stdout] 523 | $($PUB)* field_vec: Vec> = vec![Box::new(Dust { value: 2 })], [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 911 | macro_tests!(module_private, []); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_builder` which comes from the expansion of the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impl_builder.rs:315:20 [INFO] [stdout] | [INFO] [stdout] 302 | pub fn build(self) -> Result<$STRUCT, &'static str> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 315 | Ok($STRUCT { [INFO] [stdout] | ____________________^ [INFO] [stdout] 316 | | $( $F_NAME: $F_NAME ),* [INFO] [stdout] 317 | | }) [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:577:38 [INFO] [stdout] | [INFO] [stdout] 577 | $($PUB)* field_trait: Box = Box::new(Dust { value: 1 }), [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 911 | macro_tests!(module_private, []); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_builder` which comes from the expansion of the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impl_builder.rs:82:69 [INFO] [stdout] | [INFO] [stdout] 81 | params: [ $( { $( $PARAMS )* }, )* { $( $SEPARATOR )* $F_NAME: $F_TY }, ], [INFO] [stdout] | -------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 82 | assignments: [ $( { $( $ASSIGNMENTS )* }, )* { $F_NAME: Some($F_NAME), }, ], [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:911:5 [INFO] [stdout] | [INFO] [stdout] 911 | macro_tests!(module_private, []); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_builder` which comes from the expansion of the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impl_builder.rs:82:69 [INFO] [stdout] | [INFO] [stdout] 81 | params: [ $( { $( $PARAMS )* }, )* { $( $SEPARATOR )* $F_NAME: $F_TY }, ], [INFO] [stdout] | -------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 82 | assignments: [ $( { $( $ASSIGNMENTS )* }, )* { $F_NAME: Some($F_NAME), }, ], [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:911:5 [INFO] [stdout] | [INFO] [stdout] 911 | macro_tests!(module_private, []); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_builder` which comes from the expansion of the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impl_builder.rs:82:69 [INFO] [stdout] | [INFO] [stdout] 81 | params: [ $( { $( $PARAMS )* }, )* { $( $SEPARATOR )* $F_NAME: $F_TY }, ], [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 82 | assignments: [ $( { $( $ASSIGNMENTS )* }, )* { $F_NAME: Some($F_NAME), }, ], [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:911:5 [INFO] [stdout] | [INFO] [stdout] 911 | macro_tests!(module_private, []); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_builder` which comes from the expansion of the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impl_builder.rs:54:69 [INFO] [stdout] | [INFO] [stdout] 54 | assignments: [ $( { $( $ASSIGNMENTS )* }, )* { $F_NAME: Some($FIELD_DEFAULT), }, ], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 81 | params: [ $( { $( $PARAMS )* }, )* { $( $SEPARATOR )* $F_NAME: $F_TY }, ], [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:911:5 [INFO] [stdout] | [INFO] [stdout] 911 | macro_tests!(module_private, []); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_builder` which comes from the expansion of the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impl_builder.rs:82:69 [INFO] [stdout] | [INFO] [stdout] 81 | params: [ $( { $( $PARAMS )* }, )* { $( $SEPARATOR )* $F_NAME: $F_TY }, ], [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 82 | assignments: [ $( { $( $ASSIGNMENTS )* }, )* { $F_NAME: Some($F_NAME), }, ], [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:911:5 [INFO] [stdout] | [INFO] [stdout] 911 | macro_tests!(module_private, []); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_builder` which comes from the expansion of the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impl_builder.rs:54:69 [INFO] [stdout] | [INFO] [stdout] 54 | assignments: [ $( { $( $ASSIGNMENTS )* }, )* { $F_NAME: Some($FIELD_DEFAULT), }, ], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 81 | params: [ $( { $( $PARAMS )* }, )* { $( $SEPARATOR )* $F_NAME: $F_TY }, ], [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:911:5 [INFO] [stdout] | [INFO] [stdout] 911 | macro_tests!(module_private, []); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_builder` which comes from the expansion of the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impl_builder.rs:315:20 [INFO] [stdout] | [INFO] [stdout] 302 | pub fn build(self) -> Result<$STRUCT, &'static str> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 315 | Ok($STRUCT { [INFO] [stdout] | ____________________^ [INFO] [stdout] 316 | | $( $F_NAME: $F_NAME ),* [INFO] [stdout] 317 | | }) [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:471:38 [INFO] [stdout] | [INFO] [stdout] 471 | $($PUB)* field_trait: Box = Box::new(Dust { value: 1 }), [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 472 | $($PUB)* field_vec: Vec> = vec![Box::new(Dust { value: 2 })], [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 912 | macro_tests!(public, [pub]); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_builder` which comes from the expansion of the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impl_builder.rs:82:69 [INFO] [stdout] | [INFO] [stdout] 81 | params: [ $( { $( $PARAMS )* }, )* { $( $SEPARATOR )* $F_NAME: $F_TY }, ], [INFO] [stdout] | -------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 82 | assignments: [ $( { $( $ASSIGNMENTS )* }, )* { $F_NAME: Some($F_NAME), }, ], [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:912:5 [INFO] [stdout] | [INFO] [stdout] 912 | macro_tests!(public, [pub]); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_builder` which comes from the expansion of the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impl_builder.rs:82:69 [INFO] [stdout] | [INFO] [stdout] 81 | params: [ $( { $( $PARAMS )* }, )* { $( $SEPARATOR )* $F_NAME: $F_TY }, ], [INFO] [stdout] | -------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 82 | assignments: [ $( { $( $ASSIGNMENTS )* }, )* { $F_NAME: Some($F_NAME), }, ], [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:912:5 [INFO] [stdout] | [INFO] [stdout] 912 | macro_tests!(public, [pub]); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_builder` which comes from the expansion of the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impl_builder.rs:315:20 [INFO] [stdout] | [INFO] [stdout] 302 | pub fn build(self) -> Result<$STRUCT, &'static str> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 315 | Ok($STRUCT { [INFO] [stdout] | ____________________^ [INFO] [stdout] 316 | | $( $F_NAME: $F_NAME ),* [INFO] [stdout] 317 | | }) [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:486:38 [INFO] [stdout] | [INFO] [stdout] 486 | $($PUB)* field_trait: Box, [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 487 | $($PUB)* field_vec: Vec>, [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 912 | macro_tests!(public, [pub]); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_builder` which comes from the expansion of the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impl_builder.rs:82:69 [INFO] [stdout] | [INFO] [stdout] 81 | params: [ $( { $( $PARAMS )* }, )* { $( $SEPARATOR )* $F_NAME: $F_TY }, ], [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 82 | assignments: [ $( { $( $ASSIGNMENTS )* }, )* { $F_NAME: Some($F_NAME), }, ], [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:912:5 [INFO] [stdout] | [INFO] [stdout] 912 | macro_tests!(public, [pub]); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_builder` which comes from the expansion of the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impl_builder.rs:54:69 [INFO] [stdout] | [INFO] [stdout] 54 | assignments: [ $( { $( $ASSIGNMENTS )* }, )* { $F_NAME: Some($FIELD_DEFAULT), }, ], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 81 | params: [ $( { $( $PARAMS )* }, )* { $( $SEPARATOR )* $F_NAME: $F_TY }, ], [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:912:5 [INFO] [stdout] | [INFO] [stdout] 912 | macro_tests!(public, [pub]); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_builder` which comes from the expansion of the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impl_builder.rs:315:20 [INFO] [stdout] | [INFO] [stdout] 302 | pub fn build(self) -> Result<$STRUCT, &'static str> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 315 | Ok($STRUCT { [INFO] [stdout] | ____________________^ [INFO] [stdout] 316 | | $( $F_NAME: $F_NAME ),* [INFO] [stdout] 317 | | }) [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:504:38 [INFO] [stdout] | [INFO] [stdout] 504 | $($PUB)* field_trait: Box, [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 505 | /// docs [INFO] [stdout] 506 | $($PUB)* field_vec: Vec> = vec![Box::new(Dust { value: 2 })], [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 912 | macro_tests!(public, [pub]); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_builder` which comes from the expansion of the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impl_builder.rs:82:69 [INFO] [stdout] | [INFO] [stdout] 81 | params: [ $( { $( $PARAMS )* }, )* { $( $SEPARATOR )* $F_NAME: $F_TY }, ], [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 82 | assignments: [ $( { $( $ASSIGNMENTS )* }, )* { $F_NAME: Some($F_NAME), }, ], [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:912:5 [INFO] [stdout] | [INFO] [stdout] 912 | macro_tests!(public, [pub]); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_builder` which comes from the expansion of the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impl_builder.rs:54:69 [INFO] [stdout] | [INFO] [stdout] 54 | assignments: [ $( { $( $ASSIGNMENTS )* }, )* { $F_NAME: Some($FIELD_DEFAULT), }, ], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 81 | params: [ $( { $( $PARAMS )* }, )* { $( $SEPARATOR )* $F_NAME: $F_TY }, ], [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:912:5 [INFO] [stdout] | [INFO] [stdout] 912 | macro_tests!(public, [pub]); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_builder` which comes from the expansion of the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impl_builder.rs:315:20 [INFO] [stdout] | [INFO] [stdout] 302 | pub fn build(self) -> Result<$STRUCT, &'static str> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 315 | Ok($STRUCT { [INFO] [stdout] | ____________________^ [INFO] [stdout] 316 | | $( $F_NAME: $F_NAME ),* [INFO] [stdout] 317 | | }) [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:521:38 [INFO] [stdout] | [INFO] [stdout] 521 | $($PUB)* field_trait: Box, [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 522 | /// docs [INFO] [stdout] 523 | $($PUB)* field_vec: Vec> = vec![Box::new(Dust { value: 2 })], [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 912 | macro_tests!(public, [pub]); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_builder` which comes from the expansion of the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impl_builder.rs:315:20 [INFO] [stdout] | [INFO] [stdout] 302 | pub fn build(self) -> Result<$STRUCT, &'static str> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 315 | Ok($STRUCT { [INFO] [stdout] | ____________________^ [INFO] [stdout] 316 | | $( $F_NAME: $F_NAME ),* [INFO] [stdout] 317 | | }) [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:577:38 [INFO] [stdout] | [INFO] [stdout] 577 | $($PUB)* field_trait: Box = Box::new(Dust { value: 1 }), [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 912 | macro_tests!(public, [pub]); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_builder` which comes from the expansion of the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impl_builder.rs:82:69 [INFO] [stdout] | [INFO] [stdout] 81 | params: [ $( { $( $PARAMS )* }, )* { $( $SEPARATOR )* $F_NAME: $F_TY }, ], [INFO] [stdout] | -------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 82 | assignments: [ $( { $( $ASSIGNMENTS )* }, )* { $F_NAME: Some($F_NAME), }, ], [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:912:5 [INFO] [stdout] | [INFO] [stdout] 912 | macro_tests!(public, [pub]); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_builder` which comes from the expansion of the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impl_builder.rs:82:69 [INFO] [stdout] | [INFO] [stdout] 81 | params: [ $( { $( $PARAMS )* }, )* { $( $SEPARATOR )* $F_NAME: $F_TY }, ], [INFO] [stdout] | -------------- [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 82 | assignments: [ $( { $( $ASSIGNMENTS )* }, )* { $F_NAME: Some($F_NAME), }, ], [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:912:5 [INFO] [stdout] | [INFO] [stdout] 912 | macro_tests!(public, [pub]); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_builder` which comes from the expansion of the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impl_builder.rs:82:69 [INFO] [stdout] | [INFO] [stdout] 81 | params: [ $( { $( $PARAMS )* }, )* { $( $SEPARATOR )* $F_NAME: $F_TY }, ], [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 82 | assignments: [ $( { $( $ASSIGNMENTS )* }, )* { $F_NAME: Some($F_NAME), }, ], [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:912:5 [INFO] [stdout] | [INFO] [stdout] 912 | macro_tests!(public, [pub]); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_builder` which comes from the expansion of the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impl_builder.rs:54:69 [INFO] [stdout] | [INFO] [stdout] 54 | assignments: [ $( { $( $ASSIGNMENTS )* }, )* { $F_NAME: Some($FIELD_DEFAULT), }, ], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 81 | params: [ $( { $( $PARAMS )* }, )* { $( $SEPARATOR )* $F_NAME: $F_TY }, ], [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:912:5 [INFO] [stdout] | [INFO] [stdout] 912 | macro_tests!(public, [pub]); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_builder` which comes from the expansion of the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impl_builder.rs:82:69 [INFO] [stdout] | [INFO] [stdout] 81 | params: [ $( { $( $PARAMS )* }, )* { $( $SEPARATOR )* $F_NAME: $F_TY }, ], [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 82 | assignments: [ $( { $( $ASSIGNMENTS )* }, )* { $F_NAME: Some($F_NAME), }, ], [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:912:5 [INFO] [stdout] | [INFO] [stdout] 912 | macro_tests!(public, [pub]); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_builder` which comes from the expansion of the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impl_builder.rs:54:69 [INFO] [stdout] | [INFO] [stdout] 54 | assignments: [ $( { $( $ASSIGNMENTS )* }, )* { $F_NAME: Some($FIELD_DEFAULT), }, ], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 81 | params: [ $( { $( $PARAMS )* }, )* { $( $SEPARATOR )* $F_NAME: $F_TY }, ], [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:912:5 [INFO] [stdout] | [INFO] [stdout] 912 | macro_tests!(public, [pub]); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_builder` which comes from the expansion of the macro `macro_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 34 previous errors; 36 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `builder_macro` (lib test) due to 35 previous errors; 36 warnings emitted [INFO] running `Command { std: "docker" "inspect" "318a044d208e4f7d00d77423db58f602b433ba3a89fb9412d236ced35a61f205", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "318a044d208e4f7d00d77423db58f602b433ba3a89fb9412d236ced35a61f205", kill_on_drop: false }` [INFO] [stdout] 318a044d208e4f7d00d77423db58f602b433ba3a89fb9412d236ced35a61f205