[INFO] fetching crate pegtastic-macros 0.1.0... [INFO] checking pegtastic-macros-0.1.0 against try#c387b04bf028733cd561d62128c8a5eee4bc1458+rustflags=-Dtail_expr_drop_order for pr-130930 [INFO] extracting crate pegtastic-macros 0.1.0 into /workspace/builds/worker-6-tc2/source [INFO] validating manifest of crates.io crate pegtastic-macros 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 pegtastic-macros 0.1.0 [INFO] finished tweaking crates.io crate pegtastic-macros 0.1.0 [INFO] tweaked toml for crates.io crate pegtastic-macros 0.1.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] crate crates.io crate pegtastic-macros 0.1.0 already has a lockfile, it will not be regenerated [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] 47efe1442887484040cf87fdcde8cfdd06e823b2f5d05fd1f2594c3e428eb393 [INFO] running `Command { std: "docker" "start" "-a" "47efe1442887484040cf87fdcde8cfdd06e823b2f5d05fd1f2594c3e428eb393", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "47efe1442887484040cf87fdcde8cfdd06e823b2f5d05fd1f2594c3e428eb393", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "47efe1442887484040cf87fdcde8cfdd06e823b2f5d05fd1f2594c3e428eb393", kill_on_drop: false }` [INFO] [stdout] 47efe1442887484040cf87fdcde8cfdd06e823b2f5d05fd1f2594c3e428eb393 [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] 867a83aa972151d725077dcc04c769aa3759d7bb4e4fdb8b04e4b912c9ec3bb1 [INFO] running `Command { std: "docker" "start" "-a" "867a83aa972151d725077dcc04c769aa3759d7bb4e4fdb8b04e4b912c9ec3bb1", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Checking unicode-xid v0.2.0 [INFO] [stderr] Checking pegtastic-runtime v0.1.0 [INFO] [stderr] Checking quote v1.0.7 [INFO] [stderr] Checking pegtastic-macros v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: this value of type `proc_macro2::TokenStream` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> translate.rs:191:13 [INFO] [stdout] | [INFO] [stdout] 155 | let ret_ty = rule.ret_type.clone().unwrap_or_else(|| quote!(())); [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 159 | let mut context = context.clone(); [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 162 | let body = compile_expr(&context, &rule.expr, result_used); [INFO] [stdout] | ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 163 | [INFO] [stdout] 164 | let wrapped_body = if cfg!(feature = "trace") { [INFO] [stdout] | ------------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 186 | let rule_params = rule_params_list(rule); [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 191 | let cache_trace = if cfg!(feature = "trace") { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 204 | / quote! { [INFO] [stdout] 205 | | fn #name<'input #(, #ty_params)*>(__input: &'input Input, __state: &mut ParseState<'input>, __err_state: &mut ::pegtastic::er... [INFO] [stdout] 206 | | #![allow(non_snake_case, unused)] [INFO] [stdout] 207 | | if let Some(entry) = __state.#cache_field.get(&__pos) { [INFO] [stdout] ... | [INFO] [stdout] 214 | | } [INFO] [stdout] 215 | | } [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] 216 | } else { [INFO] [stdout] 217 | / quote! { [INFO] [stdout] 218 | | fn #name<'input #(, #ty_params)*>(__input: &'input Input, __state: &mut ParseState<'input>, __err_state: &mut ::pegtastic::er... [INFO] [stdout] 219 | | #![allow(non_snake_case, unused)] [INFO] [stdout] 220 | | #wrapped_body [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] --> translate.rs:401:17 [INFO] [stdout] | [INFO] [stdout] 401 | let rule_args_call: Vec = rule_args.iter().map(|arg| { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 412 | quote!{ #func(__input, __state, __err_state, __pos #extra_args_call #(, #rule_args_call)*) } [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] 413 | } else { [INFO] [stdout] 414 | / quote!{ [INFO] [stdout] 415 | | match #func(__input, __state, __err_state, __pos #extra_args_call #(, #rule_args_call)*){ [INFO] [stdout] 416 | | ::pegtastic::RuleResult::Matched(pos, _) => ::pegtastic::RuleResult::Matched(pos, ()), [INFO] [stdout] 417 | | ::pegtastic::RuleResult::Failed => ::pegtastic::RuleResult::Failed, [INFO] [stdout] 418 | | } [INFO] [stdout] 419 | | } [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] 695 | level_code.push(quote!{ [INFO] [stdout] | _____________________________________- [INFO] [stdout] | |_____________________________________| [INFO] [stdout] 696 | | if #prec >= __min_prec { [INFO] [stdout] 697 | | #( [INFO] [stdout] 698 | | if let ::pegtastic::RuleResult::Matched(__pos, ()) = #post_rules { [INFO] [stdout] ... | [INFO] [stdout] 702 | | } [INFO] [stdout] 703 | | }); [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] 717 | / quote!{{ [INFO] [stdout] 718 | | fn __infix_parse( [INFO] [stdout] 719 | | state: &mut S, [INFO] [stdout] 720 | | err_state: &mut ::pegtastic::error::ErrorState, [INFO] [stdout] ... | [INFO] [stdout] 778 | | ) [INFO] [stdout] 779 | | }} [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] = 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 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `pegtastic-macros` (lib test) due to 3 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: this value of type `proc_macro2::TokenStream` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> translate.rs:191:13 [INFO] [stdout] | [INFO] [stdout] 155 | let ret_ty = rule.ret_type.clone().unwrap_or_else(|| quote!(())); [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 159 | let mut context = context.clone(); [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 162 | let body = compile_expr(&context, &rule.expr, result_used); [INFO] [stdout] | ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 163 | [INFO] [stdout] 164 | let wrapped_body = if cfg!(feature = "trace") { [INFO] [stdout] | ------------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 186 | let rule_params = rule_params_list(rule); [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 191 | let cache_trace = if cfg!(feature = "trace") { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 204 | / quote! { [INFO] [stdout] 205 | | fn #name<'input #(, #ty_params)*>(__input: &'input Input, __state: &mut ParseState<'input>, __err_state: &mut ::pegtastic::er... [INFO] [stdout] 206 | | #![allow(non_snake_case, unused)] [INFO] [stdout] 207 | | if let Some(entry) = __state.#cache_field.get(&__pos) { [INFO] [stdout] ... | [INFO] [stdout] 214 | | } [INFO] [stdout] 215 | | } [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] 216 | } else { [INFO] [stdout] 217 | / quote! { [INFO] [stdout] 218 | | fn #name<'input #(, #ty_params)*>(__input: &'input Input, __state: &mut ParseState<'input>, __err_state: &mut ::pegtastic::er... [INFO] [stdout] 219 | | #![allow(non_snake_case, unused)] [INFO] [stdout] 220 | | #wrapped_body [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] --> translate.rs:401:17 [INFO] [stdout] | [INFO] [stdout] 401 | let rule_args_call: Vec = rule_args.iter().map(|arg| { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 412 | quote!{ #func(__input, __state, __err_state, __pos #extra_args_call #(, #rule_args_call)*) } [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] 413 | } else { [INFO] [stdout] 414 | / quote!{ [INFO] [stdout] 415 | | match #func(__input, __state, __err_state, __pos #extra_args_call #(, #rule_args_call)*){ [INFO] [stdout] 416 | | ::pegtastic::RuleResult::Matched(pos, _) => ::pegtastic::RuleResult::Matched(pos, ()), [INFO] [stdout] 417 | | ::pegtastic::RuleResult::Failed => ::pegtastic::RuleResult::Failed, [INFO] [stdout] 418 | | } [INFO] [stdout] 419 | | } [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] 695 | level_code.push(quote!{ [INFO] [stdout] | _____________________________________- [INFO] [stdout] | |_____________________________________| [INFO] [stdout] 696 | | if #prec >= __min_prec { [INFO] [stdout] 697 | | #( [INFO] [stdout] 698 | | if let ::pegtastic::RuleResult::Matched(__pos, ()) = #post_rules { [INFO] [stdout] ... | [INFO] [stdout] 702 | | } [INFO] [stdout] 703 | | }); [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] 717 | / quote!{{ [INFO] [stdout] 718 | | fn __infix_parse( [INFO] [stdout] 719 | | state: &mut S, [INFO] [stdout] 720 | | err_state: &mut ::pegtastic::error::ErrorState, [INFO] [stdout] ... | [INFO] [stdout] 778 | | ) [INFO] [stdout] 779 | | }} [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] = 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 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `pegtastic-macros` (lib) due to 3 previous errors [INFO] [stdout] error: this value of type `proc_macro2::TokenStream` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> translate.rs:191:13 [INFO] [stdout] | [INFO] [stdout] 155 | let ret_ty = rule.ret_type.clone().unwrap_or_else(|| quote!(())); [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 159 | let mut context = context.clone(); [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 162 | let body = compile_expr(&context, &rule.expr, result_used); [INFO] [stdout] | ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 163 | [INFO] [stdout] 164 | let wrapped_body = if cfg!(feature = "trace") { [INFO] [stdout] | ------------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 186 | let rule_params = rule_params_list(rule); [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 191 | let cache_trace = if cfg!(feature = "trace") { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 204 | / quote! { [INFO] [stdout] 205 | | fn #name<'input #(, #ty_params)*>(__input: &'input Input, __state: &mut ParseState<'input>, __err_state: &mut ::pegtastic::er... [INFO] [stdout] 206 | | #![allow(non_snake_case, unused)] [INFO] [stdout] 207 | | if let Some(entry) = __state.#cache_field.get(&__pos) { [INFO] [stdout] ... | [INFO] [stdout] 214 | | } [INFO] [stdout] 215 | | } [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] 216 | } else { [INFO] [stdout] 217 | / quote! { [INFO] [stdout] 218 | | fn #name<'input #(, #ty_params)*>(__input: &'input Input, __state: &mut ParseState<'input>, __err_state: &mut ::pegtastic::er... [INFO] [stdout] 219 | | #![allow(non_snake_case, unused)] [INFO] [stdout] 220 | | #wrapped_body [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] --> translate.rs:401:17 [INFO] [stdout] | [INFO] [stdout] 401 | let rule_args_call: Vec = rule_args.iter().map(|arg| { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 412 | quote!{ #func(__input, __state, __err_state, __pos #extra_args_call #(, #rule_args_call)*) } [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] 413 | } else { [INFO] [stdout] 414 | / quote!{ [INFO] [stdout] 415 | | match #func(__input, __state, __err_state, __pos #extra_args_call #(, #rule_args_call)*){ [INFO] [stdout] 416 | | ::pegtastic::RuleResult::Matched(pos, _) => ::pegtastic::RuleResult::Matched(pos, ()), [INFO] [stdout] 417 | | ::pegtastic::RuleResult::Failed => ::pegtastic::RuleResult::Failed, [INFO] [stdout] 418 | | } [INFO] [stdout] 419 | | } [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] 695 | level_code.push(quote!{ [INFO] [stdout] | _____________________________________- [INFO] [stdout] | |_____________________________________| [INFO] [stdout] 696 | | if #prec >= __min_prec { [INFO] [stdout] 697 | | #( [INFO] [stdout] 698 | | if let ::pegtastic::RuleResult::Matched(__pos, ()) = #post_rules { [INFO] [stdout] ... | [INFO] [stdout] 702 | | } [INFO] [stdout] 703 | | }); [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] 717 | / quote!{{ [INFO] [stdout] 718 | | fn __infix_parse( [INFO] [stdout] 719 | | state: &mut S, [INFO] [stdout] 720 | | err_state: &mut ::pegtastic::error::ErrorState, [INFO] [stdout] ... | [INFO] [stdout] 778 | | ) [INFO] [stdout] 779 | | }} [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] = 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 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `pegtastic-macros` (lib) due to 3 previous errors [INFO] running `Command { std: "docker" "inspect" "867a83aa972151d725077dcc04c769aa3759d7bb4e4fdb8b04e4b912c9ec3bb1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "867a83aa972151d725077dcc04c769aa3759d7bb4e4fdb8b04e4b912c9ec3bb1", kill_on_drop: false }` [INFO] [stdout] 867a83aa972151d725077dcc04c769aa3759d7bb4e4fdb8b04e4b912c9ec3bb1