[INFO] fetching crate truck-geoderive 0.1.0... [INFO] checking truck-geoderive-0.1.0 against try#c387b04bf028733cd561d62128c8a5eee4bc1458+rustflags=-Dtail_expr_drop_order for pr-130930 [INFO] extracting crate truck-geoderive 0.1.0 into /workspace/builds/worker-5-tc2/source [INFO] validating manifest of crates.io crate truck-geoderive 0.1.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 truck-geoderive 0.1.0 [INFO] finished tweaking crates.io crate truck-geoderive 0.1.0 [INFO] tweaked toml for crates.io crate truck-geoderive 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" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 7 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-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:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ff37c80f353986e20e5382374fa0b192029159191cd77bd7d41745b15253966e [INFO] running `Command { std: "docker" "start" "-a" "ff37c80f353986e20e5382374fa0b192029159191cd77bd7d41745b15253966e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ff37c80f353986e20e5382374fa0b192029159191cd77bd7d41745b15253966e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ff37c80f353986e20e5382374fa0b192029159191cd77bd7d41745b15253966e", kill_on_drop: false }` [INFO] [stdout] ff37c80f353986e20e5382374fa0b192029159191cd77bd7d41745b15253966e [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:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 764497e0c7b4f9c2dac8535e6e4d1dd049342bb782c066fd67c86574c53d9a8f [INFO] running `Command { std: "docker" "start" "-a" "764497e0c7b4f9c2dac8535e6e4d1dd049342bb782c066fd67c86574c53d9a8f", kill_on_drop: false }` [INFO] [stderr] Checking syn v1.0.109 [INFO] [stderr] Checking proc-macro-error v1.0.4 [INFO] [stderr] Checking truck-geoderive v0.1.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/lib.rs:213:17 [INFO] [stdout] | [INFO] [stdout] 207 | let input = parse_macro_input!(input as DeriveInput); [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 208 | let trait_name = quote! { BoundedCurve }; [INFO] [stdout] | ---------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 209 | let ty = input.ident; [INFO] [stdout] 210 | let gen = input.generics; [INFO] [stdout] | --- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 213 | let methods = methods! { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 217 | / quote! { [INFO] [stdout] 218 | | #[automatically_derived] [INFO] [stdout] 219 | | impl #gen truck_geotrait::#trait_name for #ty { [INFO] [stdout] 220 | | #(#methods)* [INFO] [stdout] 221 | | } [INFO] [stdout] 222 | | } [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] | [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/lib.rs:252:17 [INFO] [stdout] | [INFO] [stdout] 246 | let input = parse_macro_input!(input as DeriveInput); [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 247 | let trait_name = quote! { BoundedSurface }; [INFO] [stdout] | ---------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 248 | let ty = input.ident; [INFO] [stdout] 249 | let gen = input.generics; [INFO] [stdout] | --- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 252 | let methods = methods! { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 256 | / quote! { [INFO] [stdout] 257 | | #[automatically_derived] [INFO] [stdout] 258 | | impl #gen truck_geotrait::#trait_name for #ty { [INFO] [stdout] 259 | | #(#methods)* [INFO] [stdout] 260 | | } [INFO] [stdout] 261 | | } [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] | [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/lib.rs:213:17 [INFO] [stdout] | [INFO] [stdout] 207 | let input = parse_macro_input!(input as DeriveInput); [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 208 | let trait_name = quote! { BoundedCurve }; [INFO] [stdout] | ---------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 209 | let ty = input.ident; [INFO] [stdout] 210 | let gen = input.generics; [INFO] [stdout] | --- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 213 | let methods = methods! { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 217 | / quote! { [INFO] [stdout] 218 | | #[automatically_derived] [INFO] [stdout] 219 | | impl #gen truck_geotrait::#trait_name for #ty { [INFO] [stdout] 220 | | #(#methods)* [INFO] [stdout] 221 | | } [INFO] [stdout] 222 | | } [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] | [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/lib.rs:293:17 [INFO] [stdout] | [INFO] [stdout] 287 | let input = parse_macro_input!(input as DeriveInput); [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 288 | let trait_name = quote! { Cut }; [INFO] [stdout] | ---------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 289 | let ty = input.ident; [INFO] [stdout] 290 | let gen = input.generics; [INFO] [stdout] | --- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 293 | let methods = methods! { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 297 | / quote! { [INFO] [stdout] 298 | | #[automatically_derived] [INFO] [stdout] 299 | | impl #gen truck_geotrait::#trait_name for #ty { [INFO] [stdout] 300 | | #(#methods)* [INFO] [stdout] 301 | | } [INFO] [stdout] 302 | | } [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] | [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/lib.rs:332:17 [INFO] [stdout] | [INFO] [stdout] 326 | let input = parse_macro_input!(input as DeriveInput); [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 327 | let trait_name = quote! { Invertible }; [INFO] [stdout] | ---------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 328 | let ty = input.ident; [INFO] [stdout] 329 | let gen = input.generics; [INFO] [stdout] | --- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 332 | let methods = methods! { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 337 | / quote! { [INFO] [stdout] 338 | | #[automatically_derived] [INFO] [stdout] 339 | | impl #gen truck_geotrait::#trait_name for #ty { [INFO] [stdout] 340 | | #(#methods)* [INFO] [stdout] 341 | | } [INFO] [stdout] 342 | | } [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] | [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/lib.rs:374:17 [INFO] [stdout] | [INFO] [stdout] 368 | let input = parse_macro_input!(input as DeriveInput); [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 369 | let trait_name = quote! { ParameterDivision1D }; [INFO] [stdout] | ---------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 370 | let ty = input.ident; [INFO] [stdout] 371 | let gen = input.generics; [INFO] [stdout] | --- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 374 | let top_ty = top_type_of_enumeration(variants); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 379 | / quote! { [INFO] [stdout] 380 | | #[automatically_derived] [INFO] [stdout] 381 | | impl #gen truck_geotrait::#trait_name for #ty { [INFO] [stdout] 382 | | type Point = <#top_ty as #trait_name>::Point; [INFO] [stdout] 383 | | #(#methods)* [INFO] [stdout] 384 | | } [INFO] [stdout] 385 | | } [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] | [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/lib.rs:252:17 [INFO] [stdout] | [INFO] [stdout] 246 | let input = parse_macro_input!(input as DeriveInput); [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 247 | let trait_name = quote! { BoundedSurface }; [INFO] [stdout] | ---------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 248 | let ty = input.ident; [INFO] [stdout] 249 | let gen = input.generics; [INFO] [stdout] | --- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 252 | let methods = methods! { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 256 | / quote! { [INFO] [stdout] 257 | | #[automatically_derived] [INFO] [stdout] 258 | | impl #gen truck_geotrait::#trait_name for #ty { [INFO] [stdout] 259 | | #(#methods)* [INFO] [stdout] 260 | | } [INFO] [stdout] 261 | | } [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] | [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/lib.rs:419:17 [INFO] [stdout] | [INFO] [stdout] 413 | let input = parse_macro_input!(input as DeriveInput); [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 414 | let trait_name = quote! { ParameterDivision2D }; [INFO] [stdout] | ---------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 415 | let ty = input.ident; [INFO] [stdout] 416 | let gen = input.generics; [INFO] [stdout] | --- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 419 | let methods = methods! { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 423 | / quote! { [INFO] [stdout] 424 | | #[automatically_derived] [INFO] [stdout] 425 | | impl #gen truck_geotrait::#trait_name for #ty { [INFO] [stdout] 426 | | #(#methods)* [INFO] [stdout] 427 | | } [INFO] [stdout] 428 | | } [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] | [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/lib.rs:293:17 [INFO] [stdout] | [INFO] [stdout] 287 | let input = parse_macro_input!(input as DeriveInput); [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 288 | let trait_name = quote! { Cut }; [INFO] [stdout] | ---------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 289 | let ty = input.ident; [INFO] [stdout] 290 | let gen = input.generics; [INFO] [stdout] | --- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 293 | let methods = methods! { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 297 | / quote! { [INFO] [stdout] 298 | | #[automatically_derived] [INFO] [stdout] 299 | | impl #gen truck_geotrait::#trait_name for #ty { [INFO] [stdout] 300 | | #(#methods)* [INFO] [stdout] 301 | | } [INFO] [stdout] 302 | | } [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] | [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/lib.rs:460:17 [INFO] [stdout] | [INFO] [stdout] 454 | let input = parse_macro_input!(input as DeriveInput); [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 455 | let trait_name = quote! { ParametricCurve }; [INFO] [stdout] | ---------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 456 | let ty = input.ident; [INFO] [stdout] 457 | let gen = input.generics; [INFO] [stdout] | --- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 460 | let top_ty = top_type_of_enumeration(variants); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / quote! { [INFO] [stdout] 469 | | #[automatically_derived] [INFO] [stdout] 470 | | impl #gen truck_geotrait::#trait_name for #ty { [INFO] [stdout] 471 | | type Point = <#top_ty as #trait_name>::Point; [INFO] [stdout] ... | [INFO] [stdout] 474 | | } [INFO] [stdout] 475 | | } [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] | [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/lib.rs:332:17 [INFO] [stdout] | [INFO] [stdout] 326 | let input = parse_macro_input!(input as DeriveInput); [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 327 | let trait_name = quote! { Invertible }; [INFO] [stdout] | ---------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 328 | let ty = input.ident; [INFO] [stdout] 329 | let gen = input.generics; [INFO] [stdout] | --- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 332 | let methods = methods! { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 337 | / quote! { [INFO] [stdout] 338 | | #[automatically_derived] [INFO] [stdout] 339 | | impl #gen truck_geotrait::#trait_name for #ty { [INFO] [stdout] 340 | | #(#methods)* [INFO] [stdout] 341 | | } [INFO] [stdout] 342 | | } [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] | [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/lib.rs:374:17 [INFO] [stdout] | [INFO] [stdout] 368 | let input = parse_macro_input!(input as DeriveInput); [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 369 | let trait_name = quote! { ParameterDivision1D }; [INFO] [stdout] | ---------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 370 | let ty = input.ident; [INFO] [stdout] 371 | let gen = input.generics; [INFO] [stdout] | --- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 374 | let top_ty = top_type_of_enumeration(variants); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 379 | / quote! { [INFO] [stdout] 380 | | #[automatically_derived] [INFO] [stdout] 381 | | impl #gen truck_geotrait::#trait_name for #ty { [INFO] [stdout] 382 | | type Point = <#top_ty as #trait_name>::Point; [INFO] [stdout] 383 | | #(#methods)* [INFO] [stdout] 384 | | } [INFO] [stdout] 385 | | } [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] | [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/lib.rs:419:17 [INFO] [stdout] | [INFO] [stdout] 413 | let input = parse_macro_input!(input as DeriveInput); [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 414 | let trait_name = quote! { ParameterDivision2D }; [INFO] [stdout] | ---------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 415 | let ty = input.ident; [INFO] [stdout] 416 | let gen = input.generics; [INFO] [stdout] | --- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 419 | let methods = methods! { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 423 | / quote! { [INFO] [stdout] 424 | | #[automatically_derived] [INFO] [stdout] 425 | | impl #gen truck_geotrait::#trait_name for #ty { [INFO] [stdout] 426 | | #(#methods)* [INFO] [stdout] 427 | | } [INFO] [stdout] 428 | | } [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] | [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/lib.rs:460:17 [INFO] [stdout] | [INFO] [stdout] 454 | let input = parse_macro_input!(input as DeriveInput); [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 455 | let trait_name = quote! { ParametricCurve }; [INFO] [stdout] | ---------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 456 | let ty = input.ident; [INFO] [stdout] 457 | let gen = input.generics; [INFO] [stdout] | --- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 460 | let top_ty = top_type_of_enumeration(variants); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / quote! { [INFO] [stdout] 469 | | #[automatically_derived] [INFO] [stdout] 470 | | impl #gen truck_geotrait::#trait_name for #ty { [INFO] [stdout] 471 | | type Point = <#top_ty as #trait_name>::Point; [INFO] [stdout] ... | [INFO] [stdout] 474 | | } [INFO] [stdout] 475 | | } [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] | [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/lib.rs:512:17 [INFO] [stdout] | [INFO] [stdout] 506 | let input = parse_macro_input!(input as DeriveInput); [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 507 | let trait_name = quote! { ParametricSurface }; [INFO] [stdout] | ---------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 508 | let ty = input.ident; [INFO] [stdout] 509 | let gen = input.generics; [INFO] [stdout] | --- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 512 | let top_ty = top_type_of_enumeration(variants); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 523 | / quote! { [INFO] [stdout] 524 | | #[automatically_derived] [INFO] [stdout] 525 | | impl #gen truck_geotrait::#trait_name for #ty { [INFO] [stdout] 526 | | type Point = <#top_ty as #trait_name>::Point; [INFO] [stdout] ... | [INFO] [stdout] 529 | | } [INFO] [stdout] 530 | | } [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] | [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/lib.rs:512:17 [INFO] [stdout] | [INFO] [stdout] 506 | let input = parse_macro_input!(input as DeriveInput); [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 507 | let trait_name = quote! { ParametricSurface }; [INFO] [stdout] | ---------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 508 | let ty = input.ident; [INFO] [stdout] 509 | let gen = input.generics; [INFO] [stdout] | --- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 512 | let top_ty = top_type_of_enumeration(variants); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 523 | / quote! { [INFO] [stdout] 524 | | #[automatically_derived] [INFO] [stdout] 525 | | impl #gen truck_geotrait::#trait_name for #ty { [INFO] [stdout] 526 | | type Point = <#top_ty as #trait_name>::Point; [INFO] [stdout] ... | [INFO] [stdout] 529 | | } [INFO] [stdout] 530 | | } [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] | [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/lib.rs:574:17 [INFO] [stdout] | [INFO] [stdout] 567 | let input = parse_macro_input!(input as DeriveInput); [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 568 | let trait_name0 = quote! { ParametricSurface }; [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 569 | let trait_name1 = quote! { ParametricSurface3D }; [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 570 | let ty = input.ident; [INFO] [stdout] 571 | let gen = input.generics; [INFO] [stdout] | --- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 574 | let methods0 = methods!( [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 589 | / quote! { [INFO] [stdout] 590 | | #[automatically_derived] [INFO] [stdout] 591 | | impl #gen truck_geotrait::#trait_name0 for #ty { [INFO] [stdout] 592 | | type Point = Point3; [INFO] [stdout] ... | [INFO] [stdout] 600 | | } [INFO] [stdout] 601 | | } [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] | [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/lib.rs:574:17 [INFO] [stdout] | [INFO] [stdout] 567 | let input = parse_macro_input!(input as DeriveInput); [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 568 | let trait_name0 = quote! { ParametricSurface }; [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 569 | let trait_name1 = quote! { ParametricSurface3D }; [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 570 | let ty = input.ident; [INFO] [stdout] 571 | let gen = input.generics; [INFO] [stdout] | --- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 574 | let methods0 = methods!( [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 589 | / quote! { [INFO] [stdout] 590 | | #[automatically_derived] [INFO] [stdout] 591 | | impl #gen truck_geotrait::#trait_name0 for #ty { [INFO] [stdout] 592 | | type Point = Point3; [INFO] [stdout] ... | [INFO] [stdout] 600 | | } [INFO] [stdout] 601 | | } [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] | [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/lib.rs:648:17 [INFO] [stdout] | [INFO] [stdout] 642 | let input = parse_macro_input!(input as DeriveInput); [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 643 | let trait_name = quote! { SearchNearestParameter:: }; [INFO] [stdout] | ---------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 644 | let ty = input.ident; [INFO] [stdout] 645 | let gen = input.generics; [INFO] [stdout] | --- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 648 | let top_ty = top_type_of_enumeration(variants); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 659 | / quote! { [INFO] [stdout] 660 | | #[automatically_derived] [INFO] [stdout] 661 | | impl #gen truck_geotrait::SearchNearestParameter for #ty { [INFO] [stdout] 662 | | type Point = <#top_ty as #trait_name>::Point; [INFO] [stdout] 663 | | #(#methods)* [INFO] [stdout] 664 | | } [INFO] [stdout] 665 | | } [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] | [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/lib.rs:648:17 [INFO] [stdout] | [INFO] [stdout] 642 | let input = parse_macro_input!(input as DeriveInput); [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 643 | let trait_name = quote! { SearchNearestParameter:: }; [INFO] [stdout] | ---------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 644 | let ty = input.ident; [INFO] [stdout] 645 | let gen = input.generics; [INFO] [stdout] | --- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 648 | let top_ty = top_type_of_enumeration(variants); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 659 | / quote! { [INFO] [stdout] 660 | | #[automatically_derived] [INFO] [stdout] 661 | | impl #gen truck_geotrait::SearchNearestParameter for #ty { [INFO] [stdout] 662 | | type Point = <#top_ty as #trait_name>::Point; [INFO] [stdout] 663 | | #(#methods)* [INFO] [stdout] 664 | | } [INFO] [stdout] 665 | | } [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] | [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/lib.rs:704:17 [INFO] [stdout] | [INFO] [stdout] 698 | let input = parse_macro_input!(input as DeriveInput); [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 699 | let trait_name = quote! { SearchNearestParameter:: }; [INFO] [stdout] | ---------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 700 | let ty = input.ident; [INFO] [stdout] 701 | let gen = input.generics; [INFO] [stdout] | --- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 704 | let top_ty = top_type_of_enumeration(variants); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 715 | / quote! { [INFO] [stdout] 716 | | #[automatically_derived] [INFO] [stdout] 717 | | impl #gen truck_geotrait::SearchNearestParameter for #ty { [INFO] [stdout] 718 | | type Point = <#top_ty as #trait_name>::Point; [INFO] [stdout] 719 | | #(#methods)* [INFO] [stdout] 720 | | } [INFO] [stdout] 721 | | } [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] | [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/lib.rs:704:17 [INFO] [stdout] | [INFO] [stdout] 698 | let input = parse_macro_input!(input as DeriveInput); [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 699 | let trait_name = quote! { SearchNearestParameter:: }; [INFO] [stdout] | ---------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 700 | let ty = input.ident; [INFO] [stdout] 701 | let gen = input.generics; [INFO] [stdout] | --- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 704 | let top_ty = top_type_of_enumeration(variants); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 715 | / quote! { [INFO] [stdout] 716 | | #[automatically_derived] [INFO] [stdout] 717 | | impl #gen truck_geotrait::SearchNearestParameter for #ty { [INFO] [stdout] 718 | | type Point = <#top_ty as #trait_name>::Point; [INFO] [stdout] 719 | | #(#methods)* [INFO] [stdout] 720 | | } [INFO] [stdout] 721 | | } [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] | [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/lib.rs:760:17 [INFO] [stdout] | [INFO] [stdout] 754 | let input = parse_macro_input!(input as DeriveInput); [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 755 | let trait_name = quote! { SearchParameter:: }; [INFO] [stdout] | ---------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 756 | let ty = input.ident; [INFO] [stdout] 757 | let gen = input.generics; [INFO] [stdout] | --- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 760 | let top_ty = top_type_of_enumeration(variants); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 771 | / quote! { [INFO] [stdout] 772 | | #[automatically_derived] [INFO] [stdout] 773 | | impl #gen truck_geotrait::SearchParameter for #ty { [INFO] [stdout] 774 | | type Point = <#top_ty as #trait_name>::Point; [INFO] [stdout] 775 | | #(#methods)* [INFO] [stdout] 776 | | } [INFO] [stdout] 777 | | } [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] | [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/lib.rs:760:17 [INFO] [stdout] | [INFO] [stdout] 754 | let input = parse_macro_input!(input as DeriveInput); [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 755 | let trait_name = quote! { SearchParameter:: }; [INFO] [stdout] | ---------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 756 | let ty = input.ident; [INFO] [stdout] 757 | let gen = input.generics; [INFO] [stdout] | --- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 760 | let top_ty = top_type_of_enumeration(variants); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 771 | / quote! { [INFO] [stdout] 772 | | #[automatically_derived] [INFO] [stdout] 773 | | impl #gen truck_geotrait::SearchParameter for #ty { [INFO] [stdout] 774 | | type Point = <#top_ty as #trait_name>::Point; [INFO] [stdout] 775 | | #(#methods)* [INFO] [stdout] 776 | | } [INFO] [stdout] 777 | | } [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] | [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/lib.rs:816:17 [INFO] [stdout] | [INFO] [stdout] 810 | let input = parse_macro_input!(input as DeriveInput); [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 811 | let trait_name = quote! { SearchParameter:: }; [INFO] [stdout] | ---------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 812 | let ty = input.ident; [INFO] [stdout] 813 | let gen = input.generics; [INFO] [stdout] | --- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 816 | let top_ty = top_type_of_enumeration(variants); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 827 | / quote! { [INFO] [stdout] 828 | | #[automatically_derived] [INFO] [stdout] 829 | | impl #gen truck_geotrait::SearchParameter for #ty { [INFO] [stdout] 830 | | type Point = <#top_ty as #trait_name>::Point; [INFO] [stdout] 831 | | #(#methods)* [INFO] [stdout] 832 | | } [INFO] [stdout] 833 | | } [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] | [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/lib.rs:816:17 [INFO] [stdout] | [INFO] [stdout] 810 | let input = parse_macro_input!(input as DeriveInput); [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 811 | let trait_name = quote! { SearchParameter:: }; [INFO] [stdout] | ---------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 812 | let ty = input.ident; [INFO] [stdout] 813 | let gen = input.generics; [INFO] [stdout] | --- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 816 | let top_ty = top_type_of_enumeration(variants); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 827 | / quote! { [INFO] [stdout] 828 | | #[automatically_derived] [INFO] [stdout] 829 | | impl #gen truck_geotrait::SearchParameter for #ty { [INFO] [stdout] 830 | | type Point = <#top_ty as #trait_name>::Point; [INFO] [stdout] 831 | | #(#methods)* [INFO] [stdout] 832 | | } [INFO] [stdout] 833 | | } [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] | [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 13 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 13 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `truck-geoderive` (lib) due to 14 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `truck-geoderive` (lib test) due to 14 previous errors [INFO] running `Command { std: "docker" "inspect" "764497e0c7b4f9c2dac8535e6e4d1dd049342bb782c066fd67c86574c53d9a8f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "764497e0c7b4f9c2dac8535e6e4d1dd049342bb782c066fd67c86574c53d9a8f", kill_on_drop: false }` [INFO] [stdout] 764497e0c7b4f9c2dac8535e6e4d1dd049342bb782c066fd67c86574c53d9a8f