[INFO] fetching crate gazebo_derive 0.8.0... [INFO] checking gazebo_derive-0.8.0 against try#c387b04bf028733cd561d62128c8a5eee4bc1458+rustflags=-Dtail_expr_drop_order for pr-130930 [INFO] extracting crate gazebo_derive 0.8.0 into /workspace/builds/worker-5-tc2/source [INFO] validating manifest of crates.io crate gazebo_derive 0.8.0 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 gazebo_derive 0.8.0 [INFO] finished tweaking crates.io crate gazebo_derive 0.8.0 [INFO] tweaked toml for crates.io crate gazebo_derive 0.8.0 written to /workspace/builds/worker-5-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] Updating crates.io index [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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] ec29fa634f8247291d6f86adacdae49b3776e00361d738c62903902a1ab54774 [INFO] running `Command { std: "docker" "start" "-a" "ec29fa634f8247291d6f86adacdae49b3776e00361d738c62903902a1ab54774", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ec29fa634f8247291d6f86adacdae49b3776e00361d738c62903902a1ab54774", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ec29fa634f8247291d6f86adacdae49b3776e00361d738c62903902a1ab54774", kill_on_drop: false }` [INFO] [stdout] ec29fa634f8247291d6f86adacdae49b3776e00361d738c62903902a1ab54774 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 2dc4f7640e7a5171461a58254a9c02bc19a288c9dff1f93ae009aca1b61c7229 [INFO] running `Command { std: "docker" "start" "-a" "2dc4f7640e7a5171461a58254a9c02bc19a288c9dff1f93ae009aca1b61c7229", kill_on_drop: false }` [INFO] [stderr] Checking gazebo_derive v0.8.0 (/opt/rustwide/workdir) [INFO] [stdout] error: this value of type `HashSet` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/coerce.rs:66:13 [INFO] [stdout] | [INFO] [stdout] 36 | let input = parse_macro_input!(input as DeriveInput); [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 58 | let gen = quote! { [INFO] [stdout] | ___________________- [INFO] [stdout] 59 | | unsafe impl < #(#lifetimes),* > gazebo::coerce::Coerce<#type1< #(#lifetimes),* >> for #type2 {} [INFO] [stdout] 60 | | unsafe impl < #(#lifetimes),* > gazebo::coerce::Coerce<#type2> for #type1< #(#lifetimes),* > {} [INFO] [stdout] 61 | | }; [INFO] [stdout] | |_________- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 66 | let mut ty_args = HashSet::new(); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 115 | let gen = quote! { [INFO] [stdout] | ___________________- [INFO] [stdout] 116 | | unsafe impl < #(#lifetimes,)* #(#ty_args_from1,)* #(#ty_args_to1,)* > [INFO] [stdout] 117 | | gazebo::coerce::Coerce<#name < #(#lifetimes,)* #(#ty_args_to,)* >> [INFO] [stdout] 118 | | for #name < #(#lifetimes,)* #(#ty_args_from,)* > [INFO] [stdout] 119 | | where #(#constraints,)* {} [INFO] [stdout] 120 | | }; [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 `HashSet` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/coerce.rs:66:13 [INFO] [stdout] | [INFO] [stdout] 36 | let input = parse_macro_input!(input as DeriveInput); [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 58 | let gen = quote! { [INFO] [stdout] | ___________________- [INFO] [stdout] 59 | | unsafe impl < #(#lifetimes),* > gazebo::coerce::Coerce<#type1< #(#lifetimes),* >> for #type2 {} [INFO] [stdout] 60 | | unsafe impl < #(#lifetimes),* > gazebo::coerce::Coerce<#type2> for #type1< #(#lifetimes),* > {} [INFO] [stdout] 61 | | }; [INFO] [stdout] | |_________- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 66 | let mut ty_args = HashSet::new(); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 115 | let gen = quote! { [INFO] [stdout] | ___________________- [INFO] [stdout] 116 | | unsafe impl < #(#lifetimes,)* #(#ty_args_from1,)* #(#ty_args_to1,)* > [INFO] [stdout] 117 | | gazebo::coerce::Coerce<#name < #(#lifetimes,)* #(#ty_args_to,)* >> [INFO] [stdout] 118 | | for #name < #(#lifetimes,)* #(#ty_args_from,)* > [INFO] [stdout] 119 | | where #(#constraints,)* {} [INFO] [stdout] 120 | | }; [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/util.rs:73:18 [INFO] [stdout] | [INFO] [stdout] 73 | let (pats, es): (Vec<_>, Vec<_>) = fields [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | / quote! { [INFO] [stdout] 89 | | Self::#ctor{ #(#pats, )* } => Self::#ctor{ #(#es, )* } [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] 106 | / quote! { [INFO] [stdout] 107 | | Self::#ctor( #(#pats,)* ) => Self::#ctor( #(#es,)* ) [INFO] [stdout] 108 | | } [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/util.rs:73:18 [INFO] [stdout] | [INFO] [stdout] 73 | let (pats, es): (Vec<_>, Vec<_>) = fields [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | / quote! { [INFO] [stdout] 89 | | Self::#ctor{ #(#pats, )* } => Self::#ctor{ #(#es, )* } [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] 106 | / quote! { [INFO] [stdout] 107 | | Self::#ctor( #(#pats,)* ) => Self::#ctor( #(#es,)* ) [INFO] [stdout] 108 | | } [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 `DataEnum` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/variant.rs:21:23 [INFO] [stdout] | [INFO] [stdout] 19 | let input = parse_macro_input!(input as 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] 20 | [INFO] [stdout] 21 | if let Data::Enum(data_enum) = input.data { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 39 | let gen = quote! { [INFO] [stdout] | ___________________- [INFO] [stdout] | |___________________| [INFO] [stdout] | |___________________| [INFO] [stdout] | |___________________| [INFO] [stdout] 40 | | impl #impl_generics gazebo::variants::VariantName for #name #ty_generics #where_clause { [INFO] [stdout] 41 | | fn variant_name(&self) -> &'static str { [INFO] [stdout] 42 | | match self { [INFO] [stdout] ... | [INFO] [stdout] 46 | | } [INFO] [stdout] 47 | | }; [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/variant.rs:21:23 [INFO] [stdout] | [INFO] [stdout] 19 | let input = parse_macro_input!(input as 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] 20 | [INFO] [stdout] 21 | if let Data::Enum(data_enum) = input.data { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 39 | let gen = quote! { [INFO] [stdout] | ___________________- [INFO] [stdout] | |___________________| [INFO] [stdout] | |___________________| [INFO] [stdout] | |___________________| [INFO] [stdout] 40 | | impl #impl_generics gazebo::variants::VariantName for #name #ty_generics #where_clause { [INFO] [stdout] 41 | | fn variant_name(&self) -> &'static str { [INFO] [stdout] 42 | | match self { [INFO] [stdout] ... | [INFO] [stdout] 46 | | } [INFO] [stdout] 47 | | }; [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/variant.rs:58:23 [INFO] [stdout] | [INFO] [stdout] 56 | let input = parse_macro_input!(input as 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] 57 | [INFO] [stdout] 58 | if let Data::Enum(data_enum) = input.data { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 82 | let patterned_out = quote! { #(#patterns)* }; [INFO] [stdout] | ------------------------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 83 | let borrowed_inner_type = quote! { #(&'__gazebo_variant_a #inner_type)* }; [INFO] [stdout] | ------------------------------------------------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 84 | let owned_inner_type = quote! { #(#inner_type)* }; [INFO] [stdout] | --------------------------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 88 | let patterned_out = quote! { (#(#patterns,)*) }; [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] 89 | let borrowed_inner_type = quote! { (#(&'__gazebo_variant_a #inner_type,)*) }; [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] 90 | let owned_inner_type = quote! { (#(#inner_type,)*) }; [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] 95 | Fields::Named(_) => quote! { { #(#patterns,)*} }, [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] 96 | Fields::Unnamed(_) => quote! { ( #(#patterns,)* ) }, [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] 130 | let gen = quote! { [INFO] [stdout] | ___________________- [INFO] [stdout] | |___________________| [INFO] [stdout] 131 | | impl #impl_generics #name #ty_generics #where_clause { [INFO] [stdout] 132 | | #(#variant_fns)* [INFO] [stdout] 133 | | } [INFO] [stdout] 134 | | }; [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 `DataEnum` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/variant.rs:58:23 [INFO] [stdout] | [INFO] [stdout] 56 | let input = parse_macro_input!(input as 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] 57 | [INFO] [stdout] 58 | if let Data::Enum(data_enum) = input.data { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 82 | let patterned_out = quote! { #(#patterns)* }; [INFO] [stdout] | ------------------------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 83 | let borrowed_inner_type = quote! { #(&'__gazebo_variant_a #inner_type)* }; [INFO] [stdout] | ------------------------------------------------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 84 | let owned_inner_type = quote! { #(#inner_type)* }; [INFO] [stdout] | --------------------------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 88 | let patterned_out = quote! { (#(#patterns,)*) }; [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] 89 | let borrowed_inner_type = quote! { (#(&'__gazebo_variant_a #inner_type,)*) }; [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] 90 | let owned_inner_type = quote! { (#(#inner_type,)*) }; [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] 95 | Fields::Named(_) => quote! { { #(#patterns,)*} }, [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] 96 | Fields::Unnamed(_) => quote! { ( #(#patterns,)* ) }, [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] 130 | let gen = quote! { [INFO] [stdout] | ___________________- [INFO] [stdout] | |___________________| [INFO] [stdout] 131 | | impl #impl_generics #name #ty_generics #where_clause { [INFO] [stdout] 132 | | #(#variant_fns)* [INFO] [stdout] 133 | | } [INFO] [stdout] 134 | | }; [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 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `gazebo_derive` (lib) due to 5 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `gazebo_derive` (lib test) due to 5 previous errors [INFO] running `Command { std: "docker" "inspect" "2dc4f7640e7a5171461a58254a9c02bc19a288c9dff1f93ae009aca1b61c7229", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2dc4f7640e7a5171461a58254a9c02bc19a288c9dff1f93ae009aca1b61c7229", kill_on_drop: false }` [INFO] [stdout] 2dc4f7640e7a5171461a58254a9c02bc19a288c9dff1f93ae009aca1b61c7229