[INFO] fetching crate gobble 0.6.3... [INFO] checking gobble-0.6.3 against try#7014e13d5becc920d4bea3cd87942c8a13d359bf+rustflags=-Dtail_expr_drop_order for pr-129864 [INFO] extracting crate gobble 0.6.3 into /workspace/builds/worker-6-tc2/source [INFO] validating manifest of crates.io crate gobble 0.6.3 on toolchain 7014e13d5becc920d4bea3cd87942c8a13d359bf [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7014e13d5becc920d4bea3cd87942c8a13d359bf" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate gobble 0.6.3 [INFO] finished tweaking crates.io crate gobble 0.6.3 [INFO] tweaked toml for crates.io crate gobble 0.6.3 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] crate crates.io crate gobble 0.6.3 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" "+7014e13d5becc920d4bea3cd87942c8a13d359bf" "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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+7014e13d5becc920d4bea3cd87942c8a13d359bf" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 71d30717aa8c31d5faa423a4559186ab440ee768a605b0d17efb8a612f9e58d6 [INFO] running `Command { std: "docker" "start" "-a" "71d30717aa8c31d5faa423a4559186ab440ee768a605b0d17efb8a612f9e58d6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "71d30717aa8c31d5faa423a4559186ab440ee768a605b0d17efb8a612f9e58d6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "71d30717aa8c31d5faa423a4559186ab440ee768a605b0d17efb8a612f9e58d6", kill_on_drop: false }` [INFO] [stdout] 71d30717aa8c31d5faa423a4559186ab440ee768a605b0d17efb8a612f9e58d6 [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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+7014e13d5becc920d4bea3cd87942c8a13d359bf" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6067b0bbd4f949dcd39504f54c1edf0832917da8b3e54754a26ece52c3d0aa64 [INFO] running `Command { std: "docker" "start" "-a" "6067b0bbd4f949dcd39504f54c1edf0832917da8b3e54754a26ece52c3d0aa64", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.19 [INFO] [stderr] Compiling syn v1.0.38 [INFO] [stderr] Compiling anyhow v1.0.32 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling thiserror-impl v1.0.20 [INFO] [stderr] Checking thiserror v1.0.20 [INFO] [stderr] Checking gobble v0.6.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:159:52 [INFO] [stdout] | [INFO] [stdout] 159 | ($s:expr,$($x:expr),* $(,)?) => { $s$(.or($x))*;}; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/common.rs:35:15 [INFO] [stdout] | [INFO] [stdout] 35 | last('\\',or!('t'.asv('\t'), 'r'.asv('\r'), 'n'.asv('\n'), Any.one())) [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = note: this warning originates in the macro `or` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `macros::*` [INFO] [stdout] --> src/lib.rs:271:9 [INFO] [stdout] | [INFO] [stdout] 271 | pub use macros::*; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:159:52 [INFO] [stdout] | [INFO] [stdout] 159 | ($s:expr,$($x:expr),* $(,)?) => { $s$(.or($x))*;}; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 212 | / enum_parser! { (OPER,oper,Oper) => [INFO] [stdout] 213 | | ((ADD->Oper::Add) '+'), [INFO] [stdout] 214 | | ((SUB->Oper::Sub) '-'), [INFO] [stdout] 215 | | ((DIV->Oper::Div) '/'), [INFO] [stdout] 216 | | ((MUL->Oper::Mul) '*'), [INFO] [stdout] 217 | | (VAR , Alpha.plus().map(|s|Oper::Var(s))), [INFO] [stdout] 218 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = note: this warning originates in the macro `or` which comes from the expansion of the macro `enum_parser` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:159:52 [INFO] [stdout] | [INFO] [stdout] 159 | ($s:expr,$($x:expr),* $(,)?) => { $s$(.or($x))*;}; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 225 | let v2 = star(or!(oper::ADD, oper::SUB)).parse_s("-+-hello").unwrap(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `or` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:159:52 [INFO] [stdout] | [INFO] [stdout] 159 | ($s:expr,$($x:expr),* $(,)?) => { $s$(.or($x))*;}; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/common.rs:35:15 [INFO] [stdout] | [INFO] [stdout] 35 | last('\\',or!('t'.asv('\t'), 'r'.asv('\r'), 'n'.asv('\n'), Any.one())) [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `or` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:266:9 [INFO] [stdout] | [INFO] [stdout] 266 | pub use chars::*; [INFO] [stdout] | ^^^^^^^^ the name `test` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 274 | pub use repeater::*; [INFO] [stdout] | ----------- but the name `test` in the type namespace is also re-exported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ambiguous_glob_reexports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `macros::*` [INFO] [stdout] --> src/lib.rs:271:9 [INFO] [stdout] | [INFO] [stdout] 271 | pub use macros::*; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Result<(iter::LCChars<'_>, &str, Option>), err::PErr<'_>>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/macros.rs:38:23 [INFO] [stdout] | [INFO] [stdout] 37 | let name_e = it.err_p(self); [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | match (&$x).parse(it){ [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 175 | parser!(DOG, "dog"); [INFO] [stdout] | ------------------- in this macro invocation [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] = note: this error originates in the macro `parser` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Result<(iter::LCChars<'_>, &str, Option>), err::PErr<'_>>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/macros.rs:38:23 [INFO] [stdout] | [INFO] [stdout] 37 | let name_e = it.err_p(self); [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | match (&$x).parse(it){ [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 176 | parser!(CAR, "car"); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `parser` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Result<(iter::LCChars<'_>, &str, Option>), err::PErr<'_>>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/macros.rs:38:23 [INFO] [stdout] | [INFO] [stdout] 37 | let name_e = it.err_p(self); [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | match (&$x).parse(it){ [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 177 | parser!(CAT, "cat"); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `parser` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Result<(iter::LCChars<'_>, Vec<&str>, Option>), err::PErr<'_>>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/macros.rs:38:23 [INFO] [stdout] | [INFO] [stdout] 37 | let name_e = it.err_p(self); [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | match (&$x).parse(it){ [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 179 | parser!((GROW->Vec<&'static str>) star(or(CAT, DOG))); [INFO] [stdout] | ----------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `parser` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Result<(iter::LCChars<'_>, char, Option>), err::PErr<'_>>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/macros.rs:38:23 [INFO] [stdout] | [INFO] [stdout] 37 | let name_e = it.err_p(self); [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | match (&$x).parse(it){ [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / parser! { "Escapes a '\' and converts '\\n' '\\t' '\\r'" [INFO] [stdout] 34 | | (Esc->char) [INFO] [stdout] 35 | | last('\\',or!('t'.asv('\t'), 'r'.asv('\r'), 'n'.asv('\n'), Any.one())) [INFO] [stdout] | | ---------------------------------------------------------------------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 36 | | } [INFO] [stdout] | |_- in this macro invocation [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] = note: this error originates in the macro `parser` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Result<(iter::LCChars<'_>, macros::test::Oper, Option>), err::PErr<'_>>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/macros.rs:38:23 [INFO] [stdout] | [INFO] [stdout] 37 | let name_e = it.err_p(self); [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | match (&$x).parse(it){ [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 212 | / enum_parser! { (OPER,oper,Oper) => [INFO] [stdout] 213 | | ((ADD->Oper::Add) '+'), [INFO] [stdout] 214 | | ((SUB->Oper::Sub) '-'), [INFO] [stdout] 215 | | ((DIV->Oper::Div) '/'), [INFO] [stdout] 216 | | ((MUL->Oper::Mul) '*'), [INFO] [stdout] 217 | | (VAR , Alpha.plus().map(|s|Oper::Var(s))), [INFO] [stdout] 218 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `parser` which comes from the expansion of the macro `enum_parser` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Result<(iter::LCChars<'_>, macros::test::Oper, Option>), err::PErr<'_>>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/macros.rs:38:23 [INFO] [stdout] | [INFO] [stdout] 37 | let name_e = it.err_p(self); [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | match (&$x).parse(it){ [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 212 | / enum_parser! { (OPER,oper,Oper) => [INFO] [stdout] 213 | | ((ADD->Oper::Add) '+'), [INFO] [stdout] 214 | | ((SUB->Oper::Sub) '-'), [INFO] [stdout] 215 | | ((DIV->Oper::Div) '/'), [INFO] [stdout] 216 | | ((MUL->Oper::Mul) '*'), [INFO] [stdout] 217 | | (VAR , Alpha.plus().map(|s|Oper::Var(s))), [INFO] [stdout] 218 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `parser` which comes from the expansion of the macro `enum_parser` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Result<(iter::LCChars<'_>, macros::test::Oper, Option>), err::PErr<'_>>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/macros.rs:38:23 [INFO] [stdout] | [INFO] [stdout] 37 | let name_e = it.err_p(self); [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | match (&$x).parse(it){ [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 212 | / enum_parser! { (OPER,oper,Oper) => [INFO] [stdout] 213 | | ((ADD->Oper::Add) '+'), [INFO] [stdout] 214 | | ((SUB->Oper::Sub) '-'), [INFO] [stdout] 215 | | ((DIV->Oper::Div) '/'), [INFO] [stdout] 216 | | ((MUL->Oper::Mul) '*'), [INFO] [stdout] 217 | | (VAR , Alpha.plus().map(|s|Oper::Var(s))), [INFO] [stdout] 218 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `parser` which comes from the expansion of the macro `enum_parser` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Result<(iter::LCChars<'_>, String, Option>), err::PErr<'_>>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/macros.rs:38:23 [INFO] [stdout] | [INFO] [stdout] 37 | let name_e = it.err_p(self); [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | match (&$x).parse(it){ [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/common.rs:44:1 [INFO] [stdout] | [INFO] [stdout] 44 | / parser! { "A string surrounded in Quotes" [INFO] [stdout] 45 | | (Quoted->String), [INFO] [stdout] 46 | | '"'.ig_then(chars_until(or(Esc, Any.one()), '"').map(|(a, _)| a)), [INFO] [stdout] | | ----------------------------------------------------------------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 47 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `parser` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Result<(iter::LCChars<'_>, macros::test::Oper, Option>), err::PErr<'_>>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/macros.rs:38:23 [INFO] [stdout] | [INFO] [stdout] 37 | let name_e = it.err_p(self); [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | match (&$x).parse(it){ [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 212 | / enum_parser! { (OPER,oper,Oper) => [INFO] [stdout] 213 | | ((ADD->Oper::Add) '+'), [INFO] [stdout] 214 | | ((SUB->Oper::Sub) '-'), [INFO] [stdout] 215 | | ((DIV->Oper::Div) '/'), [INFO] [stdout] 216 | | ((MUL->Oper::Mul) '*'), [INFO] [stdout] 217 | | (VAR , Alpha.plus().map(|s|Oper::Var(s))), [INFO] [stdout] 218 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `parser` which comes from the expansion of the macro `enum_parser` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Result<(iter::LCChars<'_>, macros::test::Oper, Option>), err::PErr<'_>>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/macros.rs:38:23 [INFO] [stdout] | [INFO] [stdout] 37 | let name_e = it.err_p(self); [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | match (&$x).parse(it){ [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 212 | / enum_parser! { (OPER,oper,Oper) => [INFO] [stdout] 213 | | ((ADD->Oper::Add) '+'), [INFO] [stdout] 214 | | ((SUB->Oper::Sub) '-'), [INFO] [stdout] 215 | | ((DIV->Oper::Div) '/'), [INFO] [stdout] 216 | | ((MUL->Oper::Mul) '*'), [INFO] [stdout] 217 | | (VAR , Alpha.plus().map(|s|Oper::Var(s))), [INFO] [stdout] 218 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `parser` which comes from the expansion of the macro `enum_parser` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Result<(iter::LCChars<'_>, macros::test::Oper, Option>), err::PErr<'_>>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/macros.rs:38:23 [INFO] [stdout] | [INFO] [stdout] 37 | let name_e = it.err_p(self); [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | match (&$x).parse(it){ [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 212 | / enum_parser! { (OPER,oper,Oper) => [INFO] [stdout] 213 | | ((ADD->Oper::Add) '+'), [INFO] [stdout] 214 | | ((SUB->Oper::Sub) '-'), [INFO] [stdout] 215 | | ((DIV->Oper::Div) '/'), [INFO] [stdout] 216 | | ((MUL->Oper::Mul) '*'), [INFO] [stdout] 217 | | (VAR , Alpha.plus().map(|s|Oper::Var(s))), [INFO] [stdout] 218 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `parser` which comes from the expansion of the macro `enum_parser` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Result<(iter::LCChars<'_>, String, Option>), err::PErr<'_>>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/macros.rs:38:23 [INFO] [stdout] | [INFO] [stdout] 37 | let name_e = it.err_p(self); [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | match (&$x).parse(it){ [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/common.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | / parser! { "A letter followed by numbers and letters or '_'" [INFO] [stdout] 50 | | (Ident->String) [INFO] [stdout] 51 | | string((Alpha.iplus(), (Alpha, NumDigit, '_').istar())) [INFO] [stdout] 52 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `parser` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Result<(iter::LCChars<'_>, usize, Option>), err::PErr<'_>>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/macros.rs:38:23 [INFO] [stdout] | [INFO] [stdout] 37 | let name_e = it.err_p(self); [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | match (&$x).parse(it){ [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/common.rs:59:1 [INFO] [stdout] | [INFO] [stdout] 59 | / parser! { "a usize" [INFO] [stdout] 60 | | (UInt->usize) [INFO] [stdout] 61 | | common_uint [INFO] [stdout] 62 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `parser` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Result<(iter::LCChars<'_>, isize, Option>), err::PErr<'_>>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/macros.rs:38:23 [INFO] [stdout] | [INFO] [stdout] 37 | let name_e = it.err_p(self); [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | match (&$x).parse(it){ [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/common.rs:91:1 [INFO] [stdout] | [INFO] [stdout] 91 | / parser! { "Returns a parsed isize" [INFO] [stdout] 92 | | (Int->isize) [INFO] [stdout] 93 | | (maybe('-'),UInt).try_map(|(m,n)|{ [INFO] [stdout] 94 | | let n = isize::try_from(n).map_err(|_|Expected::Str("Int too big"))?; [INFO] [stdout] ... | [INFO] [stdout] 99 | | }) [INFO] [stdout] 100 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `parser` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Result<(iter::LCChars<'_>, bool, Option>), err::PErr<'_>>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/macros.rs:38:23 [INFO] [stdout] | [INFO] [stdout] 37 | let name_e = it.err_p(self); [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | match (&$x).parse(it){ [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/common.rs:102:1 [INFO] [stdout] | [INFO] [stdout] 102 | / parser! { "the words 'true' or 'false'" [INFO] [stdout] 103 | | (Bool->bool) [INFO] [stdout] 104 | | or(keyword("true").map(|_|true),keyword("false").map(|_|false)) [INFO] [stdout] | | --------------------------------------------------------------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 105 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `parser` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Result<(iter::LCChars<'_>, isize, Option>), err::PErr<'_>>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/macros.rs:38:23 [INFO] [stdout] | [INFO] [stdout] 37 | let name_e = it.err_p(self); [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | match (&$x).parse(it){ [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/common.rs:127:1 [INFO] [stdout] | [INFO] [stdout] 127 | / parser! {"'e' followed by a uint, allowed on floats" [INFO] [stdout] 128 | | (Exponent->isize) [INFO] [stdout] 129 | | last('e',Int) [INFO] [stdout] | | ------------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 130 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `parser` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Result<(iter::LCChars<'_>, f64, Option>), err::PErr<'_>>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/macros.rs:38:23 [INFO] [stdout] | [INFO] [stdout] 37 | let name_e = it.err_p(self); [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | match (&$x).parse(it){ [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/common.rs:132:1 [INFO] [stdout] | [INFO] [stdout] 132 | / parser! { "floating point numbers eg '134.4e6'" [INFO] [stdout] 133 | | (Float->f64) [INFO] [stdout] 134 | | (Int,dot_part,maybe(Exponent)).map(|(n,d,e)|{ [INFO] [stdout] 135 | | let mut res =n as f64; [INFO] [stdout] ... | [INFO] [stdout] 153 | | [INFO] [stdout] 154 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `parser` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Result<(iter::LCChars<'_>, char, Option>), err::PErr<'_>>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/macros.rs:38:23 [INFO] [stdout] | [INFO] [stdout] 37 | let name_e = it.err_p(self); [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | match (&$x).parse(it){ [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / parser! { "Escapes a '\' and converts '\\n' '\\t' '\\r'" [INFO] [stdout] 34 | | (Esc->char) [INFO] [stdout] 35 | | last('\\',or!('t'.asv('\t'), 'r'.asv('\r'), 'n'.asv('\n'), Any.one())) [INFO] [stdout] | | ---------------------------------------------------------------------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 36 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `parser` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Result<(iter::LCChars<'_>, String, Option>), err::PErr<'_>>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/macros.rs:38:23 [INFO] [stdout] | [INFO] [stdout] 37 | let name_e = it.err_p(self); [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | match (&$x).parse(it){ [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/common.rs:44:1 [INFO] [stdout] | [INFO] [stdout] 44 | / parser! { "A string surrounded in Quotes" [INFO] [stdout] 45 | | (Quoted->String), [INFO] [stdout] 46 | | '"'.ig_then(chars_until(or(Esc, Any.one()), '"').map(|(a, _)| a)), [INFO] [stdout] | | ----------------------------------------------------------------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 47 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `parser` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Result<(iter::LCChars<'_>, String, Option>), err::PErr<'_>>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/macros.rs:38:23 [INFO] [stdout] | [INFO] [stdout] 37 | let name_e = it.err_p(self); [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | match (&$x).parse(it){ [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/common.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | / parser! { "A letter followed by numbers and letters or '_'" [INFO] [stdout] 50 | | (Ident->String) [INFO] [stdout] 51 | | string((Alpha.iplus(), (Alpha, NumDigit, '_').istar())) [INFO] [stdout] 52 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `parser` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Result<(iter::LCChars<'_>, usize, Option>), err::PErr<'_>>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/macros.rs:38:23 [INFO] [stdout] | [INFO] [stdout] 37 | let name_e = it.err_p(self); [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | match (&$x).parse(it){ [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/common.rs:59:1 [INFO] [stdout] | [INFO] [stdout] 59 | / parser! { "a usize" [INFO] [stdout] 60 | | (UInt->usize) [INFO] [stdout] 61 | | common_uint [INFO] [stdout] 62 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `parser` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Result<(iter::LCChars<'_>, isize, Option>), err::PErr<'_>>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/macros.rs:38:23 [INFO] [stdout] | [INFO] [stdout] 37 | let name_e = it.err_p(self); [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | match (&$x).parse(it){ [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/common.rs:91:1 [INFO] [stdout] | [INFO] [stdout] 91 | / parser! { "Returns a parsed isize" [INFO] [stdout] 92 | | (Int->isize) [INFO] [stdout] 93 | | (maybe('-'),UInt).try_map(|(m,n)|{ [INFO] [stdout] 94 | | let n = isize::try_from(n).map_err(|_|Expected::Str("Int too big"))?; [INFO] [stdout] ... | [INFO] [stdout] 99 | | }) [INFO] [stdout] 100 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `parser` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Result<(iter::LCChars<'_>, bool, Option>), err::PErr<'_>>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/macros.rs:38:23 [INFO] [stdout] | [INFO] [stdout] 37 | let name_e = it.err_p(self); [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | match (&$x).parse(it){ [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/common.rs:102:1 [INFO] [stdout] | [INFO] [stdout] 102 | / parser! { "the words 'true' or 'false'" [INFO] [stdout] 103 | | (Bool->bool) [INFO] [stdout] 104 | | or(keyword("true").map(|_|true),keyword("false").map(|_|false)) [INFO] [stdout] | | --------------------------------------------------------------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 105 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `parser` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Result<(iter::LCChars<'_>, isize, Option>), err::PErr<'_>>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/macros.rs:38:23 [INFO] [stdout] | [INFO] [stdout] 37 | let name_e = it.err_p(self); [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | match (&$x).parse(it){ [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/common.rs:127:1 [INFO] [stdout] | [INFO] [stdout] 127 | / parser! {"'e' followed by a uint, allowed on floats" [INFO] [stdout] 128 | | (Exponent->isize) [INFO] [stdout] 129 | | last('e',Int) [INFO] [stdout] | | ------------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 130 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `parser` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Result<(iter::LCChars<'_>, f64, Option>), err::PErr<'_>>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/macros.rs:38:23 [INFO] [stdout] | [INFO] [stdout] 37 | let name_e = it.err_p(self); [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | match (&$x).parse(it){ [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/common.rs:132:1 [INFO] [stdout] | [INFO] [stdout] 132 | / parser! { "floating point numbers eg '134.4e6'" [INFO] [stdout] 133 | | (Float->f64) [INFO] [stdout] 134 | | (Int,dot_part,maybe(Exponent)).map(|(n,d,e)|{ [INFO] [stdout] 135 | | let mut res =n as f64; [INFO] [stdout] ... | [INFO] [stdout] 153 | | [INFO] [stdout] 154 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `parser` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Result` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/ptrait.rs:242:15 [INFO] [stdout] | [INFO] [stdout] 241 | let (ri, v, ct) = self.a.parse(i)?; [INFO] [stdout] | -- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 242 | match (self.f)(v) { [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: this value of type `Result<(iter::LCChars<'_>, (), Option>), err::PErr<'_>>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/macros.rs:38:23 [INFO] [stdout] | [INFO] [stdout] 37 | let name_e = it.err_p(self); [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | match (&$x).parse(it){ [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/reader.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / parser! {(EOI->()) [INFO] [stdout] 152 | | eoi [INFO] [stdout] 153 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `parser` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Result` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/ptrait.rs:242:15 [INFO] [stdout] | [INFO] [stdout] 241 | let (ri, v, ct) = self.a.parse(i)?; [INFO] [stdout] | -- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 242 | match (self.f)(v) { [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: this value of type `Result<(iter::LCChars<'_>, (), Option>), err::PErr<'_>>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/macros.rs:38:23 [INFO] [stdout] | [INFO] [stdout] 37 | let name_e = it.err_p(self); [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | match (&$x).parse(it){ [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/reader.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / parser! {(EOI->()) [INFO] [stdout] 152 | | eoi [INFO] [stdout] 153 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `parser` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 10 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `gobble` (lib) due to 11 previous errors; 3 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 20 previous errors; 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `gobble` (lib test) due to 21 previous errors; 8 warnings emitted [INFO] running `Command { std: "docker" "inspect" "6067b0bbd4f949dcd39504f54c1edf0832917da8b3e54754a26ece52c3d0aa64", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6067b0bbd4f949dcd39504f54c1edf0832917da8b3e54754a26ece52c3d0aa64", kill_on_drop: false }` [INFO] [stdout] 6067b0bbd4f949dcd39504f54c1edf0832917da8b3e54754a26ece52c3d0aa64