[INFO] fetching crate quick-impl 0.1.0... [INFO] checking quick-impl-0.1.0 against try#4d98531622e1718ae0bc3c7a1ab9cd8938428452+rustflags=-Dtail_expr_drop_order for pr-129604 [INFO] extracting crate quick-impl 0.1.0 into /workspace/builds/worker-1-tc2/source [INFO] validating manifest of crates.io crate quick-impl 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 quick-impl 0.1.0 [INFO] finished tweaking crates.io crate quick-impl 0.1.0 [INFO] tweaked toml for crates.io crate quick-impl 0.1.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate crates.io crate quick-impl 0.1.0 already has a lockfile, it will not be regenerated [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-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 1f351221c668e47de4cddc0f70f952e8d2e04ae8421744df36a4e53af5fc2c4d [INFO] running `Command { std: "docker" "start" "-a" "1f351221c668e47de4cddc0f70f952e8d2e04ae8421744df36a4e53af5fc2c4d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1f351221c668e47de4cddc0f70f952e8d2e04ae8421744df36a4e53af5fc2c4d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1f351221c668e47de4cddc0f70f952e8d2e04ae8421744df36a4e53af5fc2c4d", kill_on_drop: false }` [INFO] [stdout] 1f351221c668e47de4cddc0f70f952e8d2e04ae8421744df36a4e53af5fc2c4d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] b64f8acc411e7a94f31c0ef10951881d463dbda2e8bbea5c9d6406cbade0360c [INFO] running `Command { std: "docker" "start" "-a" "b64f8acc411e7a94f31c0ef10951881d463dbda2e8bbea5c9d6406cbade0360c", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Checking unicode-ident v1.0.12 [INFO] [stderr] Checking unicode-segmentation v1.11.0 [INFO] [stderr] Compiling convert_case v0.6.0 [INFO] [stderr] Checking quote v1.0.36 [INFO] [stderr] Checking syn v2.0.67 [INFO] [stderr] Checking quick-impl 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 derive_quick_impl(input: TokenStream) -> TokenStream { [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 15 | let input = parse_macro_input!(input as DeriveInput); [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 | expand::derive(&input).into() [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/attributes/mod.rs:138:12 [INFO] [stdout] | [INFO] [stdout] 98 | let typ = if lookahead.peek(syn::token::Impl) { [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 102 | let visibility = input.parse::()?; [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 115 | let ident = input.parse::()?; [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 118 | let config = if lookahead.peek(syn::token::Eq) { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 121 | if let Ok(lit) = input.parse::() { [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 124 | let braced; [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 125 | syn::braced!(braced in input); [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 126 | [INFO] [stdout] 127 | let content = [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 130 | let config = content.into_iter().collect::>(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 138 | Ok(Attribute { typ, ident, config }) [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] | [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/attributes/mod.rs:148:12 [INFO] [stdout] | [INFO] [stdout] 144 | let ident = input.parse::()?; [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 145 | input.parse::()?; [INFO] [stdout] 146 | let literal = input.parse::()?; [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 147 | [INFO] [stdout] 148 | Ok(Self { ident, literal }) [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/attributes/mod.rs:155:12 [INFO] [stdout] | [INFO] [stdout] 154 | let content = syn::punctuated::Punctuated::::parse_terminated(input)?; [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 155 | Ok(Self(content.into_iter().collect())) [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/config/mod.rs:70:20 [INFO] [stdout] | [INFO] [stdout] 31 | item: impl Into<$crate::tokens::VariantOrField<'a>> [INFO] [stdout] | --------------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 40 | let mut config = ConfigInner::default(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 70 | Ok(Self { [INFO] [stdout] | ____________________^ [INFO] [stdout] 71 | | $($name: { [INFO] [stdout] 72 | | if let ::std::option::Option::Some(value) = config.$name { [INFO] [stdout] 73 | | value [INFO] [stdout] ... | [INFO] [stdout] 77 | | },)* [INFO] [stdout] 78 | | }) [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] ::: src/components/enums/methods/as_ref_mut.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | / build_config! { [INFO] [stdout] 17 | | Config, [INFO] [stdout] 18 | | (name, ConfigName, true), [INFO] [stdout] 19 | | (doc, ConfigDoc, false), [INFO] [stdout] 20 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `build_config` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/config/mod.rs:70:20 [INFO] [stdout] | [INFO] [stdout] 31 | item: impl Into<$crate::tokens::VariantOrField<'a>> [INFO] [stdout] | --------------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 40 | let mut config = ConfigInner::default(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 70 | Ok(Self { [INFO] [stdout] | ____________________^ [INFO] [stdout] 71 | | $($name: { [INFO] [stdout] 72 | | if let ::std::option::Option::Some(value) = config.$name { [INFO] [stdout] 73 | | value [INFO] [stdout] ... | [INFO] [stdout] 77 | | },)* [INFO] [stdout] 78 | | }) [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] ::: src/components/enums/methods/as_ref.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | / build_config! { [INFO] [stdout] 17 | | Config, [INFO] [stdout] 18 | | (name, ConfigName, true), [INFO] [stdout] 19 | | (doc, ConfigDoc, false), [INFO] [stdout] 20 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `build_config` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/config/mod.rs:70:20 [INFO] [stdout] | [INFO] [stdout] 31 | item: impl Into<$crate::tokens::VariantOrField<'a>> [INFO] [stdout] | --------------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 40 | let mut config = ConfigInner::default(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 70 | Ok(Self { [INFO] [stdout] | ____________________^ [INFO] [stdout] 71 | | $($name: { [INFO] [stdout] 72 | | if let ::std::option::Option::Some(value) = config.$name { [INFO] [stdout] 73 | | value [INFO] [stdout] ... | [INFO] [stdout] 77 | | },)* [INFO] [stdout] 78 | | }) [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] ::: src/components/enums/methods/from.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | / build_config! { [INFO] [stdout] 17 | | Config, [INFO] [stdout] 18 | | (name, ConfigName, true), [INFO] [stdout] 19 | | (doc, ConfigDoc, false), [INFO] [stdout] 20 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `build_config` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/config/mod.rs:70:20 [INFO] [stdout] | [INFO] [stdout] 31 | item: impl Into<$crate::tokens::VariantOrField<'a>> [INFO] [stdout] | --------------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 40 | let mut config = ConfigInner::default(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 70 | Ok(Self { [INFO] [stdout] | ____________________^ [INFO] [stdout] 71 | | $($name: { [INFO] [stdout] 72 | | if let ::std::option::Option::Some(value) = config.$name { [INFO] [stdout] 73 | | value [INFO] [stdout] ... | [INFO] [stdout] 77 | | },)* [INFO] [stdout] 78 | | }) [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] ::: src/components/enums/methods/into.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | / build_config! { [INFO] [stdout] 17 | | Config, [INFO] [stdout] 18 | | (name, ConfigName, true), [INFO] [stdout] 19 | | (doc, ConfigDoc, false), [INFO] [stdout] 20 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `build_config` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/config/mod.rs:70:20 [INFO] [stdout] | [INFO] [stdout] 31 | item: impl Into<$crate::tokens::VariantOrField<'a>> [INFO] [stdout] | --------------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 40 | let mut config = ConfigInner::default(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 70 | Ok(Self { [INFO] [stdout] | ____________________^ [INFO] [stdout] 71 | | $($name: { [INFO] [stdout] 72 | | if let ::std::option::Option::Some(value) = config.$name { [INFO] [stdout] 73 | | value [INFO] [stdout] ... | [INFO] [stdout] 77 | | },)* [INFO] [stdout] 78 | | }) [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] ::: src/components/enums/methods/is.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / build_config! { [INFO] [stdout] 16 | | Config, [INFO] [stdout] 17 | | (name, ConfigName, true), [INFO] [stdout] 18 | | (doc, ConfigDoc, false), [INFO] [stdout] 19 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `build_config` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/components/enums/traits/from.rs:42:8 [INFO] [stdout] | [INFO] [stdout] 26 | let ty = destructure_types(fields, quote! {}, quote! { () }, false); [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] 27 | let destruct = destructure_data(fields, quote! {}, quote! {}, delimiter, true); [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 28 | let ret = destructure_data(fields, quote! {}, quote! { () }, Delimiter::Parenthesis, false); [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] ... [INFO] [stdout] 32 | let trait_ident = syn::Ident::new("From", attribute.ident.span()); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 33 | let method_ident = Ident::new("from", attribute.ident.span()); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 34 | [INFO] [stdout] 35 | let content = 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] 36 | | #[doc = #doc] [INFO] [stdout] 37 | | fn #method_ident (#ret: #ty) -> Self { [INFO] [stdout] 38 | | Self::#variant_ident #destruct [INFO] [stdout] 39 | | } [INFO] [stdout] 40 | | }; [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] 41 | [INFO] [stdout] 42 | | Ok(context.in_impl(quote! { ::core::convert::#trait_ident<#ty> for }, &content, None)) [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/components/enums/traits/default.rs:56:8 [INFO] [stdout] | [INFO] [stdout] 28 | let trait_ident = syn::Ident::new("Default", attribute.ident.span()); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 29 | let method_ident = Ident::new("default", attribute.ident.span()); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 30 | [INFO] [stdout] 31 | let default = quote! { ::core::default:: #trait_ident :: #method_ident () }; [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] 32 | let mut default_data = quote! {}; [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 33 | let mut where_clause = quote! { where }; [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] ... [INFO] [stdout] 43 | let default_data = if variant.fields.is_empty() { [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 49 | let content = quote! { [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] 50 | | #[doc = #doc] [INFO] [stdout] 51 | | fn #method_ident () -> Self { [INFO] [stdout] 52 | | Self::#variant_ident #default_data [INFO] [stdout] 53 | | } [INFO] [stdout] 54 | | }; [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] 55 | [INFO] [stdout] 56 | Ok(context.in_impl( [INFO] [stdout] | ________^ [INFO] [stdout] 57 | quote! { ::core::default::#trait_ident for }, [INFO] [stdout] 58 | &content, [INFO] [stdout] 59 | Some(syn::parse2(where_clause).unwrap()), [INFO] [stdout] 60 | | )) [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/config/mod.rs:70:20 [INFO] [stdout] | [INFO] [stdout] 31 | item: impl Into<$crate::tokens::VariantOrField<'a>> [INFO] [stdout] | --------------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 40 | let mut config = ConfigInner::default(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 70 | Ok(Self { [INFO] [stdout] | ____________________^ [INFO] [stdout] 71 | | $($name: { [INFO] [stdout] 72 | | if let ::std::option::Option::Some(value) = config.$name { [INFO] [stdout] 73 | | value [INFO] [stdout] ... | [INFO] [stdout] 77 | | },)* [INFO] [stdout] 78 | | }) [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] ::: src/components/structs/methods/get.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / build_config! { [INFO] [stdout] 16 | | Config, [INFO] [stdout] 17 | | (name, ConfigName, true), [INFO] [stdout] 18 | | (doc, ConfigDoc, false), [INFO] [stdout] 19 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `build_config` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/config/mod.rs:70:20 [INFO] [stdout] | [INFO] [stdout] 31 | item: impl Into<$crate::tokens::VariantOrField<'a>> [INFO] [stdout] | --------------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 40 | let mut config = ConfigInner::default(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 70 | Ok(Self { [INFO] [stdout] | ____________________^ [INFO] [stdout] 71 | | $($name: { [INFO] [stdout] 72 | | if let ::std::option::Option::Some(value) = config.$name { [INFO] [stdout] 73 | | value [INFO] [stdout] ... | [INFO] [stdout] 77 | | },)* [INFO] [stdout] 78 | | }) [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] ::: src/components/structs/methods/get_clone.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / build_config! { [INFO] [stdout] 16 | | Config, [INFO] [stdout] 17 | | (name, ConfigName, true), [INFO] [stdout] 18 | | (doc, ConfigDoc, false), [INFO] [stdout] 19 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `build_config` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/config/mod.rs:70:20 [INFO] [stdout] | [INFO] [stdout] 31 | item: impl Into<$crate::tokens::VariantOrField<'a>> [INFO] [stdout] | --------------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 40 | let mut config = ConfigInner::default(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 70 | Ok(Self { [INFO] [stdout] | ____________________^ [INFO] [stdout] 71 | | $($name: { [INFO] [stdout] 72 | | if let ::std::option::Option::Some(value) = config.$name { [INFO] [stdout] 73 | | value [INFO] [stdout] ... | [INFO] [stdout] 77 | | },)* [INFO] [stdout] 78 | | }) [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] ::: src/components/structs/methods/get_mut.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / build_config! { [INFO] [stdout] 16 | | Config, [INFO] [stdout] 17 | | (name, ConfigName, true), [INFO] [stdout] 18 | | (doc, ConfigDoc, false), [INFO] [stdout] 19 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `build_config` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/config/mod.rs:70:20 [INFO] [stdout] | [INFO] [stdout] 31 | item: impl Into<$crate::tokens::VariantOrField<'a>> [INFO] [stdout] | --------------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 40 | let mut config = ConfigInner::default(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 70 | Ok(Self { [INFO] [stdout] | ____________________^ [INFO] [stdout] 71 | | $($name: { [INFO] [stdout] 72 | | if let ::std::option::Option::Some(value) = config.$name { [INFO] [stdout] 73 | | value [INFO] [stdout] ... | [INFO] [stdout] 77 | | },)* [INFO] [stdout] 78 | | }) [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] ::: src/components/structs/methods/into.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / build_config! { [INFO] [stdout] 16 | | Config, [INFO] [stdout] 17 | | (name, ConfigName, true), [INFO] [stdout] 18 | | (doc, ConfigDoc, false), [INFO] [stdout] 19 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `build_config` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/config/mod.rs:70:20 [INFO] [stdout] | [INFO] [stdout] 31 | item: impl Into<$crate::tokens::VariantOrField<'a>> [INFO] [stdout] | --------------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 40 | let mut config = ConfigInner::default(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 70 | Ok(Self { [INFO] [stdout] | ____________________^ [INFO] [stdout] 71 | | $($name: { [INFO] [stdout] 72 | | if let ::std::option::Option::Some(value) = config.$name { [INFO] [stdout] 73 | | value [INFO] [stdout] ... | [INFO] [stdout] 77 | | },)* [INFO] [stdout] 78 | | }) [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] ::: src/components/structs/methods/set.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / build_config! { [INFO] [stdout] 16 | | Config, [INFO] [stdout] 17 | | (name, ConfigName, true), [INFO] [stdout] 18 | | (doc, ConfigDoc, false), [INFO] [stdout] 19 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `build_config` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/config/mod.rs:70:20 [INFO] [stdout] | [INFO] [stdout] 31 | item: impl Into<$crate::tokens::VariantOrField<'a>> [INFO] [stdout] | --------------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 40 | let mut config = ConfigInner::default(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 70 | Ok(Self { [INFO] [stdout] | ____________________^ [INFO] [stdout] 71 | | $($name: { [INFO] [stdout] 72 | | if let ::std::option::Option::Some(value) = config.$name { [INFO] [stdout] 73 | | value [INFO] [stdout] ... | [INFO] [stdout] 77 | | },)* [INFO] [stdout] 78 | | }) [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] ::: src/components/structs/methods/with.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / build_config! { [INFO] [stdout] 16 | | Config, [INFO] [stdout] 17 | | (name, ConfigName, true), [INFO] [stdout] 18 | | (doc, ConfigDoc, false), [INFO] [stdout] 19 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `build_config` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/components/structs/traits/as_mut.rs:39:8 [INFO] [stdout] | [INFO] [stdout] 27 | let field_ident = indexed_field.as_token(); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 28 | let trait_ident = Ident::new("AsMut", attribute.ident.span()); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 29 | let method_ident = Ident::new("as_mut", attribute.ident.span()); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 32 | let content = 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] 33 | | #[doc = #doc] [INFO] [stdout] 34 | | fn #method_ident (&mut self) -> &mut #field_ty { [INFO] [stdout] 35 | | &mut self.#field_ident [INFO] [stdout] 36 | | } [INFO] [stdout] 37 | | }; [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] 38 | [INFO] [stdout] 39 | | Ok(context.in_impl(quote! { ::std::convert::#trait_ident<#field_ty> for }, &content, None)) [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/components/structs/traits/as_ref.rs:39:8 [INFO] [stdout] | [INFO] [stdout] 27 | let field_ident = indexed_field.as_token(); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 28 | let trait_ident = Ident::new("AsRef", attribute.ident.span()); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 29 | let method_ident = Ident::new("as_ref", attribute.ident.span()); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 32 | let content = 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] 33 | | #[doc = #doc] [INFO] [stdout] 34 | | fn #method_ident (&self) -> &#field_ty { [INFO] [stdout] 35 | | &self.#field_ident [INFO] [stdout] 36 | | } [INFO] [stdout] 37 | | }; [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] 38 | [INFO] [stdout] 39 | | Ok(context.in_impl(quote! { ::std::convert::#trait_ident<#field_ty> for }, &content, None)) [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/components/structs/traits/deref.rs:41:8 [INFO] [stdout] | [INFO] [stdout] 28 | let field_ident = indexed_field.as_token(); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 29 | let trait_ident = Ident::new("Deref", attribute.ident.span()); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 30 | let method_ident = Ident::new("deref", attribute.ident.span()); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 31 | [INFO] [stdout] 32 | let content = 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] 33 | | type Target = #field_type; [INFO] [stdout] 34 | | [INFO] [stdout] 35 | | #[doc = #doc] [INFO] [stdout] ... | [INFO] [stdout] 38 | | } [INFO] [stdout] 39 | | }; [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] 40 | [INFO] [stdout] 41 | | Ok(context.in_impl(quote! { ::core::ops::#trait_ident for }, &content, None)) [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/components/structs/traits/deref_mut.rs:38:8 [INFO] [stdout] | [INFO] [stdout] 27 | let field_ident = indexed_field.as_token(); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 28 | let trait_ident = Ident::new("DerefMut", attribute.ident.span()); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 29 | let method_ident = Ident::new("deref_mut", attribute.ident.span()); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 30 | [INFO] [stdout] 31 | let content = 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] 32 | | #[doc = #doc] [INFO] [stdout] 33 | | fn #method_ident (&mut self) -> &mut ::Target { [INFO] [stdout] 34 | | &mut self.#field_ident [INFO] [stdout] 35 | | } [INFO] [stdout] 36 | | }; [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] 37 | [INFO] [stdout] 38 | | Ok(context.in_impl(quote! { ::core::ops::#trait_ident for }, &content, None)) [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/components/structs/traits/into.rs:39:8 [INFO] [stdout] | [INFO] [stdout] 28 | let field_ident = indexed_field.as_token(); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 29 | let trait_ident = Ident::new("Into", attribute.ident.span()); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 30 | let method_ident = Ident::new("into", attribute.ident.span()); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 31 | [INFO] [stdout] 32 | let content = 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] 33 | | #[doc = #doc] [INFO] [stdout] 34 | | fn #method_ident (self) -> #field_type { [INFO] [stdout] 35 | | self.#field_ident [INFO] [stdout] 36 | | } [INFO] [stdout] 37 | | }; [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] 38 | [INFO] [stdout] 39 | Ok(context.in_impl( [INFO] [stdout] | ________^ [INFO] [stdout] 40 | quote! { ::core::convert::#trait_ident<#field_type> for }, [INFO] [stdout] 41 | &content, [INFO] [stdout] 42 | None, [INFO] [stdout] 43 | | )) [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/tokens/indexed_field.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 40 | pub fn to_indexed_field_iter<'a, I>(fields: I) -> impl Iterator> [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 44 | / fields [INFO] [stdout] 45 | | .into_iter() [INFO] [stdout] 46 | | .enumerate() [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 derive_quick_impl(input: TokenStream) -> TokenStream { [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 15 | let input = parse_macro_input!(input as DeriveInput); [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 | expand::derive(&input).into() [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: aborting due to 23 previous errors [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/attributes/mod.rs:138:12 [INFO] [stdout] | [INFO] [stdout] 98 | let typ = if lookahead.peek(syn::token::Impl) { [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 102 | let visibility = input.parse::()?; [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 115 | let ident = input.parse::()?; [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 118 | let config = if lookahead.peek(syn::token::Eq) { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 121 | if let Ok(lit) = input.parse::() { [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 124 | let braced; [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 125 | syn::braced!(braced in input); [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 126 | [INFO] [stdout] 127 | let content = [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 130 | let config = content.into_iter().collect::>(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 138 | Ok(Attribute { typ, ident, config }) [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] | [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/attributes/mod.rs:148:12 [INFO] [stdout] | [INFO] [stdout] 144 | let ident = input.parse::()?; [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 145 | input.parse::()?; [INFO] [stdout] 146 | let literal = input.parse::()?; [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 147 | [INFO] [stdout] 148 | Ok(Self { ident, literal }) [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/attributes/mod.rs:155:12 [INFO] [stdout] | [INFO] [stdout] 154 | let content = syn::punctuated::Punctuated::::parse_terminated(input)?; [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 155 | Ok(Self(content.into_iter().collect())) [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/config/mod.rs:70:20 [INFO] [stdout] | [INFO] [stdout] 31 | item: impl Into<$crate::tokens::VariantOrField<'a>> [INFO] [stdout] | --------------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 40 | let mut config = ConfigInner::default(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 70 | Ok(Self { [INFO] [stdout] | ____________________^ [INFO] [stdout] 71 | | $($name: { [INFO] [stdout] 72 | | if let ::std::option::Option::Some(value) = config.$name { [INFO] [stdout] 73 | | value [INFO] [stdout] ... | [INFO] [stdout] 77 | | },)* [INFO] [stdout] 78 | | }) [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] ::: src/components/enums/methods/as_ref_mut.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | / build_config! { [INFO] [stdout] 17 | | Config, [INFO] [stdout] 18 | | (name, ConfigName, true), [INFO] [stdout] 19 | | (doc, ConfigDoc, false), [INFO] [stdout] 20 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `build_config` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/config/mod.rs:70:20 [INFO] [stdout] | [INFO] [stdout] 31 | item: impl Into<$crate::tokens::VariantOrField<'a>> [INFO] [stdout] | --------------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 40 | let mut config = ConfigInner::default(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 70 | Ok(Self { [INFO] [stdout] | ____________________^ [INFO] [stdout] 71 | | $($name: { [INFO] [stdout] 72 | | if let ::std::option::Option::Some(value) = config.$name { [INFO] [stdout] 73 | | value [INFO] [stdout] ... | [INFO] [stdout] 77 | | },)* [INFO] [stdout] 78 | | }) [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] ::: src/components/enums/methods/as_ref.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | / build_config! { [INFO] [stdout] 17 | | Config, [INFO] [stdout] 18 | | (name, ConfigName, true), [INFO] [stdout] 19 | | (doc, ConfigDoc, false), [INFO] [stdout] 20 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `build_config` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/config/mod.rs:70:20 [INFO] [stdout] | [INFO] [stdout] 31 | item: impl Into<$crate::tokens::VariantOrField<'a>> [INFO] [stdout] | --------------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 40 | let mut config = ConfigInner::default(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 70 | Ok(Self { [INFO] [stdout] | ____________________^ [INFO] [stdout] 71 | | $($name: { [INFO] [stdout] 72 | | if let ::std::option::Option::Some(value) = config.$name { [INFO] [stdout] 73 | | value [INFO] [stdout] ... | [INFO] [stdout] 77 | | },)* [INFO] [stdout] 78 | | }) [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] ::: src/components/enums/methods/from.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | / build_config! { [INFO] [stdout] 17 | | Config, [INFO] [stdout] 18 | | (name, ConfigName, true), [INFO] [stdout] 19 | | (doc, ConfigDoc, false), [INFO] [stdout] 20 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `build_config` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/config/mod.rs:70:20 [INFO] [stdout] | [INFO] [stdout] 31 | item: impl Into<$crate::tokens::VariantOrField<'a>> [INFO] [stdout] | --------------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 40 | let mut config = ConfigInner::default(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 70 | Ok(Self { [INFO] [stdout] | ____________________^ [INFO] [stdout] 71 | | $($name: { [INFO] [stdout] 72 | | if let ::std::option::Option::Some(value) = config.$name { [INFO] [stdout] 73 | | value [INFO] [stdout] ... | [INFO] [stdout] 77 | | },)* [INFO] [stdout] 78 | | }) [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] ::: src/components/enums/methods/into.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | / build_config! { [INFO] [stdout] 17 | | Config, [INFO] [stdout] 18 | | (name, ConfigName, true), [INFO] [stdout] 19 | | (doc, ConfigDoc, false), [INFO] [stdout] 20 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `build_config` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/config/mod.rs:70:20 [INFO] [stdout] | [INFO] [stdout] 31 | item: impl Into<$crate::tokens::VariantOrField<'a>> [INFO] [stdout] | --------------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 40 | let mut config = ConfigInner::default(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 70 | Ok(Self { [INFO] [stdout] | ____________________^ [INFO] [stdout] 71 | | $($name: { [INFO] [stdout] 72 | | if let ::std::option::Option::Some(value) = config.$name { [INFO] [stdout] 73 | | value [INFO] [stdout] ... | [INFO] [stdout] 77 | | },)* [INFO] [stdout] 78 | | }) [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] ::: src/components/enums/methods/is.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / build_config! { [INFO] [stdout] 16 | | Config, [INFO] [stdout] 17 | | (name, ConfigName, true), [INFO] [stdout] 18 | | (doc, ConfigDoc, false), [INFO] [stdout] 19 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `build_config` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/components/enums/traits/from.rs:42:8 [INFO] [stdout] | [INFO] [stdout] 26 | let ty = destructure_types(fields, quote! {}, quote! { () }, false); [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] 27 | let destruct = destructure_data(fields, quote! {}, quote! {}, delimiter, true); [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 28 | let ret = destructure_data(fields, quote! {}, quote! { () }, Delimiter::Parenthesis, false); [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] ... [INFO] [stdout] 32 | let trait_ident = syn::Ident::new("From", attribute.ident.span()); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 33 | let method_ident = Ident::new("from", attribute.ident.span()); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 34 | [INFO] [stdout] 35 | let content = 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] 36 | | #[doc = #doc] [INFO] [stdout] 37 | | fn #method_ident (#ret: #ty) -> Self { [INFO] [stdout] 38 | | Self::#variant_ident #destruct [INFO] [stdout] 39 | | } [INFO] [stdout] 40 | | }; [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] 41 | [INFO] [stdout] 42 | | Ok(context.in_impl(quote! { ::core::convert::#trait_ident<#ty> for }, &content, None)) [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] [stderr] error: could not compile `quick-impl` (lib) due to 24 previous errors [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/components/enums/traits/default.rs:56:8 [INFO] [stdout] | [INFO] [stdout] 28 | let trait_ident = syn::Ident::new("Default", attribute.ident.span()); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 29 | let method_ident = Ident::new("default", attribute.ident.span()); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 30 | [INFO] [stdout] 31 | let default = quote! { ::core::default:: #trait_ident :: #method_ident () }; [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] 32 | let mut default_data = quote! {}; [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 33 | let mut where_clause = quote! { where }; [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] ... [INFO] [stdout] 43 | let default_data = if variant.fields.is_empty() { [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 49 | let content = quote! { [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] 50 | | #[doc = #doc] [INFO] [stdout] 51 | | fn #method_ident () -> Self { [INFO] [stdout] 52 | | Self::#variant_ident #default_data [INFO] [stdout] 53 | | } [INFO] [stdout] 54 | | }; [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] 55 | [INFO] [stdout] 56 | Ok(context.in_impl( [INFO] [stdout] | ________^ [INFO] [stdout] 57 | quote! { ::core::default::#trait_ident for }, [INFO] [stdout] 58 | &content, [INFO] [stdout] 59 | Some(syn::parse2(where_clause).unwrap()), [INFO] [stdout] 60 | | )) [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] [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/config/mod.rs:70:20 [INFO] [stdout] | [INFO] [stdout] 31 | item: impl Into<$crate::tokens::VariantOrField<'a>> [INFO] [stdout] | --------------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 40 | let mut config = ConfigInner::default(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 70 | Ok(Self { [INFO] [stdout] | ____________________^ [INFO] [stdout] 71 | | $($name: { [INFO] [stdout] 72 | | if let ::std::option::Option::Some(value) = config.$name { [INFO] [stdout] 73 | | value [INFO] [stdout] ... | [INFO] [stdout] 77 | | },)* [INFO] [stdout] 78 | | }) [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] ::: src/components/structs/methods/get.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / build_config! { [INFO] [stdout] 16 | | Config, [INFO] [stdout] 17 | | (name, ConfigName, true), [INFO] [stdout] 18 | | (doc, ConfigDoc, false), [INFO] [stdout] 19 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `build_config` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/config/mod.rs:70:20 [INFO] [stdout] | [INFO] [stdout] 31 | item: impl Into<$crate::tokens::VariantOrField<'a>> [INFO] [stdout] | --------------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 40 | let mut config = ConfigInner::default(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 70 | Ok(Self { [INFO] [stdout] | ____________________^ [INFO] [stdout] 71 | | $($name: { [INFO] [stdout] 72 | | if let ::std::option::Option::Some(value) = config.$name { [INFO] [stdout] 73 | | value [INFO] [stdout] ... | [INFO] [stdout] 77 | | },)* [INFO] [stdout] 78 | | }) [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] ::: src/components/structs/methods/get_clone.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / build_config! { [INFO] [stdout] 16 | | Config, [INFO] [stdout] 17 | | (name, ConfigName, true), [INFO] [stdout] 18 | | (doc, ConfigDoc, false), [INFO] [stdout] 19 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `build_config` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/config/mod.rs:70:20 [INFO] [stdout] | [INFO] [stdout] 31 | item: impl Into<$crate::tokens::VariantOrField<'a>> [INFO] [stdout] | --------------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 40 | let mut config = ConfigInner::default(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 70 | Ok(Self { [INFO] [stdout] | ____________________^ [INFO] [stdout] 71 | | $($name: { [INFO] [stdout] 72 | | if let ::std::option::Option::Some(value) = config.$name { [INFO] [stdout] 73 | | value [INFO] [stdout] ... | [INFO] [stdout] 77 | | },)* [INFO] [stdout] 78 | | }) [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] ::: src/components/structs/methods/get_mut.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / build_config! { [INFO] [stdout] 16 | | Config, [INFO] [stdout] 17 | | (name, ConfigName, true), [INFO] [stdout] 18 | | (doc, ConfigDoc, false), [INFO] [stdout] 19 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `build_config` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/config/mod.rs:70:20 [INFO] [stdout] | [INFO] [stdout] 31 | item: impl Into<$crate::tokens::VariantOrField<'a>> [INFO] [stdout] | --------------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 40 | let mut config = ConfigInner::default(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 70 | Ok(Self { [INFO] [stdout] | ____________________^ [INFO] [stdout] 71 | | $($name: { [INFO] [stdout] 72 | | if let ::std::option::Option::Some(value) = config.$name { [INFO] [stdout] 73 | | value [INFO] [stdout] ... | [INFO] [stdout] 77 | | },)* [INFO] [stdout] 78 | | }) [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] ::: src/components/structs/methods/into.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / build_config! { [INFO] [stdout] 16 | | Config, [INFO] [stdout] 17 | | (name, ConfigName, true), [INFO] [stdout] 18 | | (doc, ConfigDoc, false), [INFO] [stdout] 19 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `build_config` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/config/mod.rs:70:20 [INFO] [stdout] | [INFO] [stdout] 31 | item: impl Into<$crate::tokens::VariantOrField<'a>> [INFO] [stdout] | --------------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 40 | let mut config = ConfigInner::default(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 70 | Ok(Self { [INFO] [stdout] | ____________________^ [INFO] [stdout] 71 | | $($name: { [INFO] [stdout] 72 | | if let ::std::option::Option::Some(value) = config.$name { [INFO] [stdout] 73 | | value [INFO] [stdout] ... | [INFO] [stdout] 77 | | },)* [INFO] [stdout] 78 | | }) [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] ::: src/components/structs/methods/set.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / build_config! { [INFO] [stdout] 16 | | Config, [INFO] [stdout] 17 | | (name, ConfigName, true), [INFO] [stdout] 18 | | (doc, ConfigDoc, false), [INFO] [stdout] 19 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `build_config` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/config/mod.rs:70:20 [INFO] [stdout] | [INFO] [stdout] 31 | item: impl Into<$crate::tokens::VariantOrField<'a>> [INFO] [stdout] | --------------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 40 | let mut config = ConfigInner::default(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 70 | Ok(Self { [INFO] [stdout] | ____________________^ [INFO] [stdout] 71 | | $($name: { [INFO] [stdout] 72 | | if let ::std::option::Option::Some(value) = config.$name { [INFO] [stdout] 73 | | value [INFO] [stdout] ... | [INFO] [stdout] 77 | | },)* [INFO] [stdout] 78 | | }) [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] ::: src/components/structs/methods/with.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / build_config! { [INFO] [stdout] 16 | | Config, [INFO] [stdout] 17 | | (name, ConfigName, true), [INFO] [stdout] 18 | | (doc, ConfigDoc, false), [INFO] [stdout] 19 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `build_config` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/components/structs/traits/as_mut.rs:39:8 [INFO] [stdout] | [INFO] [stdout] 27 | let field_ident = indexed_field.as_token(); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 28 | let trait_ident = Ident::new("AsMut", attribute.ident.span()); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 29 | let method_ident = Ident::new("as_mut", attribute.ident.span()); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 32 | let content = 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] 33 | | #[doc = #doc] [INFO] [stdout] 34 | | fn #method_ident (&mut self) -> &mut #field_ty { [INFO] [stdout] 35 | | &mut self.#field_ident [INFO] [stdout] 36 | | } [INFO] [stdout] 37 | | }; [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] 38 | [INFO] [stdout] 39 | | Ok(context.in_impl(quote! { ::std::convert::#trait_ident<#field_ty> for }, &content, None)) [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/components/structs/traits/as_ref.rs:39:8 [INFO] [stdout] | [INFO] [stdout] 27 | let field_ident = indexed_field.as_token(); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 28 | let trait_ident = Ident::new("AsRef", attribute.ident.span()); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 29 | let method_ident = Ident::new("as_ref", attribute.ident.span()); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 32 | let content = 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] 33 | | #[doc = #doc] [INFO] [stdout] 34 | | fn #method_ident (&self) -> &#field_ty { [INFO] [stdout] 35 | | &self.#field_ident [INFO] [stdout] 36 | | } [INFO] [stdout] 37 | | }; [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] 38 | [INFO] [stdout] 39 | | Ok(context.in_impl(quote! { ::std::convert::#trait_ident<#field_ty> for }, &content, None)) [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/components/structs/traits/deref.rs:41:8 [INFO] [stdout] | [INFO] [stdout] 28 | let field_ident = indexed_field.as_token(); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 29 | let trait_ident = Ident::new("Deref", attribute.ident.span()); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 30 | let method_ident = Ident::new("deref", attribute.ident.span()); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 31 | [INFO] [stdout] 32 | let content = 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] 33 | | type Target = #field_type; [INFO] [stdout] 34 | | [INFO] [stdout] 35 | | #[doc = #doc] [INFO] [stdout] ... | [INFO] [stdout] 38 | | } [INFO] [stdout] 39 | | }; [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] 40 | [INFO] [stdout] 41 | | Ok(context.in_impl(quote! { ::core::ops::#trait_ident for }, &content, None)) [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/components/structs/traits/deref_mut.rs:38:8 [INFO] [stdout] | [INFO] [stdout] 27 | let field_ident = indexed_field.as_token(); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 28 | let trait_ident = Ident::new("DerefMut", attribute.ident.span()); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 29 | let method_ident = Ident::new("deref_mut", attribute.ident.span()); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 30 | [INFO] [stdout] 31 | let content = 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] 32 | | #[doc = #doc] [INFO] [stdout] 33 | | fn #method_ident (&mut self) -> &mut ::Target { [INFO] [stdout] 34 | | &mut self.#field_ident [INFO] [stdout] 35 | | } [INFO] [stdout] 36 | | }; [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] 37 | [INFO] [stdout] 38 | | Ok(context.in_impl(quote! { ::core::ops::#trait_ident for }, &content, None)) [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/components/structs/traits/into.rs:39:8 [INFO] [stdout] | [INFO] [stdout] 28 | let field_ident = indexed_field.as_token(); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 29 | let trait_ident = Ident::new("Into", attribute.ident.span()); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 30 | let method_ident = Ident::new("into", attribute.ident.span()); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 31 | [INFO] [stdout] 32 | let content = 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] 33 | | #[doc = #doc] [INFO] [stdout] 34 | | fn #method_ident (self) -> #field_type { [INFO] [stdout] 35 | | self.#field_ident [INFO] [stdout] 36 | | } [INFO] [stdout] 37 | | }; [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] 38 | [INFO] [stdout] 39 | Ok(context.in_impl( [INFO] [stdout] | ________^ [INFO] [stdout] 40 | quote! { ::core::convert::#trait_ident<#field_type> for }, [INFO] [stdout] 41 | &content, [INFO] [stdout] 42 | None, [INFO] [stdout] 43 | | )) [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/tokens/indexed_field.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 40 | pub fn to_indexed_field_iter<'a, I>(fields: I) -> impl Iterator> [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 44 | / fields [INFO] [stdout] 45 | | .into_iter() [INFO] [stdout] 46 | | .enumerate() [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 23 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `quick-impl` (lib test) due to 24 previous errors [INFO] running `Command { std: "docker" "inspect" "b64f8acc411e7a94f31c0ef10951881d463dbda2e8bbea5c9d6406cbade0360c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b64f8acc411e7a94f31c0ef10951881d463dbda2e8bbea5c9d6406cbade0360c", kill_on_drop: false }` [INFO] [stdout] b64f8acc411e7a94f31c0ef10951881d463dbda2e8bbea5c9d6406cbade0360c