[INFO] fetching crate walle-macro 0.7.0-a2... [INFO] checking walle-macro-0.7.0-a2 against try#c387b04bf028733cd561d62128c8a5eee4bc1458+rustflags=-Dtail_expr_drop_order for pr-130930 [INFO] extracting crate walle-macro 0.7.0-a2 into /workspace/builds/worker-6-tc2/source [INFO] validating manifest of crates.io crate walle-macro 0.7.0-a2 on toolchain c387b04bf028733cd561d62128c8a5eee4bc1458 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate walle-macro 0.7.0-a2 [INFO] finished tweaking crates.io crate walle-macro 0.7.0-a2 [INFO] tweaked toml for crates.io crate walle-macro 0.7.0-a2 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" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Locking 4 packages to latest compatible versions [INFO] [stderr] Adding syn v1.0.109 (available: v2.0.79) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fd893553f7e0433edfe89a645a6429ce14e57bae1482065e7ee80cafc079c9fa [INFO] running `Command { std: "docker" "start" "-a" "fd893553f7e0433edfe89a645a6429ce14e57bae1482065e7ee80cafc079c9fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fd893553f7e0433edfe89a645a6429ce14e57bae1482065e7ee80cafc079c9fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fd893553f7e0433edfe89a645a6429ce14e57bae1482065e7ee80cafc079c9fa", kill_on_drop: false }` [INFO] [stdout] fd893553f7e0433edfe89a645a6429ce14e57bae1482065e7ee80cafc079c9fa [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:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] da5c1ed015d7c7c60709223805dd0e7b804049b9de678985e5836103dbaa1a8d [INFO] running `Command { std: "docker" "start" "-a" "da5c1ed015d7c7c60709223805dd0e7b804049b9de678985e5836103dbaa1a8d", kill_on_drop: false }` [INFO] [stderr] Checking syn v1.0.109 [INFO] [stderr] Checking walle-macro v0.7.0-a2 (/opt/rustwide/workdir) [INFO] [stdout] error: this value of type `DataEnum` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/action_segment.rs:57:20 [INFO] [stdout] | [INFO] [stdout] 44 | fn to_internal(input: DeriveInput, trait_name: TokenStream2, ty: &str) -> Result { [INFO] [stdout] | ----- ---------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 57 | Data::Enum(data) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | Ok(quote!(impl #trait_name for #name { [INFO] [stdout] | ________________- [INFO] [stdout] | |________________| [INFO] [stdout] | |________________| [INFO] [stdout] | |________________| [INFO] [stdout] 73 | | fn ty(&self) -> &'static str { [INFO] [stdout] 74 | | match self { [INFO] [stdout] 75 | | #(#v,)* [INFO] [stdout] 76 | | } [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | })) [INFO] [stdout] | | - [INFO] [stdout] | |______________| [INFO] [stdout] | |______________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | |______________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | |______________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `DataEnum` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/action_segment.rs:179:20 [INFO] [stdout] | [INFO] [stdout] 142 | input: DeriveInput, [INFO] [stdout] | ----- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 143 | trait_name: TokenStream2, [INFO] [stdout] | ---------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 144 | f: TokenStream2, [INFO] [stdout] | - these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 145 | field: TokenStream2, [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 146 | map: TokenStream2, [INFO] [stdout] | --- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 147 | span: TokenStream2, [INFO] [stdout] | ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 179 | Data::Enum(data) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 194 | Ok(quote!( [INFO] [stdout] | ________________- [INFO] [stdout] | |________________| [INFO] [stdout] | |________________| [INFO] [stdout] | |________________| [INFO] [stdout] 195 | | impl #trait_name for #name { [INFO] [stdout] 196 | | fn #f -> #span::WalleResult { [INFO] [stdout] 197 | | use #span::util::value::ValueMapExt; [INFO] [stdout] ... | [INFO] [stdout] 204 | | } [INFO] [stdout] 205 | | )) [INFO] [stdout] | | - [INFO] [stdout] | |_____________| [INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `DataEnum` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/action_segment.rs:57:20 [INFO] [stdout] | [INFO] [stdout] 44 | fn to_internal(input: DeriveInput, trait_name: TokenStream2, ty: &str) -> Result { [INFO] [stdout] | ----- ---------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 57 | Data::Enum(data) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | Ok(quote!(impl #trait_name for #name { [INFO] [stdout] | ________________- [INFO] [stdout] | |________________| [INFO] [stdout] | |________________| [INFO] [stdout] | |________________| [INFO] [stdout] 73 | | fn ty(&self) -> &'static str { [INFO] [stdout] 74 | | match self { [INFO] [stdout] 75 | | #(#v,)* [INFO] [stdout] 76 | | } [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | })) [INFO] [stdout] | | - [INFO] [stdout] | |______________| [INFO] [stdout] | |______________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | |______________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | |______________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Vec` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/event.rs:20:17 [INFO] [stdout] | [INFO] [stdout] 7 | pub(crate) fn to_event_internal(input: DeriveInput, span: TokenStream2) -> Result { [INFO] [stdout] | ----- ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 8 | let name = input.ident; [INFO] [stdout] 9 | let (tys, _, ss) = attrs_parse(&name, &input.attrs, &span)?; [INFO] [stdout] | --- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 12 | Data::Struct(_) | Data::Union(_) => Ok(quote!( [INFO] [stdout] | ________________________________________________- [INFO] [stdout] 13 | | #(impl #span::event::ToEvent<#tys> for #name { [INFO] [stdout] 14 | | fn ty(&self) -> &'static str { [INFO] [stdout] 15 | | #ss [INFO] [stdout] 16 | | } [INFO] [stdout] 17 | | })* [INFO] [stdout] 18 | | )), [INFO] [stdout] | |_________- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 19 | Data::Enum(ref data) => { [INFO] [stdout] 20 | let v = data [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 34 | let v = quote!(#(#v),*); [INFO] [stdout] | --------------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 35 | Ok(quote!( [INFO] [stdout] | ________________- [INFO] [stdout] 36 | | #(impl #span::event::ToEvent<#tys> for #name { [INFO] [stdout] 37 | | fn ty(&self) -> &'static str { [INFO] [stdout] 38 | | match self { [INFO] [stdout] ... | [INFO] [stdout] 42 | | })* [INFO] [stdout] 43 | | )) [INFO] [stdout] | |_____________- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `DataEnum` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/action_segment.rs:179:20 [INFO] [stdout] | [INFO] [stdout] 142 | input: DeriveInput, [INFO] [stdout] | ----- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 143 | trait_name: TokenStream2, [INFO] [stdout] | ---------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 144 | f: TokenStream2, [INFO] [stdout] | - these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 145 | field: TokenStream2, [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 146 | map: TokenStream2, [INFO] [stdout] | --- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 147 | span: TokenStream2, [INFO] [stdout] | ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 179 | Data::Enum(data) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 194 | Ok(quote!( [INFO] [stdout] | ________________- [INFO] [stdout] | |________________| [INFO] [stdout] | |________________| [INFO] [stdout] | |________________| [INFO] [stdout] 195 | | impl #trait_name for #name { [INFO] [stdout] 196 | | fn #f -> #span::WalleResult { [INFO] [stdout] 197 | | use #span::util::value::ValueMapExt; [INFO] [stdout] ... | [INFO] [stdout] 204 | | } [INFO] [stdout] 205 | | )) [INFO] [stdout] | | - [INFO] [stdout] | |_____________| [INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `DataStruct` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/event.rs:67:22 [INFO] [stdout] | [INFO] [stdout] 49 | input: DeriveInput, [INFO] [stdout] | ----- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 50 | span: TokenStream2, [INFO] [stdout] | ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 53 | let (tys, tids, ss) = attrs_parse(&name, &input.attrs, &span)?; [INFO] [stdout] | --- ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 56 | Data::Union(_) => Ok(quote!( [INFO] [stdout] | ______________________________- [INFO] [stdout] 57 | | #(impl #span::event::TryFromEvent<#tys> for #name { [INFO] [stdout] 58 | | fn try_from_event_mut(event: &mut #span::event::Event, implt: &str) -> #span::WalleResult { [INFO] [stdout] 59 | | if #tids == #ss { [INFO] [stdout] ... | [INFO] [stdout] 65 | | })* [INFO] [stdout] 66 | | )), [INFO] [stdout] | |_________- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 67 | Data::Struct(data) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] 68 | let fs = fields_from_map(&data.fields); [INFO] [stdout] 69 | Ok(quote!( [INFO] [stdout] | ________________- [INFO] [stdout] 70 | | #(impl #span::event::TryFromEvent<#tys> for #name { [INFO] [stdout] 71 | | fn try_from_event_mut(event: &mut #span::event::Event, implt: &str) -> #span::WalleResult { [INFO] [stdout] 72 | | use #span::util::value::ValueMapExt; [INFO] [stdout] ... | [INFO] [stdout] 80 | | })* [INFO] [stdout] 81 | | )) [INFO] [stdout] | |_____________- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 97 | let arms = quote!(#(#arms,)*); [INFO] [stdout] | ------------------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 98 | let ss = ss.join("|"); [INFO] [stdout] 99 | Ok(quote!( [INFO] [stdout] | ________________- [INFO] [stdout] 100 | | #(impl #span::event::TryFromEvent<#tys> for #name { [INFO] [stdout] 101 | | fn try_from_event_mut(event: &mut #span::event::Event, implt: &str) -> #span::WalleResult { [INFO] [stdout] 102 | | use #span::util::value::ValueMapExt; [INFO] [stdout] ... | [INFO] [stdout] 109 | | })* [INFO] [stdout] 110 | | )) [INFO] [stdout] | |_____________- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Vec` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/event.rs:20:17 [INFO] [stdout] | [INFO] [stdout] 7 | pub(crate) fn to_event_internal(input: DeriveInput, span: TokenStream2) -> Result { [INFO] [stdout] | ----- ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 8 | let name = input.ident; [INFO] [stdout] 9 | let (tys, _, ss) = attrs_parse(&name, &input.attrs, &span)?; [INFO] [stdout] | --- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 12 | Data::Struct(_) | Data::Union(_) => Ok(quote!( [INFO] [stdout] | ________________________________________________- [INFO] [stdout] 13 | | #(impl #span::event::ToEvent<#tys> for #name { [INFO] [stdout] 14 | | fn ty(&self) -> &'static str { [INFO] [stdout] 15 | | #ss [INFO] [stdout] 16 | | } [INFO] [stdout] 17 | | })* [INFO] [stdout] 18 | | )), [INFO] [stdout] | |_________- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 19 | Data::Enum(ref data) => { [INFO] [stdout] 20 | let v = data [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 34 | let v = quote!(#(#v),*); [INFO] [stdout] | --------------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 35 | Ok(quote!( [INFO] [stdout] | ________________- [INFO] [stdout] 36 | | #(impl #span::event::ToEvent<#tys> for #name { [INFO] [stdout] 37 | | fn ty(&self) -> &'static str { [INFO] [stdout] 38 | | match self { [INFO] [stdout] ... | [INFO] [stdout] 42 | | })* [INFO] [stdout] 43 | | )) [INFO] [stdout] | |_____________- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `DataStruct` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/event.rs:67:22 [INFO] [stdout] | [INFO] [stdout] 49 | input: DeriveInput, [INFO] [stdout] | ----- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 50 | span: TokenStream2, [INFO] [stdout] | ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 53 | let (tys, tids, ss) = attrs_parse(&name, &input.attrs, &span)?; [INFO] [stdout] | --- ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 56 | Data::Union(_) => Ok(quote!( [INFO] [stdout] | ______________________________- [INFO] [stdout] 57 | | #(impl #span::event::TryFromEvent<#tys> for #name { [INFO] [stdout] 58 | | fn try_from_event_mut(event: &mut #span::event::Event, implt: &str) -> #span::WalleResult { [INFO] [stdout] 59 | | if #tids == #ss { [INFO] [stdout] ... | [INFO] [stdout] 65 | | })* [INFO] [stdout] 66 | | )), [INFO] [stdout] | |_________- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 67 | Data::Struct(data) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] 68 | let fs = fields_from_map(&data.fields); [INFO] [stdout] 69 | Ok(quote!( [INFO] [stdout] | ________________- [INFO] [stdout] 70 | | #(impl #span::event::TryFromEvent<#tys> for #name { [INFO] [stdout] 71 | | fn try_from_event_mut(event: &mut #span::event::Event, implt: &str) -> #span::WalleResult { [INFO] [stdout] 72 | | use #span::util::value::ValueMapExt; [INFO] [stdout] ... | [INFO] [stdout] 80 | | })* [INFO] [stdout] 81 | | )) [INFO] [stdout] | |_____________- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 97 | let arms = quote!(#(#arms,)*); [INFO] [stdout] | ------------------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 98 | let ss = ss.join("|"); [INFO] [stdout] 99 | Ok(quote!( [INFO] [stdout] | ________________- [INFO] [stdout] 100 | | #(impl #span::event::TryFromEvent<#tys> for #name { [INFO] [stdout] 101 | | fn try_from_event_mut(event: &mut #span::event::Event, implt: &str) -> #span::WalleResult { [INFO] [stdout] 102 | | use #span::util::value::ValueMapExt; [INFO] [stdout] ... | [INFO] [stdout] 109 | | })* [INFO] [stdout] 110 | | )) [INFO] [stdout] | |_____________- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `FieldsNamed` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/value.rs:74:39 [INFO] [stdout] | [INFO] [stdout] 71 | .map(|var| { [INFO] [stdout] | --- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 74 | Fields::Named(named) => { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | / quote!(Self::#vname{#(#idents),*} => { [INFO] [stdout] 89 | | #(map.insert(#ss.to_string(), #idents.into());)* [INFO] [stdout] 90 | | }) [INFO] [stdout] | | - [INFO] [stdout] | |______________________________| [INFO] [stdout] | |______________________________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | |______________________________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 96 | / quote!(Self::#vname(#(#idents),*) => { [INFO] [stdout] 97 | | use #span::util::value::PushToValueMap; [INFO] [stdout] 98 | | #(#idents.push_to(map);)* [INFO] [stdout] 99 | | }) [INFO] [stdout] | | - [INFO] [stdout] | |______________________________| [INFO] [stdout] | |______________________________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | |______________________________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `FieldsNamed` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/value.rs:74:39 [INFO] [stdout] | [INFO] [stdout] 71 | .map(|var| { [INFO] [stdout] | --- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 74 | Fields::Named(named) => { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | / quote!(Self::#vname{#(#idents),*} => { [INFO] [stdout] 89 | | #(map.insert(#ss.to_string(), #idents.into());)* [INFO] [stdout] 90 | | }) [INFO] [stdout] | | - [INFO] [stdout] | |______________________________| [INFO] [stdout] | |______________________________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | |______________________________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 96 | / quote!(Self::#vname(#(#idents),*) => { [INFO] [stdout] 97 | | use #span::util::value::PushToValueMap; [INFO] [stdout] 98 | | #(#idents.push_to(map);)* [INFO] [stdout] 99 | | }) [INFO] [stdout] | | - [INFO] [stdout] | |______________________________| [INFO] [stdout] | |______________________________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | |______________________________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Vec` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:98:17 [INFO] [stdout] | [INFO] [stdout] 98 | let v = named [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 120 | quote!({#(#v),*}) [INFO] [stdout] | ----------------- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 131 | quote!((#(#v),*)) [INFO] [stdout] | ----------------- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Vec` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:98:17 [INFO] [stdout] | [INFO] [stdout] 98 | let v = named [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 120 | quote!({#(#v),*}) [INFO] [stdout] | ----------------- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 131 | quote!((#(#v),*)) [INFO] [stdout] | ----------------- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `walle-macro` (lib test) due to 7 previous errors [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `walle-macro` (lib) due to 7 previous errors [INFO] running `Command { std: "docker" "inspect" "da5c1ed015d7c7c60709223805dd0e7b804049b9de678985e5836103dbaa1a8d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "da5c1ed015d7c7c60709223805dd0e7b804049b9de678985e5836103dbaa1a8d", kill_on_drop: false }` [INFO] [stdout] da5c1ed015d7c7c60709223805dd0e7b804049b9de678985e5836103dbaa1a8d