[INFO] fetching crate enum-utility-macros 0.1.0... [INFO] checking enum-utility-macros-0.1.0 against try#4d98531622e1718ae0bc3c7a1ab9cd8938428452+rustflags=-Dtail_expr_drop_order for pr-129604 [INFO] extracting crate enum-utility-macros 0.1.0 into /workspace/builds/worker-0-tc2/source [INFO] validating manifest of crates.io crate enum-utility-macros 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 enum-utility-macros 0.1.0 [INFO] finished tweaking crates.io crate enum-utility-macros 0.1.0 [INFO] tweaked toml for crates.io crate enum-utility-macros 0.1.0 written to /workspace/builds/worker-0-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 5 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-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 0553f570b061377820c98d4727c738b61119d53ab1147b6dff1c6f1e3c89ac33 [INFO] running `Command { std: "docker" "start" "-a" "0553f570b061377820c98d4727c738b61119d53ab1147b6dff1c6f1e3c89ac33", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0553f570b061377820c98d4727c738b61119d53ab1147b6dff1c6f1e3c89ac33", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0553f570b061377820c98d4727c738b61119d53ab1147b6dff1c6f1e3c89ac33", kill_on_drop: false }` [INFO] [stdout] 0553f570b061377820c98d4727c738b61119d53ab1147b6dff1c6f1e3c89ac33 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 702934d4ccfaa81b0efbf3da29083e88945f9344b2fd491621deb13de9f3799d [INFO] running `Command { std: "docker" "start" "-a" "702934d4ccfaa81b0efbf3da29083e88945f9344b2fd491621deb13de9f3799d", kill_on_drop: false }` [INFO] [stderr] Checking syn v2.0.77 [INFO] [stderr] Checking enum-utility-macros 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:219:26 [INFO] [stdout] | [INFO] [stdout] 205 | let elems: Punctuated<_, _> = self.0.variants[i] [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 215 | let group = proc_macro2::Group::new( [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 219 | syn::Type::Tuple(TypeTuple { [INFO] [stdout] | __________________________^ [INFO] [stdout] 220 | | paren_token: token::Paren { [INFO] [stdout] 221 | | span: group.delim_span(), [INFO] [stdout] 222 | | }, [INFO] [stdout] 223 | | elems, [INFO] [stdout] 224 | | }) [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:450:20 [INFO] [stdout] | [INFO] [stdout] 262 | fn match_variant_to_tuple(&self, i: usize, enum_ident: Option) -> syn::Arm { [INFO] [stdout] | ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 263 | let (pat, body) = match &self.variant(i).fields { [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] 264 | Fields::Unit => { [INFO] [stdout] 265 | let group = proc_macro2::Group::new( [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 282 | let mut patterns = Punctuated::new(); [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 283 | let mut elements = Punctuated::new(); [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 287 | let ident = Ident::new(name.as_str(), Span::call_site()); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 309 | let pattern_path = { [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 310 | let mut punctuated = Punctuated::new(); [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 326 | let group = proc_macro2::Group::new( [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 330 | let pat = syn::Pat::TupleStruct(syn::PatTupleStruct { [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 340 | let body = if elements.len() == 1 { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 363 | let mut patterns = Punctuated::new(); [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 364 | let mut elements = Punctuated::new(); [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 393 | let pattern_path = { [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 394 | let mut punctuated = Punctuated::new(); [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 410 | let group = proc_macro2::Group::new( [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 414 | let pat = syn::Pat::Struct(syn::PatStruct { [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 425 | let body = if elements.len() == 1 { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 450 | guard: None, [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] | [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/functions_builder.rs:98:45 [INFO] [stdout] | [INFO] [stdout] 97 | .map(|t| { [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 98 | Type::Reference(syn::TypeReference { [INFO] [stdout] | _____________________________________________^ [INFO] [stdout] 99 | | and_token: token::And { [INFO] [stdout] 100 | | spans: [Span::call_site(); 1], [INFO] [stdout] 101 | | }, [INFO] [stdout] ... | [INFO] [stdout] 104 | | elem: Box::new(t), [INFO] [stdout] 105 | | }) [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/functions_builder.rs:159:45 [INFO] [stdout] | [INFO] [stdout] 158 | .map(|t| { [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 159 | Type::Reference(syn::TypeReference { [INFO] [stdout] | _____________________________________________^ [INFO] [stdout] 160 | | and_token: token::And { [INFO] [stdout] 161 | | spans: [Span::call_site(); 1], [INFO] [stdout] 162 | | }, [INFO] [stdout] ... | [INFO] [stdout] 165 | | elem: Box::new(t), [INFO] [stdout] 166 | | }) [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/functions_builder.rs:313:41 [INFO] [stdout] | [INFO] [stdout] 313 | ... member: syn::Member::Named(f.ident.clone().unwrap()), [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/functions_builder.rs:314:39 [INFO] [stdout] | [INFO] [stdout] 314 | ... expr: Expr::Path(syn::ExprPath { [INFO] [stdout] | _____________________________^ [INFO] [stdout] 315 | | ... attrs: vec![], [INFO] [stdout] 316 | | ... qself: None, [INFO] [stdout] 317 | | ... path: syn::Path { [INFO] [stdout] ... | [INFO] [stdout] 325 | | ... }, [INFO] [stdout] 326 | | ... }), [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/functions_builder.rs:445:41 [INFO] [stdout] | [INFO] [stdout] 445 | ... member: syn::Member::Named(f.ident.clone().unwrap()), [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/functions_builder.rs:446:39 [INFO] [stdout] | [INFO] [stdout] 446 | ... expr: Expr::Path(syn::ExprPath { [INFO] [stdout] | _____________________________^ [INFO] [stdout] 447 | | ... attrs: vec![], [INFO] [stdout] 448 | | ... qself: None, [INFO] [stdout] 449 | | ... path: syn::Path { [INFO] [stdout] ... | [INFO] [stdout] 457 | | ... }, [INFO] [stdout] 458 | | ... }), [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/functions_builder.rs:558:45 [INFO] [stdout] | [INFO] [stdout] 557 | .map(|t| { [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 558 | Type::Reference(syn::TypeReference { [INFO] [stdout] | _____________________________________________^ [INFO] [stdout] 559 | | and_token: token::And { [INFO] [stdout] 560 | | spans: [Span::call_site(); 1], [INFO] [stdout] 561 | | }, [INFO] [stdout] ... | [INFO] [stdout] 564 | | elem: Box::new(t), [INFO] [stdout] 565 | | }) [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/functions_builder.rs:619:45 [INFO] [stdout] | [INFO] [stdout] 618 | .map(|t| { [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 619 | Type::Reference(syn::TypeReference { [INFO] [stdout] | _____________________________________________^ [INFO] [stdout] 620 | | and_token: token::And { [INFO] [stdout] 621 | | spans: [Span::call_site(); 1], [INFO] [stdout] 622 | | }, [INFO] [stdout] ... | [INFO] [stdout] 625 | | elem: Box::new(t), [INFO] [stdout] 626 | | }) [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/ref_enum_builder.rs:90:26 [INFO] [stdout] | [INFO] [stdout] 76 | let elems: Punctuated<_, _> = self.variants[i] [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 86 | let group = proc_macro2::Group::new( [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 90 | syn::Type::Tuple(TypeTuple { [INFO] [stdout] | __________________________^ [INFO] [stdout] 91 | | paren_token: token::Paren { [INFO] [stdout] 92 | | span: group.delim_span(), [INFO] [stdout] 93 | | }, [INFO] [stdout] 94 | | elems, [INFO] [stdout] 95 | | }) [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 11 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `enum-utility-macros` (lib test) due to 12 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:219:26 [INFO] [stdout] | [INFO] [stdout] 205 | let elems: Punctuated<_, _> = self.0.variants[i] [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 215 | let group = proc_macro2::Group::new( [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 219 | syn::Type::Tuple(TypeTuple { [INFO] [stdout] | __________________________^ [INFO] [stdout] 220 | | paren_token: token::Paren { [INFO] [stdout] 221 | | span: group.delim_span(), [INFO] [stdout] 222 | | }, [INFO] [stdout] 223 | | elems, [INFO] [stdout] 224 | | }) [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:450:20 [INFO] [stdout] | [INFO] [stdout] 262 | fn match_variant_to_tuple(&self, i: usize, enum_ident: Option) -> syn::Arm { [INFO] [stdout] | ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 263 | let (pat, body) = match &self.variant(i).fields { [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] 264 | Fields::Unit => { [INFO] [stdout] 265 | let group = proc_macro2::Group::new( [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 282 | let mut patterns = Punctuated::new(); [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 283 | let mut elements = Punctuated::new(); [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 287 | let ident = Ident::new(name.as_str(), Span::call_site()); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 309 | let pattern_path = { [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 310 | let mut punctuated = Punctuated::new(); [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 326 | let group = proc_macro2::Group::new( [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 330 | let pat = syn::Pat::TupleStruct(syn::PatTupleStruct { [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 340 | let body = if elements.len() == 1 { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 363 | let mut patterns = Punctuated::new(); [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 364 | let mut elements = Punctuated::new(); [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 393 | let pattern_path = { [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 394 | let mut punctuated = Punctuated::new(); [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 410 | let group = proc_macro2::Group::new( [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 414 | let pat = syn::Pat::Struct(syn::PatStruct { [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 425 | let body = if elements.len() == 1 { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 450 | guard: None, [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] | [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/functions_builder.rs:98:45 [INFO] [stdout] | [INFO] [stdout] 97 | .map(|t| { [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 98 | Type::Reference(syn::TypeReference { [INFO] [stdout] | _____________________________________________^ [INFO] [stdout] 99 | | and_token: token::And { [INFO] [stdout] 100 | | spans: [Span::call_site(); 1], [INFO] [stdout] 101 | | }, [INFO] [stdout] ... | [INFO] [stdout] 104 | | elem: Box::new(t), [INFO] [stdout] 105 | | }) [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/functions_builder.rs:159:45 [INFO] [stdout] | [INFO] [stdout] 158 | .map(|t| { [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 159 | Type::Reference(syn::TypeReference { [INFO] [stdout] | _____________________________________________^ [INFO] [stdout] 160 | | and_token: token::And { [INFO] [stdout] 161 | | spans: [Span::call_site(); 1], [INFO] [stdout] 162 | | }, [INFO] [stdout] ... | [INFO] [stdout] 165 | | elem: Box::new(t), [INFO] [stdout] 166 | | }) [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/functions_builder.rs:313:41 [INFO] [stdout] | [INFO] [stdout] 313 | ... member: syn::Member::Named(f.ident.clone().unwrap()), [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/functions_builder.rs:314:39 [INFO] [stdout] | [INFO] [stdout] 314 | ... expr: Expr::Path(syn::ExprPath { [INFO] [stdout] | _____________________________^ [INFO] [stdout] 315 | | ... attrs: vec![], [INFO] [stdout] 316 | | ... qself: None, [INFO] [stdout] 317 | | ... path: syn::Path { [INFO] [stdout] ... | [INFO] [stdout] 325 | | ... }, [INFO] [stdout] 326 | | ... }), [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/functions_builder.rs:445:41 [INFO] [stdout] | [INFO] [stdout] 445 | ... member: syn::Member::Named(f.ident.clone().unwrap()), [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/functions_builder.rs:446:39 [INFO] [stdout] | [INFO] [stdout] 446 | ... expr: Expr::Path(syn::ExprPath { [INFO] [stdout] | _____________________________^ [INFO] [stdout] 447 | | ... attrs: vec![], [INFO] [stdout] 448 | | ... qself: None, [INFO] [stdout] 449 | | ... path: syn::Path { [INFO] [stdout] ... | [INFO] [stdout] 457 | | ... }, [INFO] [stdout] 458 | | ... }), [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/functions_builder.rs:558:45 [INFO] [stdout] | [INFO] [stdout] 557 | .map(|t| { [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 558 | Type::Reference(syn::TypeReference { [INFO] [stdout] | _____________________________________________^ [INFO] [stdout] 559 | | and_token: token::And { [INFO] [stdout] 560 | | spans: [Span::call_site(); 1], [INFO] [stdout] 561 | | }, [INFO] [stdout] ... | [INFO] [stdout] 564 | | elem: Box::new(t), [INFO] [stdout] 565 | | }) [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/functions_builder.rs:619:45 [INFO] [stdout] | [INFO] [stdout] 618 | .map(|t| { [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 619 | Type::Reference(syn::TypeReference { [INFO] [stdout] | _____________________________________________^ [INFO] [stdout] 620 | | and_token: token::And { [INFO] [stdout] 621 | | spans: [Span::call_site(); 1], [INFO] [stdout] 622 | | }, [INFO] [stdout] ... | [INFO] [stdout] 625 | | elem: Box::new(t), [INFO] [stdout] 626 | | }) [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/ref_enum_builder.rs:90:26 [INFO] [stdout] | [INFO] [stdout] 76 | let elems: Punctuated<_, _> = self.variants[i] [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 86 | let group = proc_macro2::Group::new( [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 90 | syn::Type::Tuple(TypeTuple { [INFO] [stdout] | __________________________^ [INFO] [stdout] 91 | | paren_token: token::Paren { [INFO] [stdout] 92 | | span: group.delim_span(), [INFO] [stdout] 93 | | }, [INFO] [stdout] 94 | | elems, [INFO] [stdout] 95 | | }) [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 11 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `enum-utility-macros` (lib) due to 12 previous errors [INFO] running `Command { std: "docker" "inspect" "702934d4ccfaa81b0efbf3da29083e88945f9344b2fd491621deb13de9f3799d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "702934d4ccfaa81b0efbf3da29083e88945f9344b2fd491621deb13de9f3799d", kill_on_drop: false }` [INFO] [stdout] 702934d4ccfaa81b0efbf3da29083e88945f9344b2fd491621deb13de9f3799d