[INFO] fetching crate proc-macro-utils 0.10.0... [INFO] checking proc-macro-utils-0.10.0 against try#4d98531622e1718ae0bc3c7a1ab9cd8938428452+rustflags=-Dtail_expr_drop_order for pr-129604 [INFO] extracting crate proc-macro-utils 0.10.0 into /workspace/builds/worker-0-tc2/source [INFO] validating manifest of crates.io crate proc-macro-utils 0.10.0 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 proc-macro-utils 0.10.0 [INFO] finished tweaking crates.io crate proc-macro-utils 0.10.0 [INFO] tweaked toml for crates.io crate proc-macro-utils 0.10.0 written to /workspace/builds/worker-0-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 5 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-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] c432bd2c8a74b436795ca3ecc4eea8c164a687bae5d79e95be08abb16a75419b [INFO] running `Command { std: "docker" "start" "-a" "c432bd2c8a74b436795ca3ecc4eea8c164a687bae5d79e95be08abb16a75419b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c432bd2c8a74b436795ca3ecc4eea8c164a687bae5d79e95be08abb16a75419b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c432bd2c8a74b436795ca3ecc4eea8c164a687bae5d79e95be08abb16a75419b", kill_on_drop: false }` [INFO] [stdout] c432bd2c8a74b436795ca3ecc4eea8c164a687bae5d79e95be08abb16a75419b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] d4a7884316b19258847599a4f988705e508004b2e0c777b14a57cb434cbc45a1 [INFO] running `Command { std: "docker" "start" "-a" "d4a7884316b19258847599a4f988705e508004b2e0c777b14a57cb434cbc45a1", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Checking quote v1.0.37 [INFO] [stderr] Checking proc-macro-utils v0.10.0 (/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/parser.rs:141:19 [INFO] [stdout] | [INFO] [stdout] 134 | pub fn new_generic(value: T) -> TokenParser [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 141 | iter: value.into_iter(), [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/parser.rs:162:9 [INFO] [stdout] | [INFO] [stdout] 161 | fn from(value: TokenParser) -> Self { [INFO] [stdout] | --------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 162 | value.peek.into_iter().chain(value.iter).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/parser.rs:436:36 [INFO] [stdout] | [INFO] [stdout] 436 | test(self.peek()?).then(|| self.next().expect("was peeked")) [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/parser.rs:457:22 [INFO] [stdout] | [INFO] [stdout] 457 | .then(|| self.peek.drain(0..len).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/parser.rs:817:26 [INFO] [stdout] | [INFO] [stdout] 817 | .map(|token| token.into_ident().expect("is ident")) [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [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/parser.rs:953:14 [INFO] [stdout] | [INFO] [stdout] 899 | let mut tokens = TokenStream::new(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 900 | let mut last = None; [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 953 | Some(tokens.into_iter().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/parser.rs:321:44 [INFO] [stdout] | [INFO] [stdout] 321 | self.$peek().is_some().then(|| self.next().expect("token should be present").$as().expect(concat!("should be ", stringify!($t... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 979 | / token_tree!( [INFO] [stdout] 980 | | "a", is_group, group, into_group, peek_group, peek_n_group, next_group, Group; [INFO] [stdout] 981 | | "an", is_ident, ident, into_ident, peek_ident, peek_n_ident, next_ident, Ident; [INFO] [stdout] 982 | | "a", is_punct, punct, into_punct, peek_punct, peek_n_punct, next_punct, Punct; [INFO] [stdout] 983 | | "a", is_literal, literal, into_literal, peek_literal, peek_n_literal, next_literal, Literal; [INFO] [stdout] 984 | | ); [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 `token_tree` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:321:44 [INFO] [stdout] | [INFO] [stdout] 321 | self.$peek().is_some().then(|| self.next().expect("token should be present").$as().expect(concat!("should be ", stringify!($t... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 979 | / token_tree!( [INFO] [stdout] 980 | | "a", is_group, group, into_group, peek_group, peek_n_group, next_group, Group; [INFO] [stdout] 981 | | "an", is_ident, ident, into_ident, peek_ident, peek_n_ident, next_ident, Ident; [INFO] [stdout] 982 | | "a", is_punct, punct, into_punct, peek_punct, peek_n_punct, next_punct, Punct; [INFO] [stdout] 983 | | "a", is_literal, literal, into_literal, peek_literal, peek_n_literal, next_literal, Literal; [INFO] [stdout] 984 | | ); [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 `token_tree` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:230:22 [INFO] [stdout] | [INFO] [stdout] 230 | .then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:230:22 [INFO] [stdout] | [INFO] [stdout] 230 | .then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:230:22 [INFO] [stdout] | [INFO] [stdout] 230 | .then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:230:22 [INFO] [stdout] | [INFO] [stdout] 230 | .then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:230:22 [INFO] [stdout] | [INFO] [stdout] 230 | .then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:230:22 [INFO] [stdout] | [INFO] [stdout] 230 | .then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:230:22 [INFO] [stdout] | [INFO] [stdout] 230 | .then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:230:22 [INFO] [stdout] | [INFO] [stdout] 230 | .then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:230:22 [INFO] [stdout] | [INFO] [stdout] 230 | .then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:230:22 [INFO] [stdout] | [INFO] [stdout] 230 | .then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:230:22 [INFO] [stdout] | [INFO] [stdout] 230 | .then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:230:22 [INFO] [stdout] | [INFO] [stdout] 230 | .then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:230:22 [INFO] [stdout] | [INFO] [stdout] 230 | .then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:224:85 [INFO] [stdout] | [INFO] [stdout] 224 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:224:85 [INFO] [stdout] | [INFO] [stdout] 224 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:224:85 [INFO] [stdout] | [INFO] [stdout] 224 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:224:85 [INFO] [stdout] | [INFO] [stdout] 224 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:224:85 [INFO] [stdout] | [INFO] [stdout] 224 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:224:85 [INFO] [stdout] | [INFO] [stdout] 224 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:224:85 [INFO] [stdout] | [INFO] [stdout] 224 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:224:85 [INFO] [stdout] | [INFO] [stdout] 224 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:224:85 [INFO] [stdout] | [INFO] [stdout] 224 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:224:85 [INFO] [stdout] | [INFO] [stdout] 224 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:230:22 [INFO] [stdout] | [INFO] [stdout] 230 | .then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:224:85 [INFO] [stdout] | [INFO] [stdout] 224 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:224:85 [INFO] [stdout] | [INFO] [stdout] 224 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:230:22 [INFO] [stdout] | [INFO] [stdout] 230 | .then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:230:22 [INFO] [stdout] | [INFO] [stdout] 230 | .then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:224:85 [INFO] [stdout] | [INFO] [stdout] 224 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:224:85 [INFO] [stdout] | [INFO] [stdout] 224 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:230:22 [INFO] [stdout] | [INFO] [stdout] 230 | .then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:230:22 [INFO] [stdout] | [INFO] [stdout] 230 | .then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:224:85 [INFO] [stdout] | [INFO] [stdout] 224 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:224:85 [INFO] [stdout] | [INFO] [stdout] 224 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:230:22 [INFO] [stdout] | [INFO] [stdout] 230 | .then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:224:85 [INFO] [stdout] | [INFO] [stdout] 224 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:224:85 [INFO] [stdout] | [INFO] [stdout] 224 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:224:85 [INFO] [stdout] | [INFO] [stdout] 224 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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:130:29 [INFO] [stdout] | [INFO] [stdout] 129 | fn push(&mut self, token: TokenTree) { [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 130 | self.extend(std::iter::once(token)) [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:136:17 [INFO] [stdout] | [INFO] [stdout] 134 | fn parser(self) -> crate::TokenParser { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 135 | #[allow(clippy::useless_conversion)] [INFO] [stdout] 136 | proc_macro2::TokenStream::from(self).into() [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:145:17 [INFO] [stdout] | [INFO] [stdout] 143 | fn parser_generic{}(self) -> crate::TokenParser { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 144 | #[allow(clippy::useless_conversion)] [INFO] [stdout] 145 | proc_macro2::TokenStream::from(self).into() [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 125 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `proc-macro-utils` (lib) due to 126 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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/parser.rs:141:19 [INFO] [stdout] | [INFO] [stdout] 134 | pub fn new_generic(value: T) -> TokenParser [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 141 | iter: value.into_iter(), [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/parser.rs:162:9 [INFO] [stdout] | [INFO] [stdout] 161 | fn from(value: TokenParser) -> Self { [INFO] [stdout] | --------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 162 | value.peek.into_iter().chain(value.iter).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/parser.rs:436:36 [INFO] [stdout] | [INFO] [stdout] 436 | test(self.peek()?).then(|| self.next().expect("was peeked")) [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/parser.rs:457:22 [INFO] [stdout] | [INFO] [stdout] 457 | .then(|| self.peek.drain(0..len).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/parser.rs:817:26 [INFO] [stdout] | [INFO] [stdout] 817 | .map(|token| token.into_ident().expect("is ident")) [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [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/parser.rs:953:14 [INFO] [stdout] | [INFO] [stdout] 899 | let mut tokens = TokenStream::new(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 900 | let mut last = None; [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 953 | Some(tokens.into_iter().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/parser.rs:321:44 [INFO] [stdout] | [INFO] [stdout] 321 | self.$peek().is_some().then(|| self.next().expect("token should be present").$as().expect(concat!("should be ", stringify!($t... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 979 | / token_tree!( [INFO] [stdout] 980 | | "a", is_group, group, into_group, peek_group, peek_n_group, next_group, Group; [INFO] [stdout] 981 | | "an", is_ident, ident, into_ident, peek_ident, peek_n_ident, next_ident, Ident; [INFO] [stdout] 982 | | "a", is_punct, punct, into_punct, peek_punct, peek_n_punct, next_punct, Punct; [INFO] [stdout] 983 | | "a", is_literal, literal, into_literal, peek_literal, peek_n_literal, next_literal, Literal; [INFO] [stdout] 984 | | ); [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 `token_tree` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:321:44 [INFO] [stdout] | [INFO] [stdout] 321 | self.$peek().is_some().then(|| self.next().expect("token should be present").$as().expect(concat!("should be ", stringify!($t... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 979 | / token_tree!( [INFO] [stdout] 980 | | "a", is_group, group, into_group, peek_group, peek_n_group, next_group, Group; [INFO] [stdout] 981 | | "an", is_ident, ident, into_ident, peek_ident, peek_n_ident, next_ident, Ident; [INFO] [stdout] 982 | | "a", is_punct, punct, into_punct, peek_punct, peek_n_punct, next_punct, Punct; [INFO] [stdout] 983 | | "a", is_literal, literal, into_literal, peek_literal, peek_n_literal, next_literal, Literal; [INFO] [stdout] 984 | | ); [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 `token_tree` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:230:22 [INFO] [stdout] | [INFO] [stdout] 230 | .then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:230:22 [INFO] [stdout] | [INFO] [stdout] 230 | .then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:230:22 [INFO] [stdout] | [INFO] [stdout] 230 | .then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:230:22 [INFO] [stdout] | [INFO] [stdout] 230 | .then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:230:22 [INFO] [stdout] | [INFO] [stdout] 230 | .then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:230:22 [INFO] [stdout] | [INFO] [stdout] 230 | .then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:230:22 [INFO] [stdout] | [INFO] [stdout] 230 | .then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:230:22 [INFO] [stdout] | [INFO] [stdout] 230 | .then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:230:22 [INFO] [stdout] | [INFO] [stdout] 230 | .then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:230:22 [INFO] [stdout] | [INFO] [stdout] 230 | .then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:230:22 [INFO] [stdout] | [INFO] [stdout] 230 | .then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:230:22 [INFO] [stdout] | [INFO] [stdout] 230 | .then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:230:22 [INFO] [stdout] | [INFO] [stdout] 230 | .then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:224:85 [INFO] [stdout] | [INFO] [stdout] 224 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:224:85 [INFO] [stdout] | [INFO] [stdout] 224 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:224:85 [INFO] [stdout] | [INFO] [stdout] 224 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:224:85 [INFO] [stdout] | [INFO] [stdout] 224 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:224:85 [INFO] [stdout] | [INFO] [stdout] 224 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:224:85 [INFO] [stdout] | [INFO] [stdout] 224 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:224:85 [INFO] [stdout] | [INFO] [stdout] 224 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:224:85 [INFO] [stdout] | [INFO] [stdout] 224 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:224:85 [INFO] [stdout] | [INFO] [stdout] 224 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:224:85 [INFO] [stdout] | [INFO] [stdout] 224 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:230:22 [INFO] [stdout] | [INFO] [stdout] 230 | .then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:224:85 [INFO] [stdout] | [INFO] [stdout] 224 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:224:85 [INFO] [stdout] | [INFO] [stdout] 224 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:230:22 [INFO] [stdout] | [INFO] [stdout] 230 | .then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:230:22 [INFO] [stdout] | [INFO] [stdout] 230 | .then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:224:85 [INFO] [stdout] | [INFO] [stdout] 224 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:224:85 [INFO] [stdout] | [INFO] [stdout] 224 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:230:22 [INFO] [stdout] | [INFO] [stdout] 230 | .then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:230:22 [INFO] [stdout] | [INFO] [stdout] 230 | .then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:224:85 [INFO] [stdout] | [INFO] [stdout] 224 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:224:85 [INFO] [stdout] | [INFO] [stdout] 224 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:230:22 [INFO] [stdout] | [INFO] [stdout] 230 | .then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | .then(|| $self.peek_range_alone($offset..$idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:224:85 [INFO] [stdout] | [INFO] [stdout] 224 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:224:85 [INFO] [stdout] | [INFO] [stdout] 224 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:224:85 [INFO] [stdout] | [INFO] [stdout] 224 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.next_n_alone($idx+1).expect("peeked n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `next_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/parser.rs:245:85 [INFO] [stdout] | [INFO] [stdout] 245 | ($($cond)* && matches!($self.peek_n($idx), Some(tt) if tt.$last())).then(|| $self.peek_range_alone($offset..$idx+1).expect("peeke... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1004 | / punct_tt!( [INFO] [stdout] 1005 | | "+", [is_plus !is_equals], peek_tt_plus, peek_n_tt_plus, next_tt_plus; [INFO] [stdout] 1006 | | "-", [is_minus !is_equals], peek_tt_minus, peek_n_tt_minus, next_tt_minus; [INFO] [stdout] 1007 | | "*", [is_asterix !is_equals], peek_tt_star, peek_n_tt_star, next_tt_star; [INFO] [stdout] ... | [INFO] [stdout] 1049 | | "~", [is_tilde], peek_tt_tilde, peek_n_tt_tilde, next_tt_tilde; [INFO] [stdout] 1050 | | ); [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 `peek_punct` which comes from the expansion of the macro `punct_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1113:9 [INFO] [stdout] | [INFO] [stdout] 1113 | assert_tokens!(at.next_type().unwrap(), { Name }); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1115:9 [INFO] [stdout] | [INFO] [stdout] 1115 | / assert_tokens!( [INFO] [stdout] 1116 | | at.next_type().unwrap(), [INFO] [stdout] 1117 | | { < Some , Generic , Type > } [INFO] [stdout] 1118 | | ); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1115:9 [INFO] [stdout] | [INFO] [stdout] 1115 | / assert_tokens!( [INFO] [stdout] 1116 | | at.next_type().unwrap(), [INFO] [stdout] 1117 | | { < Some , Generic , Type > } [INFO] [stdout] 1118 | | ); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1115:9 [INFO] [stdout] | [INFO] [stdout] 1115 | / assert_tokens!( [INFO] [stdout] 1116 | | at.next_type().unwrap(), [INFO] [stdout] 1117 | | { < Some , Generic , Type > } [INFO] [stdout] 1118 | | ); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1115:9 [INFO] [stdout] | [INFO] [stdout] 1115 | / assert_tokens!( [INFO] [stdout] 1116 | | at.next_type().unwrap(), [INFO] [stdout] 1117 | | { < Some , Generic , Type > } [INFO] [stdout] 1118 | | ); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1115:9 [INFO] [stdout] | [INFO] [stdout] 1115 | / assert_tokens!( [INFO] [stdout] 1116 | | at.next_type().unwrap(), [INFO] [stdout] 1117 | | { < Some , Generic , Type > } [INFO] [stdout] 1118 | | ); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1115:9 [INFO] [stdout] | [INFO] [stdout] 1115 | / assert_tokens!( [INFO] [stdout] 1116 | | at.next_type().unwrap(), [INFO] [stdout] 1117 | | { < Some , Generic , Type > } [INFO] [stdout] 1118 | | ); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1115:9 [INFO] [stdout] | [INFO] [stdout] 1115 | / assert_tokens!( [INFO] [stdout] 1116 | | at.next_type().unwrap(), [INFO] [stdout] 1117 | | { < Some , Generic , Type > } [INFO] [stdout] 1118 | | ); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1126:9 [INFO] [stdout] | [INFO] [stdout] 1126 | assert_tokens!(at.next_expression().unwrap(), { a + b }); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1126:9 [INFO] [stdout] | [INFO] [stdout] 1126 | assert_tokens!(at.next_expression().unwrap(), { a + b }); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1126:9 [INFO] [stdout] | [INFO] [stdout] 1126 | assert_tokens!(at.next_expression().unwrap(), { a + b }); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1128:9 [INFO] [stdout] | [INFO] [stdout] 1128 | / assert_tokens!( [INFO] [stdout] 1129 | | at.next_expression().unwrap(), { ::something + * a < b } [INFO] [stdout] 1130 | | ); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1128:9 [INFO] [stdout] | [INFO] [stdout] 1128 | / assert_tokens!( [INFO] [stdout] 1129 | | at.next_expression().unwrap(), { ::something + * a < b } [INFO] [stdout] 1130 | | ); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1128:9 [INFO] [stdout] | [INFO] [stdout] 1128 | / assert_tokens!( [INFO] [stdout] 1129 | | at.next_expression().unwrap(), { ::something + * a < b } [INFO] [stdout] 1130 | | ); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1128:9 [INFO] [stdout] | [INFO] [stdout] 1128 | / assert_tokens!( [INFO] [stdout] 1129 | | at.next_expression().unwrap(), { ::something + * a < b } [INFO] [stdout] 1130 | | ); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1128:9 [INFO] [stdout] | [INFO] [stdout] 1128 | / assert_tokens!( [INFO] [stdout] 1129 | | at.next_expression().unwrap(), { ::something + * a < b } [INFO] [stdout] 1130 | | ); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1128:9 [INFO] [stdout] | [INFO] [stdout] 1128 | / assert_tokens!( [INFO] [stdout] 1129 | | at.next_expression().unwrap(), { ::something + * a < b } [INFO] [stdout] 1130 | | ); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1128:9 [INFO] [stdout] | [INFO] [stdout] 1128 | / assert_tokens!( [INFO] [stdout] 1129 | | at.next_expression().unwrap(), { ::something + * a < b } [INFO] [stdout] 1130 | | ); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1128:9 [INFO] [stdout] | [INFO] [stdout] 1128 | / assert_tokens!( [INFO] [stdout] 1129 | | at.next_expression().unwrap(), { ::something + * a < b } [INFO] [stdout] 1130 | | ); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1128:9 [INFO] [stdout] | [INFO] [stdout] 1128 | / assert_tokens!( [INFO] [stdout] 1129 | | at.next_expression().unwrap(), { ::something + * a < b } [INFO] [stdout] 1130 | | ); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1128:9 [INFO] [stdout] | [INFO] [stdout] 1128 | / assert_tokens!( [INFO] [stdout] 1129 | | at.next_expression().unwrap(), { ::something + * a < b } [INFO] [stdout] 1130 | | ); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1128:9 [INFO] [stdout] | [INFO] [stdout] 1128 | / assert_tokens!( [INFO] [stdout] 1129 | | at.next_expression().unwrap(), { ::something + * a < b } [INFO] [stdout] 1130 | | ); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1128:9 [INFO] [stdout] | [INFO] [stdout] 1128 | / assert_tokens!( [INFO] [stdout] 1129 | | at.next_expression().unwrap(), { ::something + * a < b } [INFO] [stdout] 1130 | | ); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1128:9 [INFO] [stdout] | [INFO] [stdout] 1128 | / assert_tokens!( [INFO] [stdout] 1129 | | at.next_expression().unwrap(), { ::something + * a < b } [INFO] [stdout] 1130 | | ); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1128:9 [INFO] [stdout] | [INFO] [stdout] 1128 | / assert_tokens!( [INFO] [stdout] 1129 | | at.next_expression().unwrap(), { ::something + * a < b } [INFO] [stdout] 1130 | | ); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1128:9 [INFO] [stdout] | [INFO] [stdout] 1128 | / assert_tokens!( [INFO] [stdout] 1129 | | at.next_expression().unwrap(), { ::something + * a < b } [INFO] [stdout] 1130 | | ); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1128:9 [INFO] [stdout] | [INFO] [stdout] 1128 | / assert_tokens!( [INFO] [stdout] 1129 | | at.next_expression().unwrap(), { ::something + * a < b } [INFO] [stdout] 1130 | | ); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1128:9 [INFO] [stdout] | [INFO] [stdout] 1128 | / assert_tokens!( [INFO] [stdout] 1129 | | at.next_expression().unwrap(), { ::something + * a < b } [INFO] [stdout] 1130 | | ); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1128:9 [INFO] [stdout] | [INFO] [stdout] 1128 | / assert_tokens!( [INFO] [stdout] 1129 | | at.next_expression().unwrap(), { ::something + * a < b } [INFO] [stdout] 1130 | | ); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1128:9 [INFO] [stdout] | [INFO] [stdout] 1128 | / assert_tokens!( [INFO] [stdout] 1129 | | at.next_expression().unwrap(), { ::something + * a < b } [INFO] [stdout] 1130 | | ); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1132:9 [INFO] [stdout] | [INFO] [stdout] 1132 | assert_tokens!(at.next_expression().unwrap(), { "hi" }); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1135:9 [INFO] [stdout] | [INFO] [stdout] 1135 | assert_tokens!(at.next_expression().unwrap(), { hello }); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1140:9 [INFO] [stdout] | [INFO] [stdout] 1140 | assert_tokens!(expr, { 1.. }); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1140:9 [INFO] [stdout] | [INFO] [stdout] 1140 | assert_tokens!(expr, { 1.. }); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1148:9 [INFO] [stdout] | [INFO] [stdout] 1148 | assert_tokens!(parser.next_tt_r_arrow().unwrap(), { -> }); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1149:9 [INFO] [stdout] | [INFO] [stdout] 1149 | assert_tokens!(parser.next_tt_and_and().unwrap(), { && }); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1150:9 [INFO] [stdout] | [INFO] [stdout] 1150 | assert_tokens!(parser.next_tt_dot_dot_eq().unwrap(), { ..= }); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1151:9 [INFO] [stdout] | [INFO] [stdout] 1151 | assert_tokens!(parser.next_tt_ge().unwrap(), { >= }); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1152:9 [INFO] [stdout] | [INFO] [stdout] 1152 | assert_tokens!(parser.next_tt_plus().unwrap(), { + }); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1153:9 [INFO] [stdout] | [INFO] [stdout] 1153 | assert_tokens!(parser.next_tt_comma().unwrap(), { , }); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1154:9 [INFO] [stdout] | [INFO] [stdout] 1154 | assert_tokens!(parser.next_tt_minus().unwrap(), { - }); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1155:9 [INFO] [stdout] | [INFO] [stdout] 1155 | assert_tokens!(parser.next_tt_dot_dot().unwrap(), { .. }); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1156:9 [INFO] [stdout] | [INFO] [stdout] 1156 | assert_tokens!(parser.next_tt_comma().unwrap(), { , }); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1157:9 [INFO] [stdout] | [INFO] [stdout] 1157 | assert_tokens!(parser.next_tt_plus_eq().unwrap(), { += }); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 272 | / assert_tokens!(quote!(ident ident, { group/test, vec![a, (a + b)] }, "literal" $), { [INFO] [stdout] 273 | | ident ident, { group /test, vec![a,(a+b)] }, "literal" $ [INFO] [stdout] 274 | | }); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 272 | / assert_tokens!(quote!(ident ident, { group/test, vec![a, (a + b)] }, "literal" $), { [INFO] [stdout] 273 | | ident ident, { group /test, vec![a,(a+b)] }, "literal" $ [INFO] [stdout] 274 | | }); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 272 | / assert_tokens!(quote!(ident ident, { group/test, vec![a, (a + b)] }, "literal" $), { [INFO] [stdout] 273 | | ident ident, { group /test, vec![a,(a+b)] }, "literal" $ [INFO] [stdout] 274 | | }); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 272 | / assert_tokens!(quote!(ident ident, { group/test, vec![a, (a + b)] }, "literal" $), { [INFO] [stdout] 273 | | ident ident, { group /test, vec![a,(a+b)] }, "literal" $ [INFO] [stdout] 274 | | }); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 272 | / assert_tokens!(quote!(ident ident, { group/test, vec![a, (a + b)] }, "literal" $), { [INFO] [stdout] 273 | | ident ident, { group /test, vec![a,(a+b)] }, "literal" $ [INFO] [stdout] 274 | | }); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 272 | / assert_tokens!(quote!(ident ident, { group/test, vec![a, (a + b)] }, "literal" $), { [INFO] [stdout] 273 | | ident ident, { group /test, vec![a,(a+b)] }, "literal" $ [INFO] [stdout] 274 | | }); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 272 | / assert_tokens!(quote!(ident ident, { group/test, vec![a, (a + b)] }, "literal" $), { [INFO] [stdout] 273 | | ident ident, { group /test, vec![a,(a+b)] }, "literal" $ [INFO] [stdout] 274 | | }); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 272 | / assert_tokens!(quote!(ident ident, { group/test, vec![a, (a + b)] }, "literal" $), { [INFO] [stdout] 273 | | ident ident, { group /test, vec![a,(a+b)] }, "literal" $ [INFO] [stdout] 274 | | }); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 272 | / assert_tokens!(quote!(ident ident, { group/test, vec![a, (a + b)] }, "literal" $), { [INFO] [stdout] 273 | | ident ident, { group /test, vec![a,(a+b)] }, "literal" $ [INFO] [stdout] 274 | | }); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 272 | / assert_tokens!(quote!(ident ident, { group/test, vec![a, (a + b)] }, "literal" $), { [INFO] [stdout] 273 | | ident ident, { group /test, vec![a,(a+b)] }, "literal" $ [INFO] [stdout] 274 | | }); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 272 | / assert_tokens!(quote!(ident ident, { group/test, vec![a, (a + b)] }, "literal" $), { [INFO] [stdout] 273 | | ident ident, { group /test, vec![a,(a+b)] }, "literal" $ [INFO] [stdout] 274 | | }); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 272 | / assert_tokens!(quote!(ident ident, { group/test, vec![a, (a + b)] }, "literal" $), { [INFO] [stdout] 273 | | ident ident, { group /test, vec![a,(a+b)] }, "literal" $ [INFO] [stdout] 274 | | }); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 272 | / assert_tokens!(quote!(ident ident, { group/test, vec![a, (a + b)] }, "literal" $), { [INFO] [stdout] 273 | | ident ident, { group /test, vec![a,(a+b)] }, "literal" $ [INFO] [stdout] 274 | | }); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 272 | / assert_tokens!(quote!(ident ident, { group/test, vec![a, (a + b)] }, "literal" $), { [INFO] [stdout] 273 | | ident ident, { group /test, vec![a,(a+b)] }, "literal" $ [INFO] [stdout] 274 | | }); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 272 | / assert_tokens!(quote!(ident ident, { group/test, vec![a, (a + b)] }, "literal" $), { [INFO] [stdout] 273 | | ident ident, { group /test, vec![a,(a+b)] }, "literal" $ [INFO] [stdout] 274 | | }); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 272 | / assert_tokens!(quote!(ident ident, { group/test, vec![a, (a + b)] }, "literal" $), { [INFO] [stdout] 273 | | ident ident, { group /test, vec![a,(a+b)] }, "literal" $ [INFO] [stdout] 274 | | }); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 272 | / assert_tokens!(quote!(ident ident, { group/test, vec![a, (a + b)] }, "literal" $), { [INFO] [stdout] 273 | | ident ident, { group /test, vec![a,(a+b)] }, "literal" $ [INFO] [stdout] 274 | | }); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 275 | / assert_tokens!(quote!(:::), { [INFO] [stdout] 276 | | ::: [INFO] [stdout] 277 | | }); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 275 | / assert_tokens!(quote!(:::), { [INFO] [stdout] 276 | | ::: [INFO] [stdout] 277 | | }); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 278 | / assert_tokens!(quote!(more:::test::test:: hello :-D $$$ It should just work), { [INFO] [stdout] 279 | | more ::: test ::test:: hello :-D $$$ It should just work [INFO] [stdout] 280 | | }); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 278 | / assert_tokens!(quote!(more:::test::test:: hello :-D $$$ It should just work), { [INFO] [stdout] 279 | | more ::: test ::test:: hello :-D $$$ It should just work [INFO] [stdout] 280 | | }); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 278 | / assert_tokens!(quote!(more:::test::test:: hello :-D $$$ It should just work), { [INFO] [stdout] 279 | | more ::: test ::test:: hello :-D $$$ It should just work [INFO] [stdout] 280 | | }); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 278 | / assert_tokens!(quote!(more:::test::test:: hello :-D $$$ It should just work), { [INFO] [stdout] 279 | | more ::: test ::test:: hello :-D $$$ It should just work [INFO] [stdout] 280 | | }); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 278 | / assert_tokens!(quote!(more:::test::test:: hello :-D $$$ It should just work), { [INFO] [stdout] 279 | | more ::: test ::test:: hello :-D $$$ It should just work [INFO] [stdout] 280 | | }); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 278 | / assert_tokens!(quote!(more:::test::test:: hello :-D $$$ It should just work), { [INFO] [stdout] 279 | | more ::: test ::test:: hello :-D $$$ It should just work [INFO] [stdout] 280 | | }); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 278 | / assert_tokens!(quote!(more:::test::test:: hello :-D $$$ It should just work), { [INFO] [stdout] 279 | | more ::: test ::test:: hello :-D $$$ It should just work [INFO] [stdout] 280 | | }); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 278 | / assert_tokens!(quote!(more:::test::test:: hello :-D $$$ It should just work), { [INFO] [stdout] 279 | | more ::: test ::test:: hello :-D $$$ It should just work [INFO] [stdout] 280 | | }); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 278 | / assert_tokens!(quote!(more:::test::test:: hello :-D $$$ It should just work), { [INFO] [stdout] 279 | | more ::: test ::test:: hello :-D $$$ It should just work [INFO] [stdout] 280 | | }); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 278 | / assert_tokens!(quote!(more:::test::test:: hello :-D $$$ It should just work), { [INFO] [stdout] 279 | | more ::: test ::test:: hello :-D $$$ It should just work [INFO] [stdout] 280 | | }); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 278 | / assert_tokens!(quote!(more:::test::test:: hello :-D $$$ It should just work), { [INFO] [stdout] 279 | | more ::: test ::test:: hello :-D $$$ It should just work [INFO] [stdout] 280 | | }); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 278 | / assert_tokens!(quote!(more:::test::test:: hello :-D $$$ It should just work), { [INFO] [stdout] 279 | | more ::: test ::test:: hello :-D $$$ It should just work [INFO] [stdout] 280 | | }); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 278 | / assert_tokens!(quote!(more:::test::test:: hello :-D $$$ It should just work), { [INFO] [stdout] 279 | | more ::: test ::test:: hello :-D $$$ It should just work [INFO] [stdout] 280 | | }); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 278 | / assert_tokens!(quote!(more:::test::test:: hello :-D $$$ It should just work), { [INFO] [stdout] 279 | | more ::: test ::test:: hello :-D $$$ It should just work [INFO] [stdout] 280 | | }); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 278 | / assert_tokens!(quote!(more:::test::test:: hello :-D $$$ It should just work), { [INFO] [stdout] 279 | | more ::: test ::test:: hello :-D $$$ It should just work [INFO] [stdout] 280 | | }); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 278 | / assert_tokens!(quote!(more:::test::test:: hello :-D $$$ It should just work), { [INFO] [stdout] 279 | | more ::: test ::test:: hello :-D $$$ It should just work [INFO] [stdout] 280 | | }); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 278 | / assert_tokens!(quote!(more:::test::test:: hello :-D $$$ It should just work), { [INFO] [stdout] 279 | | more ::: test ::test:: hello :-D $$$ It should just work [INFO] [stdout] 280 | | }); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 278 | / assert_tokens!(quote!(more:::test::test:: hello :-D $$$ It should just work), { [INFO] [stdout] 279 | | more ::: test ::test:: hello :-D $$$ It should just work [INFO] [stdout] 280 | | }); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 282 | assert_tokens!(quote!(:$), {: $}); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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/assert.rs:256:88 [INFO] [stdout] | [INFO] [stdout] 256 | if let Some(lhs) = $lhs.next_macro_rules_tt().map(|t|t.to_string()).or_else(|| $lhs.next().map(|t|t.to_string())) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 282 | assert_tokens!(quote!(:$), {: $}); [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 `$crate::assert_tokens` which comes from the expansion of the macro `assert_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [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:130:29 [INFO] [stdout] | [INFO] [stdout] 129 | fn push(&mut self, token: TokenTree) { [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 130 | self.extend(std::iter::once(token)) [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:136:17 [INFO] [stdout] | [INFO] [stdout] 134 | fn parser(self) -> crate::TokenParser { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 135 | #[allow(clippy::useless_conversion)] [INFO] [stdout] 136 | proc_macro2::TokenStream::from(self).into() [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:145:17 [INFO] [stdout] | [INFO] [stdout] 143 | fn parser_generic{}(self) -> crate::TokenParser { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 144 | #[allow(clippy::useless_conversion)] [INFO] [stdout] 145 | proc_macro2::TokenStream::from(self).into() [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 208 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `proc-macro-utils` (lib test) due to 209 previous errors [INFO] running `Command { std: "docker" "inspect" "d4a7884316b19258847599a4f988705e508004b2e0c777b14a57cb434cbc45a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d4a7884316b19258847599a4f988705e508004b2e0c777b14a57cb434cbc45a1", kill_on_drop: false }` [INFO] [stdout] d4a7884316b19258847599a4f988705e508004b2e0c777b14a57cb434cbc45a1