[INFO] fetching crate elm_rs_derive 0.2.2... [INFO] checking elm_rs_derive-0.2.2 against try#4d98531622e1718ae0bc3c7a1ab9cd8938428452+rustflags=-Dtail_expr_drop_order for pr-129604 [INFO] extracting crate elm_rs_derive 0.2.2 into /workspace/builds/worker-1-tc2/source [INFO] validating manifest of crates.io crate elm_rs_derive 0.2.2 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 elm_rs_derive 0.2.2 [INFO] finished tweaking crates.io crate elm_rs_derive 0.2.2 [INFO] tweaked toml for crates.io crate elm_rs_derive 0.2.2 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 6 packages to latest compatible versions [INFO] [stderr] Adding heck v0.4.1 (latest: v0.5.0) [INFO] [stderr] Adding syn v1.0.109 (latest: v2.0.77) [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] 0fc02030e04470addce5bf92a854fd15e29ca9f60064edf2ce4e76433e97bef8 [INFO] running `Command { std: "docker" "start" "-a" "0fc02030e04470addce5bf92a854fd15e29ca9f60064edf2ce4e76433e97bef8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0fc02030e04470addce5bf92a854fd15e29ca9f60064edf2ce4e76433e97bef8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0fc02030e04470addce5bf92a854fd15e29ca9f60064edf2ce4e76433e97bef8", kill_on_drop: false }` [INFO] [stdout] 0fc02030e04470addce5bf92a854fd15e29ca9f60064edf2ce4e76433e97bef8 [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] afbfde8bc60e4833e421f25810e1f14c8656c89d42bc377091cab1e7ea9556d2 [INFO] running `Command { std: "docker" "start" "-a" "afbfde8bc60e4833e421f25810e1f14c8656c89d42bc377091cab1e7ea9556d2", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking heck v0.4.1 [INFO] [stderr] Checking elm_rs_derive v0.2.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `meta_list` [INFO] [stdout] --> src/attributes.rs:15:34 [INFO] [stdout] | [INFO] [stdout] 15 | if let Ok(Meta::List(meta_list)) = attr.parse_meta() { [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_meta_list` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/attributes.rs:13:13 [INFO] [stdout] | [INFO] [stdout] 13 | let mut attributes = Self::default(); [INFO] [stdout] | ----^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `meta_list` [INFO] [stdout] --> src/attributes.rs:41:34 [INFO] [stdout] | [INFO] [stdout] 41 | if let Ok(Meta::List(meta_list)) = attr.parse_meta() { [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_meta_list` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/attributes.rs:38:13 [INFO] [stdout] | [INFO] [stdout] 38 | let mut attributes = Self::default(); [INFO] [stdout] | ----^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `meta_list` [INFO] [stdout] --> src/attributes.rs:67:34 [INFO] [stdout] | [INFO] [stdout] 67 | if let Ok(Meta::List(meta_list)) = attr.parse_meta() { [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_meta_list` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/attributes.rs:65:13 [INFO] [stdout] | [INFO] [stdout] 65 | let mut attributes = Self::default(); [INFO] [stdout] | ----^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `meta_list` [INFO] [stdout] --> src/attributes.rs:15:34 [INFO] [stdout] | [INFO] [stdout] 15 | if let Ok(Meta::List(meta_list)) = attr.parse_meta() { [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_meta_list` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/attributes.rs:13:13 [INFO] [stdout] | [INFO] [stdout] 13 | let mut attributes = Self::default(); [INFO] [stdout] | ----^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `meta_list` [INFO] [stdout] --> src/attributes.rs:41:34 [INFO] [stdout] | [INFO] [stdout] 41 | if let Ok(Meta::List(meta_list)) = attr.parse_meta() { [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_meta_list` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/attributes.rs:38:13 [INFO] [stdout] | [INFO] [stdout] 38 | let mut attributes = Self::default(); [INFO] [stdout] | ----^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `meta_list` [INFO] [stdout] --> src/attributes.rs:67:34 [INFO] [stdout] | [INFO] [stdout] 67 | if let Ok(Meta::List(meta_list)) = attr.parse_meta() { [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_meta_list` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/attributes.rs:65:13 [INFO] [stdout] | [INFO] [stdout] 65 | let mut attributes = Self::default(); [INFO] [stdout] | ----^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `container_attributes` [INFO] [stdout] --> src/lib.rs:115:9 [INFO] [stdout] | [INFO] [stdout] 115 | container_attributes: &ContainerAttributes, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_container_attributes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `field_attributes` [INFO] [stdout] --> src/lib.rs:241:27 [INFO] [stdout] | [INFO] [stdout] 241 | .map(|(field, field_attributes)| { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_field_attributes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `variant_attributes` [INFO] [stdout] --> src/lib.rs:321:13 [INFO] [stdout] | [INFO] [stdout] 321 | let variant_attributes = VariantAttributes::parse(&variant.attrs); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_variant_attributes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `container_attributes` is never read [INFO] [stdout] --> src/lib.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 60 | struct Intermediate { [INFO] [stdout] | ------------ field in this struct [INFO] [stdout] ... [INFO] [stdout] 66 | container_attributes: ContainerAttributes, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `span` is never read [INFO] [stdout] --> src/lib.rs:258:5 [INFO] [stdout] | [INFO] [stdout] 255 | struct EnumVariant { [INFO] [stdout] | ----------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 258 | span: Span, [INFO] [stdout] | ^^^^ [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:80:12 [INFO] [stdout] | [INFO] [stdout] 71 | fn parse(input: DeriveInput) -> Result { [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 72 | let container_attributes = ContainerAttributes::parse(&input.attrs); [INFO] [stdout] 73 | let type_info = TypeInfo::parse(input.data, &container_attributes)?; [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 76 | let mut generics_without_bounds = input.generics.clone(); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 80 | Ok(Self { [INFO] [stdout] | ____________^ [INFO] [stdout] 81 | | ident: input.ident, [INFO] [stdout] 82 | | elm_type, [INFO] [stdout] 83 | | generics: input.generics, [INFO] [stdout] ... | [INFO] [stdout] 86 | | container_attributes, [INFO] [stdout] 87 | | }) [INFO] [stdout] | | ^ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | |_________| [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `container_attributes` [INFO] [stdout] --> src/lib.rs:115:9 [INFO] [stdout] | [INFO] [stdout] 115 | container_attributes: &ContainerAttributes, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_container_attributes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `field_attributes` [INFO] [stdout] --> src/lib.rs:241:27 [INFO] [stdout] | [INFO] [stdout] 241 | .map(|(field, field_attributes)| { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_field_attributes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `variant_attributes` [INFO] [stdout] --> src/lib.rs:321:13 [INFO] [stdout] | [INFO] [stdout] 321 | let variant_attributes = VariantAttributes::parse(&variant.attrs); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_variant_attributes` [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:240:9 [INFO] [stdout] | [INFO] [stdout] 233 | fn parse(fields: FieldsNamed) -> Vec { [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 234 | let fields = fields.named.into_iter().map(|field| { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 240 | / fields [INFO] [stdout] 241 | | .map(|(field, field_attributes)| { [INFO] [stdout] 242 | | StructField { [INFO] [stdout] 243 | | ident: field.ident.unwrap(), // only tuple struct fields are unnamed [INFO] [stdout] ... | [INFO] [stdout] 249 | | } [INFO] [stdout] 250 | | }) [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:243:28 [INFO] [stdout] | [INFO] [stdout] 241 | .map(|(field, field_attributes)| { [INFO] [stdout] | ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 242 | StructField { [INFO] [stdout] 243 | ident: field.ident.unwrap(), // only tuple struct fields are unnamed [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:246:25 [INFO] [stdout] | [INFO] [stdout] 241 | .map(|(field, field_attributes)| { [INFO] [stdout] | ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 246 | ty: field.ty.to_token_stream(), [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] warning: field `container_attributes` is never read [INFO] [stdout] --> src/lib.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 60 | struct Intermediate { [INFO] [stdout] | ------------ field in this struct [INFO] [stdout] ... [INFO] [stdout] 66 | container_attributes: ContainerAttributes, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `span` is never read [INFO] [stdout] --> src/lib.rs:258:5 [INFO] [stdout] | [INFO] [stdout] 255 | struct EnumVariant { [INFO] [stdout] | ----------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 258 | span: Span, [INFO] [stdout] | ^^^^ [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:80:12 [INFO] [stdout] | [INFO] [stdout] 71 | fn parse(input: DeriveInput) -> Result { [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 72 | let container_attributes = ContainerAttributes::parse(&input.attrs); [INFO] [stdout] 73 | let type_info = TypeInfo::parse(input.data, &container_attributes)?; [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 76 | let mut generics_without_bounds = input.generics.clone(); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 80 | Ok(Self { [INFO] [stdout] | ____________^ [INFO] [stdout] 81 | | ident: input.ident, [INFO] [stdout] 82 | | elm_type, [INFO] [stdout] 83 | | generics: input.generics, [INFO] [stdout] ... | [INFO] [stdout] 86 | | container_attributes, [INFO] [stdout] 87 | | }) [INFO] [stdout] | | ^ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | |_________| [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:240:9 [INFO] [stdout] | [INFO] [stdout] 233 | fn parse(fields: FieldsNamed) -> Vec { [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 234 | let fields = fields.named.into_iter().map(|field| { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 240 | / fields [INFO] [stdout] 241 | | .map(|(field, field_attributes)| { [INFO] [stdout] 242 | | StructField { [INFO] [stdout] 243 | | ident: field.ident.unwrap(), // only tuple struct fields are unnamed [INFO] [stdout] ... | [INFO] [stdout] 249 | | } [INFO] [stdout] 250 | | }) [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:243:28 [INFO] [stdout] | [INFO] [stdout] 241 | .map(|(field, field_attributes)| { [INFO] [stdout] | ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 242 | StructField { [INFO] [stdout] 243 | ident: field.ident.unwrap(), // only tuple struct fields are unnamed [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:246:25 [INFO] [stdout] | [INFO] [stdout] 241 | .map(|(field, field_attributes)| { [INFO] [stdout] | ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 246 | ty: field.ty.to_token_stream(), [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 4 previous errors; 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors; 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `elm_rs_derive` (lib test) due to 5 previous errors; 11 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `elm_rs_derive` (lib) due to 5 previous errors; 11 warnings emitted [INFO] running `Command { std: "docker" "inspect" "afbfde8bc60e4833e421f25810e1f14c8656c89d42bc377091cab1e7ea9556d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "afbfde8bc60e4833e421f25810e1f14c8656c89d42bc377091cab1e7ea9556d2", kill_on_drop: false }` [INFO] [stdout] afbfde8bc60e4833e421f25810e1f14c8656c89d42bc377091cab1e7ea9556d2