[INFO] fetching crate xreflect-proc-macro 0.1.0... [INFO] checking xreflect-proc-macro-0.1.0 against master#1f12b9b0fdbe735968ac002792a720f0ba4faca6 for crater-rollup-uwu [INFO] extracting crate xreflect-proc-macro 0.1.0 into /workspace/builds/worker-5-tc1/source [INFO] validating manifest of crates.io crate xreflect-proc-macro 0.1.0 on toolchain 1f12b9b0fdbe735968ac002792a720f0ba4faca6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate xreflect-proc-macro 0.1.0 [INFO] finished tweaking crates.io crate xreflect-proc-macro 0.1.0 [INFO] tweaked toml for crates.io crate xreflect-proc-macro 0.1.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Locking 6 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded xreflect-core v0.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cbff726424eb5373fa0b70febfa8e08262e9a1121a6916f7f6cb96b950d7af1d [INFO] running `Command { std: "docker" "start" "-a" "cbff726424eb5373fa0b70febfa8e08262e9a1121a6916f7f6cb96b950d7af1d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cbff726424eb5373fa0b70febfa8e08262e9a1121a6916f7f6cb96b950d7af1d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cbff726424eb5373fa0b70febfa8e08262e9a1121a6916f7f6cb96b950d7af1d", kill_on_drop: false }` [INFO] [stdout] cbff726424eb5373fa0b70febfa8e08262e9a1121a6916f7f6cb96b950d7af1d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "-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" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6675530a149bf0f057265834344ab085922a59fd7f8d42268f35a85801847e58 [INFO] running `Command { std: "docker" "start" "-a" "6675530a149bf0f057265834344ab085922a59fd7f8d42268f35a85801847e58", kill_on_drop: false }` [INFO] [stderr] Checking xreflect-core v0.1.0 [INFO] [stderr] Checking proc-macro2 v1.0.86 [INFO] [stderr] Checking quote v1.0.37 [INFO] [stderr] Checking syn v2.0.76 [INFO] [stderr] Checking xreflect-proc-macro v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `generics` is never read [INFO] [stdout] --> src/wrapper_types.rs:8:6 [INFO] [stdout] | [INFO] [stdout] 6 | pub(crate) struct EnumData { [INFO] [stdout] | -------- field in this struct [INFO] [stdout] 7 | pub name: String, [INFO] [stdout] 8 | pub generics: Vec, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `field_names` is never used [INFO] [stdout] --> src/wrapper_types.rs:200:9 [INFO] [stdout] | [INFO] [stdout] 122 | impl StructType { [INFO] [stdout] | --------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 200 | pub fn field_names(&self) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `generics` is never read [INFO] [stdout] --> src/wrapper_types.rs:210:6 [INFO] [stdout] | [INFO] [stdout] 208 | pub(crate) struct StructData { [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] 209 | pub name: String, [INFO] [stdout] 210 | pub generics: Vec, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `name` is never read [INFO] [stdout] --> src/wrapper_types.rs:312:3 [INFO] [stdout] | [INFO] [stdout] 311 | Lifetime { [INFO] [stdout] | -------- field in this variant [INFO] [stdout] 312 | name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `name` and `const_type` are never read [INFO] [stdout] --> src/wrapper_types.rs:320:3 [INFO] [stdout] | [INFO] [stdout] 319 | Const { [INFO] [stdout] | ----- fields in this variant [INFO] [stdout] 320 | name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 321 | const_type: Type, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Type` is never constructed [INFO] [stdout] --> src/wrapper_types.rs:315:2 [INFO] [stdout] | [INFO] [stdout] 310 | pub(crate) enum GenericType { [INFO] [stdout] | ----------- variant in this enum [INFO] [stdout] ... [INFO] [stdout] 315 | Type { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `generics` is never read [INFO] [stdout] --> src/wrapper_types.rs:8:6 [INFO] [stdout] | [INFO] [stdout] 6 | pub(crate) struct EnumData { [INFO] [stdout] | -------- field in this struct [INFO] [stdout] 7 | pub name: String, [INFO] [stdout] 8 | pub generics: Vec, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `field_names` is never used [INFO] [stdout] --> src/wrapper_types.rs:200:9 [INFO] [stdout] | [INFO] [stdout] 122 | impl StructType { [INFO] [stdout] | --------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 200 | pub fn field_names(&self) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `generics` is never read [INFO] [stdout] --> src/wrapper_types.rs:210:6 [INFO] [stdout] | [INFO] [stdout] 208 | pub(crate) struct StructData { [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] 209 | pub name: String, [INFO] [stdout] 210 | pub generics: Vec, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `name` is never read [INFO] [stdout] --> src/wrapper_types.rs:312:3 [INFO] [stdout] | [INFO] [stdout] 311 | Lifetime { [INFO] [stdout] | -------- field in this variant [INFO] [stdout] 312 | name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `name` and `const_type` are never read [INFO] [stdout] --> src/wrapper_types.rs:320:3 [INFO] [stdout] | [INFO] [stdout] 319 | Const { [INFO] [stdout] | ----- fields in this variant [INFO] [stdout] 320 | name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 321 | const_type: Type, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Type` is never constructed [INFO] [stdout] --> src/wrapper_types.rs:315:2 [INFO] [stdout] | [INFO] [stdout] 310 | pub(crate) enum GenericType { [INFO] [stdout] | ----------- variant in this enum [INFO] [stdout] ... [INFO] [stdout] 315 | Type { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s [INFO] running `Command { std: "docker" "inspect" "6675530a149bf0f057265834344ab085922a59fd7f8d42268f35a85801847e58", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6675530a149bf0f057265834344ab085922a59fd7f8d42268f35a85801847e58", kill_on_drop: false }` [INFO] [stdout] 6675530a149bf0f057265834344ab085922a59fd7f8d42268f35a85801847e58 [INFO] checking xreflect-proc-macro-0.1.0 against try#f9935d29d867449445ee008640ccca1bf1ae0889+rustflags=-Dtail_expr_drop_order for crater-rollup-uwu [INFO] extracting crate xreflect-proc-macro 0.1.0 into /workspace/builds/worker-5-tc2/source [INFO] validating manifest of crates.io crate xreflect-proc-macro 0.1.0 on toolchain f9935d29d867449445ee008640ccca1bf1ae0889 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f9935d29d867449445ee008640ccca1bf1ae0889" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate xreflect-proc-macro 0.1.0 [INFO] finished tweaking crates.io crate xreflect-proc-macro 0.1.0 [INFO] tweaked toml for crates.io crate xreflect-proc-macro 0.1.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f9935d29d867449445ee008640ccca1bf1ae0889" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 6 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f9935d29d867449445ee008640ccca1bf1ae0889" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+f9935d29d867449445ee008640ccca1bf1ae0889" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c16fa012986565951043aef38fcb088e96ee1dc3934d87778cefb66b972ac105 [INFO] running `Command { std: "docker" "start" "-a" "c16fa012986565951043aef38fcb088e96ee1dc3934d87778cefb66b972ac105", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c16fa012986565951043aef38fcb088e96ee1dc3934d87778cefb66b972ac105", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c16fa012986565951043aef38fcb088e96ee1dc3934d87778cefb66b972ac105", kill_on_drop: false }` [INFO] [stdout] c16fa012986565951043aef38fcb088e96ee1dc3934d87778cefb66b972ac105 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dtail_expr_drop_order" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+f9935d29d867449445ee008640ccca1bf1ae0889" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e9ac0fa4e87033c2a2c7f3730590951b1197d0f2460f86940c4c8a6b956f09bc [INFO] running `Command { std: "docker" "start" "-a" "e9ac0fa4e87033c2a2c7f3730590951b1197d0f2460f86940c4c8a6b956f09bc", kill_on_drop: false }` [INFO] [stderr] Checking proc-macro2 v1.0.86 [INFO] [stderr] Checking xreflect-core v0.1.0 [INFO] [stderr] Checking quote v1.0.37 [INFO] [stderr] Checking syn v2.0.76 [INFO] [stderr] Checking xreflect-proc-macro v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `generics` is never read [INFO] [stdout] --> src/wrapper_types.rs:8:6 [INFO] [stdout] | [INFO] [stdout] 6 | pub(crate) struct EnumData { [INFO] [stdout] | -------- field in this struct [INFO] [stdout] 7 | pub name: String, [INFO] [stdout] 8 | pub generics: Vec, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `field_names` is never used [INFO] [stdout] --> src/wrapper_types.rs:200:9 [INFO] [stdout] | [INFO] [stdout] 122 | impl StructType { [INFO] [stdout] | --------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 200 | pub fn field_names(&self) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `generics` is never read [INFO] [stdout] --> src/wrapper_types.rs:210:6 [INFO] [stdout] | [INFO] [stdout] 208 | pub(crate) struct StructData { [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] 209 | pub name: String, [INFO] [stdout] 210 | pub generics: Vec, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `name` is never read [INFO] [stdout] --> src/wrapper_types.rs:312:3 [INFO] [stdout] | [INFO] [stdout] 311 | Lifetime { [INFO] [stdout] | -------- field in this variant [INFO] [stdout] 312 | name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `name` and `const_type` are never read [INFO] [stdout] --> src/wrapper_types.rs:320:3 [INFO] [stdout] | [INFO] [stdout] 319 | Const { [INFO] [stdout] | ----- fields in this variant [INFO] [stdout] 320 | name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 321 | const_type: Type, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Type` is never constructed [INFO] [stdout] --> src/wrapper_types.rs:315:2 [INFO] [stdout] | [INFO] [stdout] 310 | pub(crate) enum GenericType { [INFO] [stdout] | ----------- variant in this enum [INFO] [stdout] ... [INFO] [stdout] 315 | Type { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `generics` is never read [INFO] [stdout] --> src/wrapper_types.rs:8:6 [INFO] [stdout] | [INFO] [stdout] 6 | pub(crate) struct EnumData { [INFO] [stdout] | -------- field in this struct [INFO] [stdout] 7 | pub name: String, [INFO] [stdout] 8 | pub generics: Vec, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `field_names` is never used [INFO] [stdout] --> src/wrapper_types.rs:200:9 [INFO] [stdout] | [INFO] [stdout] 122 | impl StructType { [INFO] [stdout] | --------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 200 | pub fn field_names(&self) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `generics` is never read [INFO] [stdout] --> src/wrapper_types.rs:210:6 [INFO] [stdout] | [INFO] [stdout] 208 | pub(crate) struct StructData { [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] 209 | pub name: String, [INFO] [stdout] 210 | pub generics: Vec, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `name` is never read [INFO] [stdout] --> src/wrapper_types.rs:312:3 [INFO] [stdout] | [INFO] [stdout] 311 | Lifetime { [INFO] [stdout] | -------- field in this variant [INFO] [stdout] 312 | name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `name` and `const_type` are never read [INFO] [stdout] --> src/wrapper_types.rs:320:3 [INFO] [stdout] | [INFO] [stdout] 319 | Const { [INFO] [stdout] | ----- fields in this variant [INFO] [stdout] 320 | name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 321 | const_type: Type, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Type` is never constructed [INFO] [stdout] --> src/wrapper_types.rs:315:2 [INFO] [stdout] | [INFO] [stdout] 310 | pub(crate) enum GenericType { [INFO] [stdout] | ----------- variant in this enum [INFO] [stdout] ... [INFO] [stdout] 315 | Type { [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/wrapper_types.rs:105:14 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn new(enum_name: String, syn_generics: Generics, syn_enum: DataEnum) -> Self { [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] 13 | let mut generics_store: HashMap = HashMap::new(); [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 variants = vec![]; [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 105 | generics: generics_order [INFO] [stdout] | _______________________^ [INFO] [stdout] 106 | | .iter() [INFO] [stdout] 107 | | .map(|generic_name| generics_store.remove(generic_name).unwrap()) [INFO] [stdout] 108 | | .collect(), [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/wrapper_types.rs:85:20 [INFO] [stdout] | [INFO] [stdout] 84 | .map(|record_field| { [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 85 | RecordEntry(record_field.ident.unwrap().to_string(), record_field.ty) [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/wrapper_types.rs:107:25 [INFO] [stdout] | [INFO] [stdout] 107 | .map(|generic_name| generics_store.remove(generic_name).unwrap()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/wrapper_types.rs:300:14 [INFO] [stdout] | [INFO] [stdout] 214 | pub fn new(enum_name: String, syn_generics: Generics, syn_struct: DataStruct) -> Self { [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] 215 | let mut generics_store: HashMap = HashMap::new(); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 279 | let struct_type = match syn_struct.fields { [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 280 | Fields::Named(record_fields) => StructType::Struct( [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 289 | Fields::Unnamed(tuple_fields) => StructType::Tuple( [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 300 | generics: generics_order [INFO] [stdout] | _______________________^ [INFO] [stdout] 301 | | .iter() [INFO] [stdout] 302 | | .map(|generic_name| generics_store.remove(generic_name).unwrap()) [INFO] [stdout] 303 | | .collect(), [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/wrapper_types.rs:105:14 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn new(enum_name: String, syn_generics: Generics, syn_enum: DataEnum) -> Self { [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] 13 | let mut generics_store: HashMap = HashMap::new(); [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 variants = vec![]; [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 105 | generics: generics_order [INFO] [stdout] | _______________________^ [INFO] [stdout] 106 | | .iter() [INFO] [stdout] 107 | | .map(|generic_name| generics_store.remove(generic_name).unwrap()) [INFO] [stdout] 108 | | .collect(), [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/wrapper_types.rs:85:20 [INFO] [stdout] | [INFO] [stdout] 84 | .map(|record_field| { [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 85 | RecordEntry(record_field.ident.unwrap().to_string(), record_field.ty) [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/wrapper_types.rs:107:25 [INFO] [stdout] | [INFO] [stdout] 107 | .map(|generic_name| generics_store.remove(generic_name).unwrap()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/wrapper_types.rs:300:14 [INFO] [stdout] | [INFO] [stdout] 214 | pub fn new(enum_name: String, syn_generics: Generics, syn_struct: DataStruct) -> Self { [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] 215 | let mut generics_store: HashMap = HashMap::new(); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 279 | let struct_type = match syn_struct.fields { [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 280 | Fields::Named(record_fields) => StructType::Struct( [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 289 | Fields::Unnamed(tuple_fields) => StructType::Tuple( [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 300 | generics: generics_order [INFO] [stdout] | _______________________^ [INFO] [stdout] 301 | | .iter() [INFO] [stdout] 302 | | .map(|generic_name| generics_store.remove(generic_name).unwrap()) [INFO] [stdout] 303 | | .collect(), [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/wrapper_types.rs:285:19 [INFO] [stdout] | [INFO] [stdout] 284 | .map(|record_field| { [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 285 | RecordEntry(record_field.ident.unwrap().to_string(), record_field.ty) [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/wrapper_types.rs:302:25 [INFO] [stdout] | [INFO] [stdout] 302 | .map(|generic_name| generics_store.remove(generic_name).unwrap()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/wrapper_types.rs:285:19 [INFO] [stdout] | [INFO] [stdout] 284 | .map(|record_field| { [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 285 | RecordEntry(record_field.ident.unwrap().to_string(), record_field.ty) [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/wrapper_types.rs:302:25 [INFO] [stdout] | [INFO] [stdout] 302 | .map(|generic_name| generics_store.remove(generic_name).unwrap()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors; 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors; 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `xreflect-proc-macro` (lib test) due to 7 previous errors; 6 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `xreflect-proc-macro` (lib) due to 7 previous errors; 6 warnings emitted [INFO] running `Command { std: "docker" "inspect" "e9ac0fa4e87033c2a2c7f3730590951b1197d0f2460f86940c4c8a6b956f09bc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e9ac0fa4e87033c2a2c7f3730590951b1197d0f2460f86940c4c8a6b956f09bc", kill_on_drop: false }` [INFO] [stdout] e9ac0fa4e87033c2a2c7f3730590951b1197d0f2460f86940c4c8a6b956f09bc