[INFO] fetching crate typle 0.10.4... [INFO] checking typle-0.10.4 against try#4d98531622e1718ae0bc3c7a1ab9cd8938428452+rustflags=-Dtail_expr_drop_order for pr-129604 [INFO] extracting crate typle 0.10.4 into /workspace/builds/worker-2-tc2/source [INFO] validating manifest of crates.io crate typle 0.10.4 on toolchain 4d98531622e1718ae0bc3c7a1ab9cd8938428452 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate typle 0.10.4 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate typle 0.10.4 [INFO] tweaked toml for crates.io crate typle 0.10.4 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 17 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8ad4d2da1cd4546aa3ce4970a06cf2a7ceda1b4677cdff4f6a40d6bb1a5c7690 [INFO] running `Command { std: "docker" "start" "-a" "8ad4d2da1cd4546aa3ce4970a06cf2a7ceda1b4677cdff4f6a40d6bb1a5c7690", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8ad4d2da1cd4546aa3ce4970a06cf2a7ceda1b4677cdff4f6a40d6bb1a5c7690", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8ad4d2da1cd4546aa3ce4970a06cf2a7ceda1b4677cdff4f6a40d6bb1a5c7690", kill_on_drop: false }` [INFO] [stdout] 8ad4d2da1cd4546aa3ce4970a06cf2a7ceda1b4677cdff4f6a40d6bb1a5c7690 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dtail_expr_drop_order" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d5f867c9821e8a3cc77578ea1078a041fdf8a6e76bfa6213992928a346c67beb [INFO] running `Command { std: "docker" "start" "-a" "d5f867c9821e8a3cc77578ea1078a041fdf8a6e76bfa6213992928a346c67beb", kill_on_drop: false }` [INFO] [stderr] Compiling prettyplease v0.2.22 [INFO] [stderr] Checking zip_clone v0.1.1 [INFO] [stderr] Checking glob v0.3.1 [INFO] [stderr] Checking syn v2.0.77 [INFO] [stderr] Checking basic-toml v0.1.9 [INFO] [stderr] Checking serde_json v1.0.127 [INFO] [stderr] Checking typle v0.10.4 (/opt/rustwide/workdir) [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:469:5 [INFO] [stdout] | [INFO] [stdout] 444 | args: proc_macro::TokenStream, [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 445 | item: proc_macro::TokenStream, [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 446 | ) -> proc_macro::TokenStream { [INFO] [stdout] 447 | let typle_macro = match TypleMacro::try_from(TokenStream::from(args)) { [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 448 | Ok(typle_macro) => typle_macro, [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 454 | let item = match syn::parse2::(item.into()) { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 455 | Ok(item) => item, [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 461 | let context = TypleContext::from(&typle_macro); [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 462 | [INFO] [stdout] 463 | let mut items = Vec::new(); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 469 | / items [INFO] [stdout] 470 | | .into_iter() [INFO] [stdout] 471 | | .map(Item::into_token_stream) [INFO] [stdout] 472 | | .collect::() [INFO] [stdout] | |_________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:568:12 [INFO] [stdout] | [INFO] [stdout] 486 | fn try_from(args: TokenStream) -> Result { [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 489 | let mut never_type = Type::Never(TypeNever { [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 492 | let mut args_iter = args.into_iter(); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 493 | // Tuple [INFO] [stdout] 494 | let Some(TokenTree::Ident(trait_ident)) = args_iter.next() else { [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 505 | let mut range_tokens = TokenStream::new(); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 506 | let mut never_tokens = Vec::new(); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 522 | let range = syn::parse2::(range_tokens)?; [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 568 | Ok(TypleMacro { [INFO] [stdout] | ____________^ [INFO] [stdout] 569 | | ident: trait_ident, [INFO] [stdout] 570 | | min_len: min, [INFO] [stdout] 571 | | max_len: max, [INFO] [stdout] 572 | | never_type, [INFO] [stdout] 573 | | }) [INFO] [stdout] | | ^ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | |_________| [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:595:5 [INFO] [stdout] | [INFO] [stdout] 594 | pub fn typle_all(item: proc_macro::TokenStream) -> proc_macro::TokenStream { [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 595 | / Error::new_spanned( [INFO] [stdout] 596 | | TokenStream::from(item), [INFO] [stdout] 597 | | "typle_all macro only available in item with typle attribute", [INFO] [stdout] 598 | | ) [INFO] [stdout] 599 | | .into_compile_error() [INFO] [stdout] | |_________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:621:5 [INFO] [stdout] | [INFO] [stdout] 620 | pub fn typle_any(item: proc_macro::TokenStream) -> proc_macro::TokenStream { [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 621 | / Error::new_spanned( [INFO] [stdout] 622 | | TokenStream::from(item), [INFO] [stdout] 623 | | "typle_any macro only available in item with typle attribute", [INFO] [stdout] 624 | | ) [INFO] [stdout] 625 | | .into_compile_error() [INFO] [stdout] | |_________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:687:5 [INFO] [stdout] | [INFO] [stdout] 686 | pub fn typle_args(item: proc_macro::TokenStream) -> proc_macro::TokenStream { [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 687 | / Error::new_spanned( [INFO] [stdout] 688 | | TokenStream::from(item), [INFO] [stdout] 689 | | "typle_args macro only available in item with typle attribute", [INFO] [stdout] 690 | | ) [INFO] [stdout] 691 | | .into_compile_error() [INFO] [stdout] | |_________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:786:5 [INFO] [stdout] | [INFO] [stdout] 785 | pub fn typle_fold(item: proc_macro::TokenStream) -> proc_macro::TokenStream { [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 786 | / Error::new_spanned( [INFO] [stdout] 787 | | TokenStream::from(item), [INFO] [stdout] 788 | | "typle_fold macro only available in item with typle attribute", [INFO] [stdout] 789 | | ) [INFO] [stdout] 790 | | .into_compile_error() [INFO] [stdout] | |_________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:876:5 [INFO] [stdout] | [INFO] [stdout] 875 | pub fn typle_for(item: proc_macro::TokenStream) -> proc_macro::TokenStream { [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 876 | / Error::new_spanned( [INFO] [stdout] 877 | | TokenStream::from(item), [INFO] [stdout] 878 | | "typle_for macro only available in item with typle attribute", [INFO] [stdout] 879 | | ) [INFO] [stdout] 880 | | .into_compile_error() [INFO] [stdout] | |_________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:938:5 [INFO] [stdout] | [INFO] [stdout] 937 | pub fn typle_variant(item: proc_macro::TokenStream) -> proc_macro::TokenStream { [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 938 | / Error::new_spanned( [INFO] [stdout] 939 | | TokenStream::from(item), [INFO] [stdout] 940 | | "typle_variant macro only available in item with typle attribute", [INFO] [stdout] 941 | | ) [INFO] [stdout] 942 | | .into_compile_error() [INFO] [stdout] | |_________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/context.rs:996:40 [INFO] [stdout] | [INFO] [stdout] 995 | ... (start..end).zip_clone(expr.clone()).map(move |(i, base)| { [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 996 | ... Ok(Expr::Field(syn::ExprField { [INFO] [stdout] | ______________________________^ [INFO] [stdout] 997 | | ... attrs: Vec::new(), [INFO] [stdout] 998 | | ... base, [INFO] [stdout] 999 | | ... dot_token: token::Dot::default(), [INFO] [stdout] ... | [INFO] [stdout] 1003 | | ... }), [INFO] [stdout] 1004 | | ... })) [INFO] [stdout] | |____________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/context.rs:1716:12 [INFO] [stdout] | [INFO] [stdout] 1706 | let token_stream = std::mem::take(&mut mac.tokens); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 1707 | let default_span = token_stream.span(); [INFO] [stdout] 1708 | let mut tokens = token_stream.into_iter(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 1709 | let (pattern, range) = self.parse_pattern_range(&mut tokens, default_span)?; [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 1710 | let expr = syn::parse2::(tokens.collect())?; [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 1711 | let mut context = self.clone(); [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 1716 | Ok(range.zip_clone(expr).flat_map(move |(index, mut expr)| { [INFO] [stdout] | ____________^ [INFO] [stdout] 1717 | | if let Some(ident) = &pattern { [INFO] [stdout] 1718 | | *context.constants.get_mut(ident).unwrap() = index; [INFO] [stdout] 1719 | | } [INFO] [stdout] ... | [INFO] [stdout] 1730 | | } [INFO] [stdout] 1731 | | })) [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | |__________these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/context.rs:1823:12 [INFO] [stdout] | [INFO] [stdout] 1737 | attrs: Vec, [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 1741 | let mut inner_state = BlockState::default(); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 1742 | let token_stream = std::mem::take(&mut mac.tokens); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 1743 | let mut tokens = token_stream.into_iter(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 1744 | let mut init_expr = [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 1747 | let (pattern, range) = self.parse_pattern_range(&mut tokens, default_span)?; [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 1755 | let fold_ident = Self::parse_fold_ident(&mut tokens, default_span)?; [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 1756 | let fold_pat = Pat::Ident(syn::PatIdent { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 1763 | let expr = syn::parse2::(tokens.collect())?; [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 1764 | let mut stmts = Vec::with_capacity(range.len() + 2); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 1823 | Ok(Expr::Paren(syn::ExprParen { [INFO] [stdout] | ____________^ [INFO] [stdout] 1824 | | attrs, [INFO] [stdout] 1825 | | paren_token: token::Paren::default(), [INFO] [stdout] 1826 | | expr: Box::new(Expr::Loop(syn::ExprLoop { [INFO] [stdout] ... | [INFO] [stdout] 1834 | | })), [INFO] [stdout] 1835 | | })) [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | |__________these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/context.rs:2430:12 [INFO] [stdout] | [INFO] [stdout] 2335 | let mut collect = TokenStream::new(); [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 2336 | let mut pattern = None; [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 2383 | let mut expr = syn::parse2::(collect)?; [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 2384 | let mut state = BlockState::default(); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 2430 | Ok((pattern, start..end)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/context.rs:2681:25 [INFO] [stdout] | [INFO] [stdout] 2680 | .flat_map(|arg| { [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 2681 | self.replace_type_in_list(arg.ty).map(move |res| { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/context.rs:2681:63 [INFO] [stdout] | [INFO] [stdout] 2680 | .flat_map(|arg| { [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 2681 | self.replace_type_in_list(arg.ty).map(move |res| { [INFO] [stdout] | _______________________________________________________________^ [INFO] [stdout] 2682 | | res.map(|ty| syn::BareFnArg { [INFO] [stdout] 2683 | | attrs: arg.attrs.clone(), [INFO] [stdout] 2684 | | name: arg.name.clone(), [INFO] [stdout] 2685 | | ty, [INFO] [stdout] 2686 | | }) [INFO] [stdout] 2687 | | }) [INFO] [stdout] | |_________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/context.rs:2683:40 [INFO] [stdout] | [INFO] [stdout] 2682 | ... res.map(|ty| syn::BareFnArg { [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 2683 | ... attrs: arg.attrs.clone(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/context.rs:2684:39 [INFO] [stdout] | [INFO] [stdout] 2682 | ... res.map(|ty| syn::BareFnArg { [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 2683 | ... attrs: arg.attrs.clone(), [INFO] [stdout] 2684 | ... name: arg.name.clone(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/context.rs:2869:19 [INFO] [stdout] | [INFO] [stdout] 2866 | pub fn ident_to_path(ident: Ident) -> Path { [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 2869 | segments: std::iter::once(syn::PathSegment { [INFO] [stdout] | ___________________^ [INFO] [stdout] 2870 | | ident, [INFO] [stdout] 2871 | | arguments: PathArguments::None, [INFO] [stdout] 2872 | | }) [INFO] [stdout] 2873 | | .collect(), [INFO] [stdout] | |__________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/syn_ext.rs:27:20 [INFO] [stdout] | [INFO] [stdout] 22 | fn from(source: GeneralFunction) -> Self { [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 27 | block: Box::new(source.block), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 18 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `typle` (lib) due to 19 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "d5f867c9821e8a3cc77578ea1078a041fdf8a6e76bfa6213992928a346c67beb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d5f867c9821e8a3cc77578ea1078a041fdf8a6e76bfa6213992928a346c67beb", kill_on_drop: false }` [INFO] [stdout] d5f867c9821e8a3cc77578ea1078a041fdf8a6e76bfa6213992928a346c67beb