[INFO] fetching crate deltoid-derive 0.12.0... [INFO] checking deltoid-derive-0.12.0 against try#c387b04bf028733cd561d62128c8a5eee4bc1458+rustflags=-Dtail_expr_drop_order for pr-130930 [INFO] extracting crate deltoid-derive 0.12.0 into /workspace/builds/worker-6-tc2/source [INFO] validating manifest of crates.io crate deltoid-derive 0.12.0 on toolchain c387b04bf028733cd561d62128c8a5eee4bc1458 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate deltoid-derive 0.12.0 [INFO] finished tweaking crates.io crate deltoid-derive 0.12.0 [INFO] tweaked toml for crates.io crate deltoid-derive 0.12.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 23 packages to latest compatible versions [INFO] [stderr] Adding syn v1.0.109 (available: v2.0.79) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 740aa11767372c1903717d7bc7eacba1c103c405d39003a20e8074d0628c5224 [INFO] running `Command { std: "docker" "start" "-a" "740aa11767372c1903717d7bc7eacba1c103c405d39003a20e8074d0628c5224", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "740aa11767372c1903717d7bc7eacba1c103c405d39003a20e8074d0628c5224", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "740aa11767372c1903717d7bc7eacba1c103c405d39003a20e8074d0628c5224", kill_on_drop: false }` [INFO] [stdout] 740aa11767372c1903717d7bc7eacba1c103c405d39003a20e8074d0628c5224 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dtail_expr_drop_order" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 48f94dc958844b86c2cfea9a3867ab17cc366a3c580b05621080f1081e756f8e [INFO] running `Command { std: "docker" "start" "-a" "48f94dc958844b86c2cfea9a3867ab17cc366a3c580b05621080f1081e756f8e", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.210 [INFO] [stderr] Compiling syn v2.0.79 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking serde_json v1.0.128 [INFO] [stderr] Compiling serde_derive v1.0.210 [INFO] [stderr] Checking deltoid v0.12.0 [INFO] [stderr] Checking deltoid-derive v0.12.0 (/opt/rustwide/workdir) [INFO] [stdout] error: this value of type `Vec` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/gen/enums.rs:27:21 [INFO] [stdout] | [INFO] [stdout] 27 | let bounds: Vec = type_param.bounds.iter() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 30 | / quote! { [INFO] [stdout] 31 | | #T: deltoid::Core [INFO] [stdout] 32 | | // NOTE: don't include serde::{Deserialize, Serde} [INFO] [stdout] 33 | | #(+ #bounds)* // Copy user-specified type/lifetime bounds [INFO] [stdout] 34 | | } [INFO] [stdout] | |_________________- these local bindings with significant drop implementation may 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] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Vec` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/gen/enums.rs:94:21 [INFO] [stdout] | [INFO] [stdout] 94 | let bounds: Vec = type_param.bounds.iter() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 97 | / quote! { [INFO] [stdout] 98 | | #T: deltoid::Core [INFO] [stdout] 99 | | + std::fmt::Debug [INFO] [stdout] 100 | | #(+ #bounds)* // Copy user-specified type/lifetime bounds [INFO] [stdout] 101 | | } [INFO] [stdout] | |_________________- these local bindings with significant drop implementation may 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: this value of type `Vec` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/gen/enums.rs:264:21 [INFO] [stdout] | [INFO] [stdout] 264 | let bounds: Vec = type_param.bounds.iter() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 267 | / quote! { [INFO] [stdout] 268 | | #T: std::clone::Clone [INFO] [stdout] 269 | | + std::fmt::Debug [INFO] [stdout] 270 | | + std::cmp::PartialEq [INFO] [stdout] ... | [INFO] [stdout] 274 | | #(+ #bounds)* // Copy user-specified type/lifetime bounds [INFO] [stdout] 275 | | } [INFO] [stdout] | |_________________- these local bindings with significant drop implementation may 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: this value of type `Vec` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/gen/enums.rs:309:21 [INFO] [stdout] | [INFO] [stdout] 309 | let bounds: Vec = type_param.bounds.iter() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 312 | / quote! { [INFO] [stdout] 313 | | #T: std::clone::Clone [INFO] [stdout] 314 | | + std::fmt::Debug [INFO] [stdout] 315 | | + std::cmp::PartialEq [INFO] [stdout] ... | [INFO] [stdout] 320 | | #(+ #bounds)* // Copy user-specified type/lifetime bounds [INFO] [stdout] 321 | | } [INFO] [stdout] | |_________________- these local bindings with significant drop implementation may 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: this value of type `Vec` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/gen/enums.rs:481:21 [INFO] [stdout] | [INFO] [stdout] 481 | let bounds: Vec = type_param.bounds.iter() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 484 | / quote! { [INFO] [stdout] 485 | | #T: std::clone::Clone [INFO] [stdout] 486 | | + std::fmt::Debug [INFO] [stdout] 487 | | + std::cmp::PartialEq [INFO] [stdout] ... | [INFO] [stdout] 492 | | #(+ #bounds)* // Copy user-specified type/lifetime bounds [INFO] [stdout] 493 | | } [INFO] [stdout] | |_________________- these local bindings with significant drop implementation may 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: this value of type `Vec` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/gen/enums.rs:644:21 [INFO] [stdout] | [INFO] [stdout] 644 | let bounds: Vec = type_param.bounds.iter() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 647 | / quote! { [INFO] [stdout] 648 | | #T: [INFO] [stdout] 649 | | std::clone::Clone [INFO] [stdout] 650 | | + std::fmt::Debug [INFO] [stdout] ... | [INFO] [stdout] 655 | | #(+ #bounds)* // Copy user-specified type/lifetime bounds [INFO] [stdout] 656 | | } [INFO] [stdout] | |_________________- these local bindings with significant drop implementation may 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: this value of type `Vec` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/gen/enums.rs:773:21 [INFO] [stdout] | [INFO] [stdout] 773 | let bounds: Vec = type_param.bounds.iter() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 776 | / quote! { [INFO] [stdout] 777 | | #T: [INFO] [stdout] 778 | | std::clone::Clone [INFO] [stdout] 779 | | + std::fmt::Debug [INFO] [stdout] ... | [INFO] [stdout] 784 | | #(+ #bounds)* // Copy user-specified type/lifetime bounds [INFO] [stdout] 785 | | } [INFO] [stdout] | |_________________- these local bindings with significant drop implementation may 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: this value of type `Vec` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/gen/enums.rs:27:21 [INFO] [stdout] | [INFO] [stdout] 27 | let bounds: Vec = type_param.bounds.iter() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 30 | / quote! { [INFO] [stdout] 31 | | #T: deltoid::Core [INFO] [stdout] 32 | | // NOTE: don't include serde::{Deserialize, Serde} [INFO] [stdout] 33 | | #(+ #bounds)* // Copy user-specified type/lifetime bounds [INFO] [stdout] 34 | | } [INFO] [stdout] | |_________________- these local bindings with significant drop implementation may 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] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Vec` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/gen/structs.rs:27:21 [INFO] [stdout] | [INFO] [stdout] 27 | let bounds: Vec = type_param.bounds.iter() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 30 | / quote! { [INFO] [stdout] 31 | | #T: deltoid::Core [INFO] [stdout] 32 | | #(+ #bounds)* // Copy user-specified type/lifetime bounds [INFO] [stdout] 33 | | } [INFO] [stdout] | |_________________- these local bindings with significant drop implementation may 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: this value of type `TokenStream2` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/gen/structs.rs:110:17 [INFO] [stdout] | [INFO] [stdout] 85 | let type_param_decls: Vec = in_type_param_decls.iter() [INFO] [stdout] | ---------------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 104 | let predicates: Vec = in_where_clause.predicates.iter() [INFO] [stdout] | ---------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 107 | let where_clause = quote! { where #(#predicates),* }; [INFO] [stdout] | ------------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 110 | let mut body = TokenStream2::new(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 131 | Ok(quote! { [INFO] [stdout] | ________________- [INFO] [stdout] 132 | | impl<#(#type_param_decls),*> std::fmt::Debug [INFO] [stdout] 133 | | for #delta_type_name<#type_params> [INFO] [stdout] 134 | | #where_clause [INFO] [stdout] ... | [INFO] [stdout] 144 | | } [INFO] [stdout] 145 | | }) [INFO] [stdout] | |_____________- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 194 | Ok(quote! { [INFO] [stdout] | ________________- [INFO] [stdout] 195 | | impl<#(#type_param_decls),*> std::fmt::Debug [INFO] [stdout] 196 | | for #delta_type_name<#type_params> [INFO] [stdout] 197 | | #where_clause [INFO] [stdout] ... | [INFO] [stdout] 204 | | } [INFO] [stdout] 205 | | }) [INFO] [stdout] | |_____________- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 208 | Ok(quote! { [INFO] [stdout] | ________________- [INFO] [stdout] 209 | | impl<#(#type_param_decls),*> std::fmt::Debug [INFO] [stdout] 210 | | for #delta_type_name<#type_params> [INFO] [stdout] 211 | | #where_clause [INFO] [stdout] ... | [INFO] [stdout] 219 | | } [INFO] [stdout] 220 | | }) [INFO] [stdout] | |_____________- these local bindings with significant drop implementation may 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: this value of type `Vec` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/gen/structs.rs:93:21 [INFO] [stdout] | [INFO] [stdout] 93 | let bounds: Vec = type_param.bounds.iter() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 96 | / quote! { [INFO] [stdout] 97 | | #T: deltoid::Core [INFO] [stdout] 98 | | + std::fmt::Debug [INFO] [stdout] 99 | | #(+ #bounds)* // Copy user-specified type/lifetime bounds [INFO] [stdout] 100 | | } [INFO] [stdout] | |_________________- these local bindings with significant drop implementation may 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: this value of type `Vec` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/gen/enums.rs:94:21 [INFO] [stdout] | [INFO] [stdout] 94 | let bounds: Vec = type_param.bounds.iter() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 97 | / quote! { [INFO] [stdout] 98 | | #T: deltoid::Core [INFO] [stdout] 99 | | + std::fmt::Debug [INFO] [stdout] 100 | | #(+ #bounds)* // Copy user-specified type/lifetime bounds [INFO] [stdout] 101 | | } [INFO] [stdout] | |_________________- these local bindings with significant drop implementation may 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: this value of type `Vec` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/gen/structs.rs:242:21 [INFO] [stdout] | [INFO] [stdout] 242 | let bounds: Vec = type_param.bounds.iter() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 245 | / quote! { [INFO] [stdout] 246 | | #T: std::clone::Clone [INFO] [stdout] 247 | | + std::fmt::Debug [INFO] [stdout] 248 | | + std::cmp::PartialEq [INFO] [stdout] ... | [INFO] [stdout] 252 | | #(+ #bounds)* // Copy user-specified type/lifetime bounds [INFO] [stdout] 253 | | } [INFO] [stdout] | |_________________- these local bindings with significant drop implementation may 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: this value of type `Vec` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/gen/enums.rs:264:21 [INFO] [stdout] | [INFO] [stdout] 264 | let bounds: Vec = type_param.bounds.iter() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 267 | / quote! { [INFO] [stdout] 268 | | #T: std::clone::Clone [INFO] [stdout] 269 | | + std::fmt::Debug [INFO] [stdout] 270 | | + std::cmp::PartialEq [INFO] [stdout] ... | [INFO] [stdout] 274 | | #(+ #bounds)* // Copy user-specified type/lifetime bounds [INFO] [stdout] 275 | | } [INFO] [stdout] | |_________________- these local bindings with significant drop implementation may 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: this value of type `Vec` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/gen/structs.rs:327:17 [INFO] [stdout] | [INFO] [stdout] 298 | let type_param_decls: Vec = in_type_param_decls.iter() [INFO] [stdout] | ---------------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 321 | let predicates: Vec = in_where_clause.predicates.iter() [INFO] [stdout] | ---------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 324 | let where_clause = quote! { where #(#predicates),* }; [INFO] [stdout] | ------------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 327 | let field_assignments: Vec = fields.iter() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 345 | Ok(quote! { [INFO] [stdout] | ________________- [INFO] [stdout] | |________________| [INFO] [stdout] | |________________| [INFO] [stdout] | |________________| [INFO] [stdout] | |________________| [INFO] [stdout] 346 | | impl<#(#type_param_decls),*> deltoid::Apply [INFO] [stdout] 347 | | for #type_name<#type_params> [INFO] [stdout] 348 | | #where_clause [INFO] [stdout] ... | [INFO] [stdout] 356 | | } [INFO] [stdout] 357 | | }) [INFO] [stdout] | | - [INFO] [stdout] | |_____________| [INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 378 | Ok(quote! { [INFO] [stdout] | ________________- [INFO] [stdout] | |________________| [INFO] [stdout] | |________________| [INFO] [stdout] | |________________| [INFO] [stdout] | |________________| [INFO] [stdout] 379 | | impl<#(#type_param_decls),*> deltoid::Apply [INFO] [stdout] 380 | | for #type_name<#type_params> [INFO] [stdout] 381 | | #where_clause [INFO] [stdout] ... | [INFO] [stdout] 389 | | } [INFO] [stdout] 390 | | }) [INFO] [stdout] | | - [INFO] [stdout] | |_____________| [INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 393 | Ok(quote! { [INFO] [stdout] | ________________- [INFO] [stdout] 394 | impl<#(#type_param_decls),*> deltoid::Apply [INFO] [stdout] 395 | for #type_name<#type_params> [INFO] [stdout] 396 | #where_clause [INFO] [stdout] ... [INFO] [stdout] 404 | } [INFO] [stdout] 405 | | }) [INFO] [stdout] | |_____________- these local bindings with significant drop implementation may 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: this value of type `Vec` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/gen/structs.rs:306:21 [INFO] [stdout] | [INFO] [stdout] 306 | let bounds: Vec = type_param.bounds.iter() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 309 | / quote! { [INFO] [stdout] 310 | | #T: std::clone::Clone [INFO] [stdout] 311 | | + std::fmt::Debug [INFO] [stdout] 312 | | + std::cmp::PartialEq [INFO] [stdout] ... | [INFO] [stdout] 316 | | #(+ #bounds)* // Copy user-specified type/lifetime bounds [INFO] [stdout] 317 | | } [INFO] [stdout] | |_________________- these local bindings with significant drop implementation may 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: this value of type `Vec` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/gen/enums.rs:27:21 [INFO] [stdout] | [INFO] [stdout] 27 | let bounds: Vec = type_param.bounds.iter() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 30 | / quote! { [INFO] [stdout] 31 | | #T: deltoid::Core [INFO] [stdout] 32 | | // NOTE: don't include serde::{Deserialize, Serde} [INFO] [stdout] 33 | | #(+ #bounds)* // Copy user-specified type/lifetime bounds [INFO] [stdout] 34 | | } [INFO] [stdout] | |_________________- these local bindings with significant drop implementation may 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] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Vec` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/gen/enums.rs:309:21 [INFO] [stdout] | [INFO] [stdout] 309 | let bounds: Vec = type_param.bounds.iter() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 312 | / quote! { [INFO] [stdout] 313 | | #T: std::clone::Clone [INFO] [stdout] 314 | | + std::fmt::Debug [INFO] [stdout] 315 | | + std::cmp::PartialEq [INFO] [stdout] ... | [INFO] [stdout] 320 | | #(+ #bounds)* // Copy user-specified type/lifetime bounds [INFO] [stdout] 321 | | } [INFO] [stdout] | |_________________- these local bindings with significant drop implementation may 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: this value of type `Vec` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/gen/structs.rs:450:17 [INFO] [stdout] | [INFO] [stdout] 420 | let type_param_decls: Vec = in_type_param_decls.iter() [INFO] [stdout] | ---------------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 444 | let predicates: Vec = in_where_clause.predicates.iter() [INFO] [stdout] | ---------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 447 | let where_clause = quote! { where #(#predicates),* }; [INFO] [stdout] | ------------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 450 | let field_assignments: Vec = fields.iter() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 466 | Ok(quote! { [INFO] [stdout] | ________________- [INFO] [stdout] | |________________| [INFO] [stdout] | |________________| [INFO] [stdout] | |________________| [INFO] [stdout] | |________________| [INFO] [stdout] 467 | | impl<#(#type_param_decls),*> deltoid::Delta [INFO] [stdout] 468 | | for #type_name<#type_params> [INFO] [stdout] 469 | | #where_clause [INFO] [stdout] ... | [INFO] [stdout] 475 | | } [INFO] [stdout] 476 | | }) [INFO] [stdout] | | - [INFO] [stdout] | |_____________| [INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 495 | Ok(quote! { [INFO] [stdout] | ________________- [INFO] [stdout] | |________________| [INFO] [stdout] | |________________| [INFO] [stdout] | |________________| [INFO] [stdout] | |________________| [INFO] [stdout] 496 | | impl<#(#type_param_decls),*> deltoid::Delta [INFO] [stdout] 497 | | for #type_name<#type_params> [INFO] [stdout] 498 | | #where_clause [INFO] [stdout] ... | [INFO] [stdout] 504 | | } [INFO] [stdout] 505 | | }) [INFO] [stdout] | | - [INFO] [stdout] | |_____________| [INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 508 | Ok(quote! { [INFO] [stdout] | ________________- [INFO] [stdout] 509 | impl<#(#type_param_decls),*> deltoid::Delta [INFO] [stdout] 510 | for #type_name<#type_params> [INFO] [stdout] 511 | #where_clause [INFO] [stdout] ... [INFO] [stdout] 516 | } [INFO] [stdout] 517 | | }), [INFO] [stdout] | |_____________- these local bindings with significant drop implementation may 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: this value of type `Vec` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/gen/structs.rs:428:21 [INFO] [stdout] | [INFO] [stdout] 428 | let bounds: Vec = type_param.bounds.iter() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 431 | / quote! { [INFO] [stdout] 432 | | #T: [INFO] [stdout] 433 | | std::clone::Clone [INFO] [stdout] 434 | | + std::fmt::Debug [INFO] [stdout] ... | [INFO] [stdout] 439 | | #(+ #bounds)* // Copy user-specified type/lifetime bounds [INFO] [stdout] 440 | | } [INFO] [stdout] | |_________________- these local bindings with significant drop implementation may 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: this value of type `Vec` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/gen/enums.rs:94:21 [INFO] [stdout] | [INFO] [stdout] 94 | let bounds: Vec = type_param.bounds.iter() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 97 | / quote! { [INFO] [stdout] 98 | | #T: deltoid::Core [INFO] [stdout] 99 | | + std::fmt::Debug [INFO] [stdout] 100 | | #(+ #bounds)* // Copy user-specified type/lifetime bounds [INFO] [stdout] 101 | | } [INFO] [stdout] | |_________________- these local bindings with significant drop implementation may 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: this value of type `Vec` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/gen/structs.rs:539:21 [INFO] [stdout] | [INFO] [stdout] 539 | let bounds: Vec = type_param.bounds.iter() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / quote! { [INFO] [stdout] 543 | | #T: [INFO] [stdout] 544 | | std::clone::Clone [INFO] [stdout] 545 | | + std::fmt::Debug [INFO] [stdout] ... | [INFO] [stdout] 550 | | #(+ #bounds)* // Copy user-specified type/lifetime bounds [INFO] [stdout] 551 | | } [INFO] [stdout] | |_________________- these local bindings with significant drop implementation may 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: this value of type `Vec` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/gen/enums.rs:264:21 [INFO] [stdout] | [INFO] [stdout] 264 | let bounds: Vec = type_param.bounds.iter() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 267 | / quote! { [INFO] [stdout] 268 | | #T: std::clone::Clone [INFO] [stdout] 269 | | + std::fmt::Debug [INFO] [stdout] 270 | | + std::cmp::PartialEq [INFO] [stdout] ... | [INFO] [stdout] 274 | | #(+ #bounds)* // Copy user-specified type/lifetime bounds [INFO] [stdout] 275 | | } [INFO] [stdout] | |_________________- these local bindings with significant drop implementation may 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: this value of type `Vec` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/gen/structs.rs:663:21 [INFO] [stdout] | [INFO] [stdout] 663 | let bounds: Vec = type_param.bounds.iter() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 666 | / quote! { [INFO] [stdout] 667 | | #T: [INFO] [stdout] 668 | | std::clone::Clone [INFO] [stdout] 669 | | + std::fmt::Debug [INFO] [stdout] ... | [INFO] [stdout] 674 | | #(+ #bounds)* // Copy user-specified type/lifetime bounds [INFO] [stdout] 675 | | } [INFO] [stdout] | |_________________- these local bindings with significant drop implementation may 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: this value of type `Vec` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/gen/enums.rs:481:21 [INFO] [stdout] | [INFO] [stdout] 481 | let bounds: Vec = type_param.bounds.iter() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 484 | / quote! { [INFO] [stdout] 485 | | #T: std::clone::Clone [INFO] [stdout] 486 | | + std::fmt::Debug [INFO] [stdout] 487 | | + std::cmp::PartialEq [INFO] [stdout] ... | [INFO] [stdout] 492 | | #(+ #bounds)* // Copy user-specified type/lifetime bounds [INFO] [stdout] 493 | | } [INFO] [stdout] | |_________________- these local bindings with significant drop implementation may 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: this value of type `Vec` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/gen/enums.rs:309:21 [INFO] [stdout] | [INFO] [stdout] 309 | let bounds: Vec = type_param.bounds.iter() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 312 | / quote! { [INFO] [stdout] 313 | | #T: std::clone::Clone [INFO] [stdout] 314 | | + std::fmt::Debug [INFO] [stdout] 315 | | + std::cmp::PartialEq [INFO] [stdout] ... | [INFO] [stdout] 320 | | #(+ #bounds)* // Copy user-specified type/lifetime bounds [INFO] [stdout] 321 | | } [INFO] [stdout] | |_________________- these local bindings with significant drop implementation may 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: this value of type `Vec` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/gen/enums.rs:644:21 [INFO] [stdout] | [INFO] [stdout] 644 | let bounds: Vec = type_param.bounds.iter() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 647 | / quote! { [INFO] [stdout] 648 | | #T: [INFO] [stdout] 649 | | std::clone::Clone [INFO] [stdout] 650 | | + std::fmt::Debug [INFO] [stdout] ... | [INFO] [stdout] 655 | | #(+ #bounds)* // Copy user-specified type/lifetime bounds [INFO] [stdout] 656 | | } [INFO] [stdout] | |_________________- these local bindings with significant drop implementation may 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: this value of type `Vec` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/gen/enums.rs:773:21 [INFO] [stdout] | [INFO] [stdout] 773 | let bounds: Vec = type_param.bounds.iter() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 776 | / quote! { [INFO] [stdout] 777 | | #T: [INFO] [stdout] 778 | | std::clone::Clone [INFO] [stdout] 779 | | + std::fmt::Debug [INFO] [stdout] ... | [INFO] [stdout] 784 | | #(+ #bounds)* // Copy user-specified type/lifetime bounds [INFO] [stdout] 785 | | } [INFO] [stdout] | |_________________- these local bindings with significant drop implementation may 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: this value of type `Vec` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/gen/enums.rs:481:21 [INFO] [stdout] | [INFO] [stdout] 481 | let bounds: Vec = type_param.bounds.iter() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 484 | / quote! { [INFO] [stdout] 485 | | #T: std::clone::Clone [INFO] [stdout] 486 | | + std::fmt::Debug [INFO] [stdout] 487 | | + std::cmp::PartialEq [INFO] [stdout] ... | [INFO] [stdout] 492 | | #(+ #bounds)* // Copy user-specified type/lifetime bounds [INFO] [stdout] 493 | | } [INFO] [stdout] | |_________________- these local bindings with significant drop implementation may 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: aborting due to 17 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Vec` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/gen/structs.rs:27:21 [INFO] [stdout] | [INFO] [stdout] 27 | let bounds: Vec = type_param.bounds.iter() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 30 | / quote! { [INFO] [stdout] 31 | | #T: deltoid::Core [INFO] [stdout] 32 | | #(+ #bounds)* // Copy user-specified type/lifetime bounds [INFO] [stdout] 33 | | } [INFO] [stdout] | |_________________- these local bindings with significant drop implementation may 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] [stderr] error: could not compile `deltoid-derive` (lib) due to 18 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: this value of type `Vec` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/gen/enums.rs:644:21 [INFO] [stdout] | [INFO] [stdout] 644 | let bounds: Vec = type_param.bounds.iter() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 647 | / quote! { [INFO] [stdout] 648 | | #T: [INFO] [stdout] 649 | | std::clone::Clone [INFO] [stdout] 650 | | + std::fmt::Debug [INFO] [stdout] ... | [INFO] [stdout] 655 | | #(+ #bounds)* // Copy user-specified type/lifetime bounds [INFO] [stdout] 656 | | } [INFO] [stdout] | |_________________- these local bindings with significant drop implementation may 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: this value of type `TokenStream2` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/gen/structs.rs:110:17 [INFO] [stdout] | [INFO] [stdout] 85 | let type_param_decls: Vec = in_type_param_decls.iter() [INFO] [stdout] | ---------------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 104 | let predicates: Vec = in_where_clause.predicates.iter() [INFO] [stdout] | ---------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 107 | let where_clause = quote! { where #(#predicates),* }; [INFO] [stdout] | ------------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 110 | let mut body = TokenStream2::new(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 131 | Ok(quote! { [INFO] [stdout] | ________________- [INFO] [stdout] 132 | | impl<#(#type_param_decls),*> std::fmt::Debug [INFO] [stdout] 133 | | for #delta_type_name<#type_params> [INFO] [stdout] 134 | | #where_clause [INFO] [stdout] ... | [INFO] [stdout] 144 | | } [INFO] [stdout] 145 | | }) [INFO] [stdout] | |_____________- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 194 | Ok(quote! { [INFO] [stdout] | ________________- [INFO] [stdout] 195 | | impl<#(#type_param_decls),*> std::fmt::Debug [INFO] [stdout] 196 | | for #delta_type_name<#type_params> [INFO] [stdout] 197 | | #where_clause [INFO] [stdout] ... | [INFO] [stdout] 204 | | } [INFO] [stdout] 205 | | }) [INFO] [stdout] | |_____________- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 208 | Ok(quote! { [INFO] [stdout] | ________________- [INFO] [stdout] 209 | | impl<#(#type_param_decls),*> std::fmt::Debug [INFO] [stdout] 210 | | for #delta_type_name<#type_params> [INFO] [stdout] 211 | | #where_clause [INFO] [stdout] ... | [INFO] [stdout] 219 | | } [INFO] [stdout] 220 | | }) [INFO] [stdout] | |_____________- these local bindings with significant drop implementation may 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: this value of type `Vec` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/gen/structs.rs:93:21 [INFO] [stdout] | [INFO] [stdout] 93 | let bounds: Vec = type_param.bounds.iter() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 96 | / quote! { [INFO] [stdout] 97 | | #T: deltoid::Core [INFO] [stdout] 98 | | + std::fmt::Debug [INFO] [stdout] 99 | | #(+ #bounds)* // Copy user-specified type/lifetime bounds [INFO] [stdout] 100 | | } [INFO] [stdout] | |_________________- these local bindings with significant drop implementation may 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: this value of type `Vec` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/gen/enums.rs:773:21 [INFO] [stdout] | [INFO] [stdout] 773 | let bounds: Vec = type_param.bounds.iter() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 776 | / quote! { [INFO] [stdout] 777 | | #T: [INFO] [stdout] 778 | | std::clone::Clone [INFO] [stdout] 779 | | + std::fmt::Debug [INFO] [stdout] ... | [INFO] [stdout] 784 | | #(+ #bounds)* // Copy user-specified type/lifetime bounds [INFO] [stdout] 785 | | } [INFO] [stdout] | |_________________- these local bindings with significant drop implementation may 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: this value of type `Vec` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/gen/structs.rs:242:21 [INFO] [stdout] | [INFO] [stdout] 242 | let bounds: Vec = type_param.bounds.iter() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 245 | / quote! { [INFO] [stdout] 246 | | #T: std::clone::Clone [INFO] [stdout] 247 | | + std::fmt::Debug [INFO] [stdout] 248 | | + std::cmp::PartialEq [INFO] [stdout] ... | [INFO] [stdout] 252 | | #(+ #bounds)* // Copy user-specified type/lifetime bounds [INFO] [stdout] 253 | | } [INFO] [stdout] | |_________________- these local bindings with significant drop implementation may 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: this value of type `Vec` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/gen/structs.rs:327:17 [INFO] [stdout] | [INFO] [stdout] 298 | let type_param_decls: Vec = in_type_param_decls.iter() [INFO] [stdout] | ---------------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 321 | let predicates: Vec = in_where_clause.predicates.iter() [INFO] [stdout] | ---------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 324 | let where_clause = quote! { where #(#predicates),* }; [INFO] [stdout] | ------------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 327 | let field_assignments: Vec = fields.iter() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 345 | Ok(quote! { [INFO] [stdout] | ________________- [INFO] [stdout] | |________________| [INFO] [stdout] | |________________| [INFO] [stdout] | |________________| [INFO] [stdout] | |________________| [INFO] [stdout] 346 | | impl<#(#type_param_decls),*> deltoid::Apply [INFO] [stdout] 347 | | for #type_name<#type_params> [INFO] [stdout] 348 | | #where_clause [INFO] [stdout] ... | [INFO] [stdout] 356 | | } [INFO] [stdout] 357 | | }) [INFO] [stdout] | | - [INFO] [stdout] | |_____________| [INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 378 | Ok(quote! { [INFO] [stdout] | ________________- [INFO] [stdout] | |________________| [INFO] [stdout] | |________________| [INFO] [stdout] | |________________| [INFO] [stdout] | |________________| [INFO] [stdout] 379 | | impl<#(#type_param_decls),*> deltoid::Apply [INFO] [stdout] 380 | | for #type_name<#type_params> [INFO] [stdout] 381 | | #where_clause [INFO] [stdout] ... | [INFO] [stdout] 389 | | } [INFO] [stdout] 390 | | }) [INFO] [stdout] | | - [INFO] [stdout] | |_____________| [INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 393 | Ok(quote! { [INFO] [stdout] | ________________- [INFO] [stdout] 394 | impl<#(#type_param_decls),*> deltoid::Apply [INFO] [stdout] 395 | for #type_name<#type_params> [INFO] [stdout] 396 | #where_clause [INFO] [stdout] ... [INFO] [stdout] 404 | } [INFO] [stdout] 405 | | }) [INFO] [stdout] | |_____________- these local bindings with significant drop implementation may 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: this value of type `Vec` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/gen/structs.rs:306:21 [INFO] [stdout] | [INFO] [stdout] 306 | let bounds: Vec = type_param.bounds.iter() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 309 | / quote! { [INFO] [stdout] 310 | | #T: std::clone::Clone [INFO] [stdout] 311 | | + std::fmt::Debug [INFO] [stdout] 312 | | + std::cmp::PartialEq [INFO] [stdout] ... | [INFO] [stdout] 316 | | #(+ #bounds)* // Copy user-specified type/lifetime bounds [INFO] [stdout] 317 | | } [INFO] [stdout] | |_________________- these local bindings with significant drop implementation may 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: this value of type `Vec` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/gen/structs.rs:27:21 [INFO] [stdout] | [INFO] [stdout] 27 | let bounds: Vec = type_param.bounds.iter() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 30 | / quote! { [INFO] [stdout] 31 | | #T: deltoid::Core [INFO] [stdout] 32 | | #(+ #bounds)* // Copy user-specified type/lifetime bounds [INFO] [stdout] 33 | | } [INFO] [stdout] | |_________________- these local bindings with significant drop implementation may 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: this value of type `TokenStream2` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/gen/structs.rs:110:17 [INFO] [stdout] | [INFO] [stdout] 85 | let type_param_decls: Vec = in_type_param_decls.iter() [INFO] [stdout] | ---------------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 104 | let predicates: Vec = in_where_clause.predicates.iter() [INFO] [stdout] | ---------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 107 | let where_clause = quote! { where #(#predicates),* }; [INFO] [stdout] | ------------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 110 | let mut body = TokenStream2::new(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 131 | Ok(quote! { [INFO] [stdout] | ________________- [INFO] [stdout] 132 | | impl<#(#type_param_decls),*> std::fmt::Debug [INFO] [stdout] 133 | | for #delta_type_name<#type_params> [INFO] [stdout] 134 | | #where_clause [INFO] [stdout] ... | [INFO] [stdout] 144 | | } [INFO] [stdout] 145 | | }) [INFO] [stdout] | |_____________- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 194 | Ok(quote! { [INFO] [stdout] | ________________- [INFO] [stdout] 195 | | impl<#(#type_param_decls),*> std::fmt::Debug [INFO] [stdout] 196 | | for #delta_type_name<#type_params> [INFO] [stdout] 197 | | #where_clause [INFO] [stdout] ... | [INFO] [stdout] 204 | | } [INFO] [stdout] 205 | | }) [INFO] [stdout] | |_____________- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 208 | Ok(quote! { [INFO] [stdout] | ________________- [INFO] [stdout] 209 | | impl<#(#type_param_decls),*> std::fmt::Debug [INFO] [stdout] 210 | | for #delta_type_name<#type_params> [INFO] [stdout] 211 | | #where_clause [INFO] [stdout] ... | [INFO] [stdout] 219 | | } [INFO] [stdout] 220 | | }) [INFO] [stdout] | |_____________- these local bindings with significant drop implementation may 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: this value of type `Vec` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/gen/structs.rs:93:21 [INFO] [stdout] | [INFO] [stdout] 93 | let bounds: Vec = type_param.bounds.iter() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 96 | / quote! { [INFO] [stdout] 97 | | #T: deltoid::Core [INFO] [stdout] 98 | | + std::fmt::Debug [INFO] [stdout] 99 | | #(+ #bounds)* // Copy user-specified type/lifetime bounds [INFO] [stdout] 100 | | } [INFO] [stdout] | |_________________- these local bindings with significant drop implementation may 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: this value of type `Vec` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/gen/structs.rs:450:17 [INFO] [stdout] | [INFO] [stdout] 420 | let type_param_decls: Vec = in_type_param_decls.iter() [INFO] [stdout] | ---------------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 444 | let predicates: Vec = in_where_clause.predicates.iter() [INFO] [stdout] | ---------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 447 | let where_clause = quote! { where #(#predicates),* }; [INFO] [stdout] | ------------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 450 | let field_assignments: Vec = fields.iter() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 466 | Ok(quote! { [INFO] [stdout] | ________________- [INFO] [stdout] | |________________| [INFO] [stdout] | |________________| [INFO] [stdout] | |________________| [INFO] [stdout] | |________________| [INFO] [stdout] 467 | | impl<#(#type_param_decls),*> deltoid::Delta [INFO] [stdout] 468 | | for #type_name<#type_params> [INFO] [stdout] 469 | | #where_clause [INFO] [stdout] ... | [INFO] [stdout] 475 | | } [INFO] [stdout] 476 | | }) [INFO] [stdout] | | - [INFO] [stdout] | |_____________| [INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 495 | Ok(quote! { [INFO] [stdout] | ________________- [INFO] [stdout] | |________________| [INFO] [stdout] | |________________| [INFO] [stdout] | |________________| [INFO] [stdout] | |________________| [INFO] [stdout] 496 | | impl<#(#type_param_decls),*> deltoid::Delta [INFO] [stdout] 497 | | for #type_name<#type_params> [INFO] [stdout] 498 | | #where_clause [INFO] [stdout] ... | [INFO] [stdout] 504 | | } [INFO] [stdout] 505 | | }) [INFO] [stdout] | | - [INFO] [stdout] | |_____________| [INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 508 | Ok(quote! { [INFO] [stdout] | ________________- [INFO] [stdout] 509 | impl<#(#type_param_decls),*> deltoid::Delta [INFO] [stdout] 510 | for #type_name<#type_params> [INFO] [stdout] 511 | #where_clause [INFO] [stdout] ... [INFO] [stdout] 516 | } [INFO] [stdout] 517 | | }), [INFO] [stdout] | |_____________- these local bindings with significant drop implementation may 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: this value of type `Vec` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/gen/structs.rs:428:21 [INFO] [stdout] | [INFO] [stdout] 428 | let bounds: Vec = type_param.bounds.iter() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 431 | / quote! { [INFO] [stdout] 432 | | #T: [INFO] [stdout] 433 | | std::clone::Clone [INFO] [stdout] 434 | | + std::fmt::Debug [INFO] [stdout] ... | [INFO] [stdout] 439 | | #(+ #bounds)* // Copy user-specified type/lifetime bounds [INFO] [stdout] 440 | | } [INFO] [stdout] | |_________________- these local bindings with significant drop implementation may 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: this value of type `Vec` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/gen/structs.rs:242:21 [INFO] [stdout] | [INFO] [stdout] 242 | let bounds: Vec = type_param.bounds.iter() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 245 | / quote! { [INFO] [stdout] 246 | | #T: std::clone::Clone [INFO] [stdout] 247 | | + std::fmt::Debug [INFO] [stdout] 248 | | + std::cmp::PartialEq [INFO] [stdout] ... | [INFO] [stdout] 252 | | #(+ #bounds)* // Copy user-specified type/lifetime bounds [INFO] [stdout] 253 | | } [INFO] [stdout] | |_________________- these local bindings with significant drop implementation may 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: this value of type `Vec` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/gen/structs.rs:539:21 [INFO] [stdout] | [INFO] [stdout] 539 | let bounds: Vec = type_param.bounds.iter() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / quote! { [INFO] [stdout] 543 | | #T: [INFO] [stdout] 544 | | std::clone::Clone [INFO] [stdout] 545 | | + std::fmt::Debug [INFO] [stdout] ... | [INFO] [stdout] 550 | | #(+ #bounds)* // Copy user-specified type/lifetime bounds [INFO] [stdout] 551 | | } [INFO] [stdout] | |_________________- these local bindings with significant drop implementation may 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: this value of type `Vec` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/gen/structs.rs:327:17 [INFO] [stdout] | [INFO] [stdout] 298 | let type_param_decls: Vec = in_type_param_decls.iter() [INFO] [stdout] | ---------------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 321 | let predicates: Vec = in_where_clause.predicates.iter() [INFO] [stdout] | ---------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 324 | let where_clause = quote! { where #(#predicates),* }; [INFO] [stdout] | ------------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 327 | let field_assignments: Vec = fields.iter() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 345 | Ok(quote! { [INFO] [stdout] | ________________- [INFO] [stdout] | |________________| [INFO] [stdout] | |________________| [INFO] [stdout] | |________________| [INFO] [stdout] | |________________| [INFO] [stdout] 346 | | impl<#(#type_param_decls),*> deltoid::Apply [INFO] [stdout] 347 | | for #type_name<#type_params> [INFO] [stdout] 348 | | #where_clause [INFO] [stdout] ... | [INFO] [stdout] 356 | | } [INFO] [stdout] 357 | | }) [INFO] [stdout] | | - [INFO] [stdout] | |_____________| [INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 378 | Ok(quote! { [INFO] [stdout] | ________________- [INFO] [stdout] | |________________| [INFO] [stdout] | |________________| [INFO] [stdout] | |________________| [INFO] [stdout] | |________________| [INFO] [stdout] 379 | | impl<#(#type_param_decls),*> deltoid::Apply [INFO] [stdout] 380 | | for #type_name<#type_params> [INFO] [stdout] 381 | | #where_clause [INFO] [stdout] ... | [INFO] [stdout] 389 | | } [INFO] [stdout] 390 | | }) [INFO] [stdout] | | - [INFO] [stdout] | |_____________| [INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 393 | Ok(quote! { [INFO] [stdout] | ________________- [INFO] [stdout] 394 | impl<#(#type_param_decls),*> deltoid::Apply [INFO] [stdout] 395 | for #type_name<#type_params> [INFO] [stdout] 396 | #where_clause [INFO] [stdout] ... [INFO] [stdout] 404 | } [INFO] [stdout] 405 | | }) [INFO] [stdout] | |_____________- these local bindings with significant drop implementation may 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: this value of type `Vec` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/gen/structs.rs:663:21 [INFO] [stdout] | [INFO] [stdout] 663 | let bounds: Vec = type_param.bounds.iter() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 666 | / quote! { [INFO] [stdout] 667 | | #T: [INFO] [stdout] 668 | | std::clone::Clone [INFO] [stdout] 669 | | + std::fmt::Debug [INFO] [stdout] ... | [INFO] [stdout] 674 | | #(+ #bounds)* // Copy user-specified type/lifetime bounds [INFO] [stdout] 675 | | } [INFO] [stdout] | |_________________- these local bindings with significant drop implementation may 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: this value of type `Vec` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/gen/structs.rs:306:21 [INFO] [stdout] | [INFO] [stdout] 306 | let bounds: Vec = type_param.bounds.iter() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 309 | / quote! { [INFO] [stdout] 310 | | #T: std::clone::Clone [INFO] [stdout] 311 | | + std::fmt::Debug [INFO] [stdout] 312 | | + std::cmp::PartialEq [INFO] [stdout] ... | [INFO] [stdout] 316 | | #(+ #bounds)* // Copy user-specified type/lifetime bounds [INFO] [stdout] 317 | | } [INFO] [stdout] | |_________________- these local bindings with significant drop implementation may 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: this value of type `Vec` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/gen/structs.rs:450:17 [INFO] [stdout] | [INFO] [stdout] 420 | let type_param_decls: Vec = in_type_param_decls.iter() [INFO] [stdout] | ---------------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 444 | let predicates: Vec = in_where_clause.predicates.iter() [INFO] [stdout] | ---------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 447 | let where_clause = quote! { where #(#predicates),* }; [INFO] [stdout] | ------------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 450 | let field_assignments: Vec = fields.iter() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 466 | Ok(quote! { [INFO] [stdout] | ________________- [INFO] [stdout] | |________________| [INFO] [stdout] | |________________| [INFO] [stdout] | |________________| [INFO] [stdout] | |________________| [INFO] [stdout] 467 | | impl<#(#type_param_decls),*> deltoid::Delta [INFO] [stdout] 468 | | for #type_name<#type_params> [INFO] [stdout] 469 | | #where_clause [INFO] [stdout] ... | [INFO] [stdout] 475 | | } [INFO] [stdout] 476 | | }) [INFO] [stdout] | | - [INFO] [stdout] | |_____________| [INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 495 | Ok(quote! { [INFO] [stdout] | ________________- [INFO] [stdout] | |________________| [INFO] [stdout] | |________________| [INFO] [stdout] | |________________| [INFO] [stdout] | |________________| [INFO] [stdout] 496 | | impl<#(#type_param_decls),*> deltoid::Delta [INFO] [stdout] 497 | | for #type_name<#type_params> [INFO] [stdout] 498 | | #where_clause [INFO] [stdout] ... | [INFO] [stdout] 504 | | } [INFO] [stdout] 505 | | }) [INFO] [stdout] | | - [INFO] [stdout] | |_____________| [INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 508 | Ok(quote! { [INFO] [stdout] | ________________- [INFO] [stdout] 509 | impl<#(#type_param_decls),*> deltoid::Delta [INFO] [stdout] 510 | for #type_name<#type_params> [INFO] [stdout] 511 | #where_clause [INFO] [stdout] ... [INFO] [stdout] 516 | } [INFO] [stdout] 517 | | }), [INFO] [stdout] | |_____________- these local bindings with significant drop implementation may 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: this value of type `Vec` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/gen/structs.rs:428:21 [INFO] [stdout] | [INFO] [stdout] 428 | let bounds: Vec = type_param.bounds.iter() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 431 | / quote! { [INFO] [stdout] 432 | | #T: [INFO] [stdout] 433 | | std::clone::Clone [INFO] [stdout] 434 | | + std::fmt::Debug [INFO] [stdout] ... | [INFO] [stdout] 439 | | #(+ #bounds)* // Copy user-specified type/lifetime bounds [INFO] [stdout] 440 | | } [INFO] [stdout] | |_________________- these local bindings with significant drop implementation may 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: this value of type `Vec` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/gen/structs.rs:539:21 [INFO] [stdout] | [INFO] [stdout] 539 | let bounds: Vec = type_param.bounds.iter() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / quote! { [INFO] [stdout] 543 | | #T: [INFO] [stdout] 544 | | std::clone::Clone [INFO] [stdout] 545 | | + std::fmt::Debug [INFO] [stdout] ... | [INFO] [stdout] 550 | | #(+ #bounds)* // Copy user-specified type/lifetime bounds [INFO] [stdout] 551 | | } [INFO] [stdout] | |_________________- these local bindings with significant drop implementation may 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: aborting due to 17 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Vec` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/gen/structs.rs:663:21 [INFO] [stdout] | [INFO] [stdout] 663 | let bounds: Vec = type_param.bounds.iter() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 666 | / quote! { [INFO] [stdout] 667 | | #T: [INFO] [stdout] 668 | | std::clone::Clone [INFO] [stdout] 669 | | + std::fmt::Debug [INFO] [stdout] ... | [INFO] [stdout] 674 | | #(+ #bounds)* // Copy user-specified type/lifetime bounds [INFO] [stdout] 675 | | } [INFO] [stdout] | |_________________- these local bindings with significant drop implementation may 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] [stderr] error: could not compile `deltoid-derive` (lib test) due to 18 previous errors [INFO] [stdout] error: aborting due to 17 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `deltoid-derive` (lib) due to 18 previous errors [INFO] running `Command { std: "docker" "inspect" "48f94dc958844b86c2cfea9a3867ab17cc366a3c580b05621080f1081e756f8e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "48f94dc958844b86c2cfea9a3867ab17cc366a3c580b05621080f1081e756f8e", kill_on_drop: false }` [INFO] [stdout] 48f94dc958844b86c2cfea9a3867ab17cc366a3c580b05621080f1081e756f8e