[INFO] fetching crate conf_derive 0.1.0... [INFO] checking conf_derive-0.1.0 against try#4d98531622e1718ae0bc3c7a1ab9cd8938428452+rustflags=-Dtail_expr_drop_order for pr-129604 [INFO] extracting crate conf_derive 0.1.0 into /workspace/builds/worker-6-tc2/source [INFO] validating manifest of crates.io crate conf_derive 0.1.0 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 conf_derive 0.1.0 [INFO] finished tweaking crates.io crate conf_derive 0.1.0 [INFO] tweaked toml for crates.io crate conf_derive 0.1.0 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] Updating crates.io index [INFO] [stderr] Locking 6 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-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] 61987f8e2d357baa8f53ac8a5d552661438e0439096ffc256d7388ef966224a1 [INFO] running `Command { std: "docker" "start" "-a" "61987f8e2d357baa8f53ac8a5d552661438e0439096ffc256d7388ef966224a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "61987f8e2d357baa8f53ac8a5d552661438e0439096ffc256d7388ef966224a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "61987f8e2d357baa8f53ac8a5d552661438e0439096ffc256d7388ef966224a1", kill_on_drop: false }` [INFO] [stdout] 61987f8e2d357baa8f53ac8a5d552661438e0439096ffc256d7388ef966224a1 [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] 4021b7c1e4fc5825e3d3209b4e697698fc5876516b386792c60182246fdf6846 [INFO] running `Command { std: "docker" "start" "-a" "4021b7c1e4fc5825e3d3209b4e697698fc5876516b386792c60182246fdf6846", kill_on_drop: false }` [INFO] [stderr] Checking heck v0.5.0 [INFO] [stderr] Checking syn v2.0.77 [INFO] [stderr] Checking conf_derive v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn conf(input: TokenStream1) -> TokenStream1 { [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 15 | let input: DeriveInput = parse_macro_input!(input); [INFO] [stdout] | ----- ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 16 | / derive_conf(&input) [INFO] [stdout] 17 | | .unwrap_or_else(|error| error.to_compile_error()) [INFO] [stdout] | |_________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:211:16 [INFO] [stdout] | [INFO] [stdout] 201 | let field_type = field.get_field_type(); [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 202 | let (initializer, returns_multiple_errors) = [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 211 | Ok(if returns_multiple_errors { [INFO] [stdout] | ________________^ [INFO] [stdout] 212 | | quote! { [INFO] [stdout] 213 | | fn #field_name(#conf_context_ident: &::conf::ConfContext<'_>) -> Result<#field_type, Vec<::conf::InnerError>> { [INFO] [stdout] 214 | | #initializer [INFO] [stdout] ... | [INFO] [stdout] 236 | | } [INFO] [stdout] 237 | | }) [INFO] [stdout] | | ^ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | |_____________| [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn conf(input: TokenStream1) -> TokenStream1 { [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 15 | let input: DeriveInput = parse_macro_input!(input); [INFO] [stdout] | ----- ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 16 | / derive_conf(&input) [INFO] [stdout] 17 | | .unwrap_or_else(|error| error.to_compile_error()) [INFO] [stdout] | |_________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:211:16 [INFO] [stdout] | [INFO] [stdout] 201 | let field_type = field.get_field_type(); [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 202 | let (initializer, returns_multiple_errors) = [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 211 | Ok(if returns_multiple_errors { [INFO] [stdout] | ________________^ [INFO] [stdout] 212 | | quote! { [INFO] [stdout] 213 | | fn #field_name(#conf_context_ident: &::conf::ConfContext<'_>) -> Result<#field_type, Vec<::conf::InnerError>> { [INFO] [stdout] 214 | | #initializer [INFO] [stdout] ... | [INFO] [stdout] 236 | | } [INFO] [stdout] 237 | | }) [INFO] [stdout] | | ^ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | |_____________| [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/proc_macro_options/field_item/flatten_item.rs:158:12 [INFO] [stdout] | [INFO] [stdout] 153 | let common_program_option_modifications = quote! { [INFO] [stdout] | _____________-----------------------------------___- [INFO] [stdout] | |_____________|_____________________________________| [INFO] [stdout] | |_____________|_____________________________________| [INFO] [stdout] | |_____________|_____________________________________| [INFO] [stdout] | | | [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 154 | | .apply_flatten_prefixes(#id_prefix, #long_prefix, #env_prefix, #description_prefix) [INFO] [stdout] 155 | | .skip_short_forms(&[#skip_short]) [INFO] [stdout] 156 | | }; [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] | |_________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] 157 | [INFO] [stdout] 158 | Ok(if let Some(inner_type) = self.is_optional_type.as_ref() { [INFO] [stdout] | ____________^ [INFO] [stdout] 159 | // This is flatten-optional. We have to request inner-type program options, [INFO] [stdout] 160 | // and do the same things to them, except also call make_optional() on them at the end. [INFO] [stdout] 161 | quote! { [INFO] [stdout] ... [INFO] [stdout] 181 | } [INFO] [stdout] 182 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/proc_macro_options/field_item/flatten_item.rs:158:12 [INFO] [stdout] | [INFO] [stdout] 153 | let common_program_option_modifications = quote! { [INFO] [stdout] | _____________-----------------------------------___- [INFO] [stdout] | |_____________|_____________________________________| [INFO] [stdout] | |_____________|_____________________________________| [INFO] [stdout] | |_____________|_____________________________________| [INFO] [stdout] | | | [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 154 | | .apply_flatten_prefixes(#id_prefix, #long_prefix, #env_prefix, #description_prefix) [INFO] [stdout] 155 | | .skip_short_forms(&[#skip_short]) [INFO] [stdout] 156 | | }; [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] | |_________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] 157 | [INFO] [stdout] 158 | Ok(if let Some(inner_type) = self.is_optional_type.as_ref() { [INFO] [stdout] | ____________^ [INFO] [stdout] 159 | // This is flatten-optional. We have to request inner-type program options, [INFO] [stdout] 160 | // and do the same things to them, except also call make_optional() on them at the end. [INFO] [stdout] 161 | quote! { [INFO] [stdout] ... [INFO] [stdout] 181 | } [INFO] [stdout] 182 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/proc_macro_options/field_item/parameter_item.rs:218:12 [INFO] [stdout] | [INFO] [stdout] 208 | let value_parser: Expr = self [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 218 | Ok(( [INFO] [stdout] | ____________^ [INFO] [stdout] 219 | | if let Some(inner_type) = self.is_optional_type.as_ref() { [INFO] [stdout] 220 | | quote! { [INFO] [stdout] 221 | | { [INFO] [stdout] ... | [INFO] [stdout] 254 | | false, [INFO] [stdout] 255 | | )) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/proc_macro_options/field_item/repeat_item.rs:236:12 [INFO] [stdout] | [INFO] [stdout] 215 | ... let delimiter = quote_opt(&if self.no_env_delimiter { [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 226 | ... let value_parser = self [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 236 | ... Ok(( [INFO] [stdout] | __________^ [INFO] [stdout] 237 | | ... quote! { [INFO] [stdout] 238 | | ... || -> Result<#field_type, Vec> { [INFO] [stdout] 239 | | ... let (value_source, strs, opt): (conf::ConfValueSource<&str>, Vec<&str>, &conf::ProgramOption) = #conf_context_ident.get... [INFO] [stdout] ... | [INFO] [stdout] 256 | | ... true, [INFO] [stdout] 257 | | ... )) [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/proc_macro_options/field_item/parameter_item.rs:218:12 [INFO] [stdout] | [INFO] [stdout] 208 | let value_parser: Expr = self [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 218 | Ok(( [INFO] [stdout] | ____________^ [INFO] [stdout] 219 | | if let Some(inner_type) = self.is_optional_type.as_ref() { [INFO] [stdout] 220 | | quote! { [INFO] [stdout] 221 | | { [INFO] [stdout] ... | [INFO] [stdout] 254 | | false, [INFO] [stdout] 255 | | )) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/proc_macro_options/field_item/repeat_item.rs:236:12 [INFO] [stdout] | [INFO] [stdout] 215 | ... let delimiter = quote_opt(&if self.no_env_delimiter { [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 226 | ... let value_parser = self [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 236 | ... Ok(( [INFO] [stdout] | __________^ [INFO] [stdout] 237 | | ... quote! { [INFO] [stdout] 238 | | ... || -> Result<#field_type, Vec> { [INFO] [stdout] 239 | | ... let (value_source, strs, opt): (conf::ConfValueSource<&str>, Vec<&str>, &conf::ProgramOption) = #conf_context_ident.get... [INFO] [stdout] ... | [INFO] [stdout] 256 | | ... true, [INFO] [stdout] 257 | | ... )) [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/proc_macro_options/struct_item.rs:147:12 [INFO] [stdout] | [INFO] [stdout] 142 | let apply_flatten_prefixes = self [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 147 | Ok(Some(quote! { [INFO] [stdout] | ____________^ [INFO] [stdout] 148 | | #program_options_ident = #program_options_ident.into_iter().map( [INFO] [stdout] 149 | | |opt| opt [INFO] [stdout] 150 | | #apply_flatten_prefixes [INFO] [stdout] 151 | | ).collect(); [INFO] [stdout] 152 | | })) [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/proc_macro_options/struct_item.rs:147:12 [INFO] [stdout] | [INFO] [stdout] 142 | let apply_flatten_prefixes = self [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 147 | Ok(Some(quote! { [INFO] [stdout] | ____________^ [INFO] [stdout] 148 | | #program_options_ident = #program_options_ident.into_iter().map( [INFO] [stdout] 149 | | |opt| opt [INFO] [stdout] 150 | | #apply_flatten_prefixes [INFO] [stdout] 151 | | ).collect(); [INFO] [stdout] 152 | | })) [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/proc_macro_options/struct_item.rs:250:12 [INFO] [stdout] | [INFO] [stdout] 175 | let mut predicate_evaluations = Vec::::new(); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 176 | let mut fields_helper = FieldsHelper::new(instance, conf_context_ident, fields); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 250 | Ok(if predicate_evaluations.is_empty() { [INFO] [stdout] | ____________^ [INFO] [stdout] 251 | | quote! { [INFO] [stdout] 252 | | Ok(()) [INFO] [stdout] 253 | | } [INFO] [stdout] ... | [INFO] [stdout] 262 | | } [INFO] [stdout] 263 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/proc_macro_options/struct_item.rs:363:12 [INFO] [stdout] | [INFO] [stdout] 353 | let mut groups = Vec::::new(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 363 | Ok((single_opts, groups)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/proc_macro_options/struct_item.rs:250:12 [INFO] [stdout] | [INFO] [stdout] 175 | let mut predicate_evaluations = Vec::::new(); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 176 | let mut fields_helper = FieldsHelper::new(instance, conf_context_ident, fields); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 250 | Ok(if predicate_evaluations.is_empty() { [INFO] [stdout] | ____________^ [INFO] [stdout] 251 | | quote! { [INFO] [stdout] 252 | | Ok(()) [INFO] [stdout] 253 | | } [INFO] [stdout] ... | [INFO] [stdout] 262 | | } [INFO] [stdout] 263 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/util.rs:240:12 [INFO] [stdout] | [INFO] [stdout] 238 | let content; [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 239 | bracketed!(content in input); [INFO] [stdout] 240 | Ok(Self { [INFO] [stdout] | ____________^ [INFO] [stdout] 241 | | elements: Punctuated::parse_separated_nonempty(&content)?, [INFO] [stdout] 242 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/util.rs:276:12 [INFO] [stdout] | [INFO] [stdout] 274 | let content; [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 275 | parenthesized!(content in input); [INFO] [stdout] 276 | Ok(Self { [INFO] [stdout] | ____________^ [INFO] [stdout] 277 | | elements: Punctuated::parse_separated_nonempty(&content)?, [INFO] [stdout] 278 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/proc_macro_options/struct_item.rs:363:12 [INFO] [stdout] | [INFO] [stdout] 353 | let mut groups = Vec::::new(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 363 | Ok((single_opts, groups)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/util.rs:240:12 [INFO] [stdout] | [INFO] [stdout] 238 | let content; [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 239 | bracketed!(content in input); [INFO] [stdout] 240 | Ok(Self { [INFO] [stdout] | ____________^ [INFO] [stdout] 241 | | elements: Punctuated::parse_separated_nonempty(&content)?, [INFO] [stdout] 242 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/util.rs:276:12 [INFO] [stdout] | [INFO] [stdout] 274 | let content; [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 275 | parenthesized!(content in input); [INFO] [stdout] 276 | Ok(Self { [INFO] [stdout] | ____________^ [INFO] [stdout] 277 | | elements: Punctuated::parse_separated_nonempty(&content)?, [INFO] [stdout] 278 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 10 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `conf_derive` (lib test) due to 11 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 10 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `conf_derive` (lib) due to 11 previous errors [INFO] running `Command { std: "docker" "inspect" "4021b7c1e4fc5825e3d3209b4e697698fc5876516b386792c60182246fdf6846", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4021b7c1e4fc5825e3d3209b4e697698fc5876516b386792c60182246fdf6846", kill_on_drop: false }` [INFO] [stdout] 4021b7c1e4fc5825e3d3209b4e697698fc5876516b386792c60182246fdf6846