[INFO] fetching crate chasa 0.1.13... [INFO] checking chasa-0.1.13 against try#c387b04bf028733cd561d62128c8a5eee4bc1458+rustflags=-Dtail_expr_drop_order for pr-130930 [INFO] extracting crate chasa 0.1.13 into /workspace/builds/worker-3-tc2/source [INFO] validating manifest of crates.io crate chasa 0.1.13 on toolchain c387b04bf028733cd561d62128c8a5eee4bc1458 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate chasa 0.1.13 [INFO] finished tweaking crates.io crate chasa 0.1.13 [INFO] tweaked toml for crates.io crate chasa 0.1.13 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 1 package to latest compatible version [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a88f5d72d72fbfa1932c3d2da13142f15d4762c8011b7ec13f306c8fb0fc0732 [INFO] running `Command { std: "docker" "start" "-a" "a88f5d72d72fbfa1932c3d2da13142f15d4762c8011b7ec13f306c8fb0fc0732", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a88f5d72d72fbfa1932c3d2da13142f15d4762c8011b7ec13f306c8fb0fc0732", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a88f5d72d72fbfa1932c3d2da13142f15d4762c8011b7ec13f306c8fb0fc0732", kill_on_drop: false }` [INFO] [stdout] a88f5d72d72fbfa1932c3d2da13142f15d4762c8011b7ec13f306c8fb0fc0732 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dtail_expr_drop_order" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a3a4940e8771e2d4a145b0a1df48792a02aa01e41eb0c91e4bb602efde99e5c6 [INFO] running `Command { std: "docker" "start" "-a" "a3a4940e8771e2d4a145b0a1df48792a02aa01e41eb0c91e4bb602efde99e5c6", kill_on_drop: false }` [INFO] [stderr] Checking either v1.13.0 [INFO] [stderr] Checking chasa v0.1.13 (/opt/rustwide/workdir) [INFO] [stdout] error: this value of type `Option` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/combi.rs:113:15 [INFO] [stdout] | [INFO] [stdout] 112 | fn run_once(self, mut args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 113 | match self.0.run_once(args.by_ref()) { [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: this value of type `Option` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/combi.rs:157:15 [INFO] [stdout] | [INFO] [stdout] 156 | fn run_once(self, mut args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 157 | match self.0.run_once(args.by_ref()) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(O2, parser::Args<'_, '_, I, E, C, S>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/combi.rs:516:14 [INFO] [stdout] | [INFO] [stdout] 515 | fn run_once(self, mut args: Args) -> Option { [INFO] [stdout] | ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 516 | Some(self.1(self.0.run_once(args.by_ref())?, args).0?.0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/combi.rs:555:15 [INFO] [stdout] | [INFO] [stdout] 553 | fn run_once(self, mut args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 554 | let Args { input, config, state, consume, error } = args.by_ref(); [INFO] [stdout] 555 | match consume.cons((input.save(), state.save()), |mut consume| { [INFO] [stdout] | _______________^ [INFO] [stdout] 556 | | self.0.run_once(Args { input, config, state, consume: &mut consume, error }) [INFO] [stdout] 557 | | }) { [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/combi.rs:605:15 [INFO] [stdout] | [INFO] [stdout] 603 | fn run_once(self, args: Args) -> Option> { [INFO] [stdout] | ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 604 | let Args { input, config, state, consume, error } = args; [INFO] [stdout] 605 | match consume.cons((input.save(), state.save()), |mut consume| { [INFO] [stdout] | _______________^ [INFO] [stdout] 606 | | self.0.run_once(Args { input, config, state, consume: &mut consume, error }) [INFO] [stdout] 607 | | }) { [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint, R)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/combi.rs:654:15 [INFO] [stdout] | [INFO] [stdout] 651 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 654 | match consume.cons((input_bak, state_bak, self.1), |mut consume| { [INFO] [stdout] | _______________^ [INFO] [stdout] 655 | | self.0.run_once(Args { input, config, state, consume: &mut consume, error }) [INFO] [stdout] 656 | | }) { [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/combi.rs:899:15 [INFO] [stdout] | [INFO] [stdout] 896 | fn run_once(self, args: Args) -> Option<()> { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 897 | let Args { input, config, state, consume, error } = args; [INFO] [stdout] 898 | let start = input.position(); [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 899 | match consume.cons((input.save(), state.save()), |mut consume| { [INFO] [stdout] | _______________^ [INFO] [stdout] 900 | | self.0.run_once(Args { input, config, state, consume: &mut consume, error }) [INFO] [stdout] 901 | | }) { [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/combi.rs:927:15 [INFO] [stdout] | [INFO] [stdout] 926 | let start = input.position(); [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 927 | match consume.cons((input.save(), state.save()), |mut consume| { [INFO] [stdout] | _______________^ [INFO] [stdout] 928 | | self.0.run(Args { input, config, state, consume: &mut consume, error }) [INFO] [stdout] 929 | | }) { [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Option<(::Token, ::Position)>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/cont.rs:79:15 [INFO] [stdout] | [INFO] [stdout] 74 | mut self, f: impl FnOnce(&I::Token, Args<'a, 'b, I, E, C, S>) -> Option>, [INFO] [stdout] | - these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 79 | match self.uncons() { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Option` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/combi.rs:113:15 [INFO] [stdout] | [INFO] [stdout] 112 | fn run_once(self, mut args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 113 | match self.0.run_once(args.by_ref()) { [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: this value of type `Option` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/combi.rs:157:15 [INFO] [stdout] | [INFO] [stdout] 156 | fn run_once(self, mut args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 157 | match self.0.run_once(args.by_ref()) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Option` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:418:11 [INFO] [stdout] | [INFO] [stdout] 417 | fn join(f: &mut fmt::Formatter, mut xs: impl Iterator, conj: impl Display) -> fmt::Result { [INFO] [stdout] | ------ ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 418 | match xs.next() { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(O2, parser::Args<'_, '_, I, E, C, S>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/combi.rs:516:14 [INFO] [stdout] | [INFO] [stdout] 515 | fn run_once(self, mut args: Args) -> Option { [INFO] [stdout] | ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 516 | Some(self.1(self.0.run_once(args.by_ref())?, args).0?.0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/combi.rs:555:15 [INFO] [stdout] | [INFO] [stdout] 553 | fn run_once(self, mut args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 554 | let Args { input, config, state, consume, error } = args.by_ref(); [INFO] [stdout] 555 | match consume.cons((input.save(), state.save()), |mut consume| { [INFO] [stdout] | _______________^ [INFO] [stdout] 556 | | self.0.run_once(Args { input, config, state, consume: &mut consume, error }) [INFO] [stdout] 557 | | }) { [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/fold.rs:18:11 [INFO] [stdout] | [INFO] [stdout] 14 | init: O, mut p: P, mut accum: impl FnMut(O, T) -> O, input: &mut I, config: &C, state: &mut S, [INFO] [stdout] | ---- ----- --------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | [INFO] [stdout] | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 18 | match consume [INFO] [stdout] | ___________^ [INFO] [stdout] 19 | | .cons((bak_input, bak_state), |mut consume| p.run(Args { input, config, state, consume: &mut consume, error })) [INFO] [stdout] | |_______________________________________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/combi.rs:605:15 [INFO] [stdout] | [INFO] [stdout] 603 | fn run_once(self, args: Args) -> Option> { [INFO] [stdout] | ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 604 | let Args { input, config, state, consume, error } = args; [INFO] [stdout] 605 | match consume.cons((input.save(), state.save()), |mut consume| { [INFO] [stdout] | _______________^ [INFO] [stdout] 606 | | self.0.run_once(Args { input, config, state, consume: &mut consume, error }) [INFO] [stdout] 607 | | }) { [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint, R)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/combi.rs:654:15 [INFO] [stdout] | [INFO] [stdout] 651 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 654 | match consume.cons((input_bak, state_bak, self.1), |mut consume| { [INFO] [stdout] | _______________^ [INFO] [stdout] 655 | | self.0.run_once(Args { input, config, state, consume: &mut consume, error }) [INFO] [stdout] 656 | | }) { [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, bool)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/fold.rs:139:11 [INFO] [stdout] | [INFO] [stdout] 138 | let (bak_input, bak_state) = (input.save(), state.save()); [INFO] [stdout] | --------- --------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 139 | match Consume::new() [INFO] [stdout] | ___________^ [INFO] [stdout] 140 | | .is_dropped(|mut consume| sep_parser.run(Args { input, config, state, consume: &mut consume, error })) [INFO] [stdout] | |______________________________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Option` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/fold.rs:167:11 [INFO] [stdout] | [INFO] [stdout] 164 | init: O, mut item_parser: P, sep_parser: Q, mut accum: impl FnMut(O, T) -> O, input: &mut I, config: &C, [INFO] [stdout] | ---- --------------- ---------- --------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 167 | match item_parser.by_ref().or_not().run(Args { input, config, state, consume, error })? { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option<(D, T)>, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/fold.rs:216:11 [INFO] [stdout] | [INFO] [stdout] 212 | init: O, mut item_parser: P, mut sep_parser: Q, mut accum: impl FnMut(O, T) -> O, input: &mut I, config: &C, [INFO] [stdout] | ---- --------------- -------------- --------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 216 | match consume.cons((bak_input, bak_state), |mut consume| { [INFO] [stdout] | ___________^ [INFO] [stdout] 217 | | run_sep_second_part(&mut item_parser, &mut sep_parser, input, config, state, &mut consume, error) [INFO] [stdout] 218 | | }) { [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/combi.rs:899:15 [INFO] [stdout] | [INFO] [stdout] 896 | fn run_once(self, args: Args) -> Option<()> { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 897 | let Args { input, config, state, consume, error } = args; [INFO] [stdout] 898 | let start = input.position(); [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 899 | match consume.cons((input.save(), state.save()), |mut consume| { [INFO] [stdout] | _______________^ [INFO] [stdout] 900 | | self.0.run_once(Args { input, config, state, consume: &mut consume, error }) [INFO] [stdout] 901 | | }) { [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/combi.rs:927:15 [INFO] [stdout] | [INFO] [stdout] 926 | let start = input.position(); [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 927 | match consume.cons((input.save(), state.save()), |mut consume| { [INFO] [stdout] | _______________^ [INFO] [stdout] 928 | | self.0.run(Args { input, config, state, consume: &mut consume, error }) [INFO] [stdout] 929 | | }) { [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option<(T, O)>, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/fold.rs:456:11 [INFO] [stdout] | [INFO] [stdout] 451 | sum: O, mut item_p: impl Parser, mut sep_p: impl Parser, [INFO] [stdout] | --- ---------- --------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | [INFO] [stdout] | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 452 | mut accum: impl FnMut(O, T, O) -> O, input: &mut I, config: &C, state: &mut S, consume: &mut Consume, [INFO] [stdout] | --------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 456 | match consume.cons((bak_input, bak_state), |mut consume| { [INFO] [stdout] | ___________^ [INFO] [stdout] 457 | | run_sep_second_part(&mut item_p, &mut sep_p, input, config, state, &mut consume, error) [INFO] [stdout] 458 | | }) { [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Option<(::Token, ::Position)>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/cont.rs:79:15 [INFO] [stdout] | [INFO] [stdout] 74 | mut self, f: impl FnOnce(&I::Token, Args<'a, 'b, I, E, C, S>) -> Option>, [INFO] [stdout] | - these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 79 | match self.uncons() { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/fold.rs:571:11 [INFO] [stdout] | [INFO] [stdout] 567 | xs: &mut O, mut item_p: impl Parser, input: &mut I, config: &C, state: &mut S, [INFO] [stdout] | ---------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 571 | match consume.cons((bak_input, bak_state), |mut consume| { [INFO] [stdout] | ___________^ [INFO] [stdout] 572 | | item_p.run(Args { input, config, state, consume: &mut consume, error }) [INFO] [stdout] 573 | | }) { [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Option>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/fold.rs:706:11 [INFO] [stdout] | [INFO] [stdout] 703 | xs: &mut O, mut item_p: impl Parser, sep_p: impl Parser, input: &mut I, config: &C, [INFO] [stdout] | ---------- ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 706 | match item_p.by_ref().or_not().run(Args { input, config, state, consume, error: error }) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Option` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/fold.rs:720:11 [INFO] [stdout] | [INFO] [stdout] 717 | xs: &mut O, mut item_p: impl Parser, sep_p: impl Parser, input: &mut I, config: &C, [INFO] [stdout] | ---------- ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 720 | match item_p.run(Args { input, config, state, consume, error: error }) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option<(U, T)>, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/fold.rs:733:11 [INFO] [stdout] | [INFO] [stdout] 729 | xs: &mut O, mut item_p: impl Parser, mut sep_p: impl Parser, input: &mut I, [INFO] [stdout] | ---------- --------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 733 | match consume.cons((bak_input, bak_state), |mut consume| { [INFO] [stdout] | ___________^ [INFO] [stdout] 734 | | run_sep_second_part(&mut item_p, &mut sep_p, input, config, state, &mut consume, error) [INFO] [stdout] 735 | | }) { [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `ControlFlow` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/fold.rs:923:11 [INFO] [stdout] | [INFO] [stdout] 921 | init: T, mut parser: impl FnMut(T) -> P, mut args: Args, [INFO] [stdout] | ---------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 922 | ) -> Option { [INFO] [stdout] 923 | match parser(init).run_once(args.by_ref())? { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Cont<'_, '_, I, ControlFlow, E, C, S>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/fold.rs:932:15 [INFO] [stdout] | [INFO] [stdout] 930 | self, init: T, mut f: impl FnMut(T, Self) -> Cont<'a, 'b, I, ControlFlow, E, C, S>, [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 931 | ) -> Cont<'a, 'b, I, O, E, C, S> { [INFO] [stdout] 932 | match f(init, self).0 { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Option` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:418:11 [INFO] [stdout] | [INFO] [stdout] 417 | fn join(f: &mut fmt::Formatter, mut xs: impl Iterator, conj: impl Display) -> fmt::Result { [INFO] [stdout] | ------ ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 418 | match xs.next() { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/fold.rs:18:11 [INFO] [stdout] | [INFO] [stdout] 14 | init: O, mut p: P, mut accum: impl FnMut(O, T) -> O, input: &mut I, config: &C, state: &mut S, [INFO] [stdout] | ---- ----- --------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | [INFO] [stdout] | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 18 | match consume [INFO] [stdout] | ___________^ [INFO] [stdout] 19 | | .cons((bak_input, bak_state), |mut consume| p.run(Args { input, config, state, consume: &mut consume, error })) [INFO] [stdout] | |_______________________________________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, bool)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/fold.rs:139:11 [INFO] [stdout] | [INFO] [stdout] 138 | let (bak_input, bak_state) = (input.save(), state.save()); [INFO] [stdout] | --------- --------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 139 | match Consume::new() [INFO] [stdout] | ___________^ [INFO] [stdout] 140 | | .is_dropped(|mut consume| sep_parser.run(Args { input, config, state, consume: &mut consume, error })) [INFO] [stdout] | |______________________________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Option` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/fold.rs:167:11 [INFO] [stdout] | [INFO] [stdout] 164 | init: O, mut item_parser: P, sep_parser: Q, mut accum: impl FnMut(O, T) -> O, input: &mut I, config: &C, [INFO] [stdout] | ---- --------------- ---------- --------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 167 | match item_parser.by_ref().or_not().run(Args { input, config, state, consume, error })? { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option<(D, T)>, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/fold.rs:216:11 [INFO] [stdout] | [INFO] [stdout] 212 | init: O, mut item_parser: P, mut sep_parser: Q, mut accum: impl FnMut(O, T) -> O, input: &mut I, config: &C, [INFO] [stdout] | ---- --------------- -------------- --------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 216 | match consume.cons((bak_input, bak_state), |mut consume| { [INFO] [stdout] | ___________^ [INFO] [stdout] 217 | | run_sep_second_part(&mut item_parser, &mut sep_parser, input, config, state, &mut consume, error) [INFO] [stdout] 218 | | }) { [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option<(T, O)>, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/fold.rs:456:11 [INFO] [stdout] | [INFO] [stdout] 451 | sum: O, mut item_p: impl Parser, mut sep_p: impl Parser, [INFO] [stdout] | --- ---------- --------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | [INFO] [stdout] | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 452 | mut accum: impl FnMut(O, T, O) -> O, input: &mut I, config: &C, state: &mut S, consume: &mut Consume, [INFO] [stdout] | --------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 456 | match consume.cons((bak_input, bak_state), |mut consume| { [INFO] [stdout] | ___________^ [INFO] [stdout] 457 | | run_sep_second_part(&mut item_p, &mut sep_p, input, config, state, &mut consume, error) [INFO] [stdout] 458 | | }) { [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/fold.rs:571:11 [INFO] [stdout] | [INFO] [stdout] 567 | xs: &mut O, mut item_p: impl Parser, input: &mut I, config: &C, state: &mut S, [INFO] [stdout] | ---------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 571 | match consume.cons((bak_input, bak_state), |mut consume| { [INFO] [stdout] | ___________^ [INFO] [stdout] 572 | | item_p.run(Args { input, config, state, consume: &mut consume, error }) [INFO] [stdout] 573 | | }) { [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Option` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:503:15 [INFO] [stdout] | [INFO] [stdout] 496 | fn parse_easy(self, mut input: I) -> Result [INFO] [stdout] | --------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 502 | let mut error = > as ParseError>::new(); [INFO] [stdout] | --------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 503 | match self.run_once(Args { [INFO] [stdout] | _______________^ [INFO] [stdout] 504 | | input: &mut input, [INFO] [stdout] 505 | | config: &().into(), [INFO] [stdout] 506 | | state: &mut ().into(), [INFO] [stdout] 507 | | consume: &mut Consume::new(), [INFO] [stdout] 508 | | error: &mut error, [INFO] [stdout] 509 | | }) { [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Option` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:534:15 [INFO] [stdout] | [INFO] [stdout] 533 | let mut error = > as ParseError>::new(); [INFO] [stdout] | --------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 534 | match self.run_once(Args { [INFO] [stdout] | _______________^ [INFO] [stdout] 535 | | input, [INFO] [stdout] 536 | | config: &().into(), [INFO] [stdout] 537 | | state: &mut ().into(), [INFO] [stdout] 538 | | consume: &mut Consume::new(), [INFO] [stdout] 539 | | error: &mut error, [INFO] [stdout] 540 | | }) { [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Option>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/fold.rs:706:11 [INFO] [stdout] | [INFO] [stdout] 703 | xs: &mut O, mut item_p: impl Parser, sep_p: impl Parser, input: &mut I, config: &C, [INFO] [stdout] | ---------- ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 706 | match item_p.by_ref().or_not().run(Args { input, config, state, consume, error: error }) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(O, parser::Args<'_, '_, I, E, C, S>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/prim.rs:117:14 [INFO] [stdout] | [INFO] [stdout] 116 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 117 | Some(self.0(args).0?.0) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Option` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/fold.rs:720:11 [INFO] [stdout] | [INFO] [stdout] 717 | xs: &mut O, mut item_p: impl Parser, sep_p: impl Parser, input: &mut I, config: &C, [INFO] [stdout] | ---------- ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 720 | match item_p.run(Args { input, config, state, consume, error: error }) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option<(U, T)>, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/fold.rs:733:11 [INFO] [stdout] | [INFO] [stdout] 729 | xs: &mut O, mut item_p: impl Parser, mut sep_p: impl Parser, input: &mut I, [INFO] [stdout] | ---------- --------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 733 | match consume.cons((bak_input, bak_state), |mut consume| { [INFO] [stdout] | ___________^ [INFO] [stdout] 734 | | run_sep_second_part(&mut item_p, &mut sep_p, input, config, state, &mut consume, error) [INFO] [stdout] 735 | | }) { [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Result<::Token, ::Message>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/prim.rs:233:15 [INFO] [stdout] | [INFO] [stdout] 232 | let pos = args.input.position(); [INFO] [stdout] | --- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 233 | match args.input.uncons() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `ControlFlow` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/fold.rs:923:11 [INFO] [stdout] | [INFO] [stdout] 921 | init: T, mut parser: impl FnMut(T) -> P, mut args: Args, [INFO] [stdout] | ---------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 922 | ) -> Option { [INFO] [stdout] 923 | match parser(init).run_once(args.by_ref())? { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Cont<'_, '_, I, ControlFlow, E, C, S>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/fold.rs:932:15 [INFO] [stdout] | [INFO] [stdout] 930 | self, init: T, mut f: impl FnMut(T, Self) -> Cont<'a, 'b, I, ControlFlow, E, C, S>, [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 931 | ) -> Cont<'a, 'b, I, O, E, C, S> { [INFO] [stdout] 932 | match f(init, self).0 { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Option` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/prim.rs:635:15 [INFO] [stdout] | [INFO] [stdout] 633 | fn run_once(self, mut args: Args) -> Option { [INFO] [stdout] | ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 634 | let (c, start) = args.uncons()?; [INFO] [stdout] | - ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 635 | match self.0(&c) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Option` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/prim.rs:656:15 [INFO] [stdout] | [INFO] [stdout] 655 | let (c, start) = args.uncons()?; [INFO] [stdout] | - ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 656 | match self.0(&c) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Option` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/prim.rs:714:15 [INFO] [stdout] | [INFO] [stdout] 712 | fn run_once(self, mut args: Args) -> Option { [INFO] [stdout] | ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 713 | let (c, start) = args.uncons()?; [INFO] [stdout] | - ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 714 | match self.0(&c) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Option` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/prim.rs:735:15 [INFO] [stdout] | [INFO] [stdout] 734 | let (c, start) = args.uncons()?; [INFO] [stdout] | - ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 735 | match self.0(&c) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(O, parser::Args<'_, '_, I, E, C, S>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/prim.rs:807:14 [INFO] [stdout] | [INFO] [stdout] 806 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 807 | Some(self.0(args.config, args).0?.0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(O, parser::Args<'_, '_, I, E, C, ()>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/prim.rs:945:14 [INFO] [stdout] | [INFO] [stdout] 943 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 944 | let Args { input, config, state, consume, error } = args; [INFO] [stdout] 945 | Some(self.0(state, Args { input, config, consume, error, state: &mut () }).0?.0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Option` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:503:15 [INFO] [stdout] | [INFO] [stdout] 496 | fn parse_easy(self, mut input: I) -> Result [INFO] [stdout] | --------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 502 | let mut error = > as ParseError>::new(); [INFO] [stdout] | --------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 503 | match self.run_once(Args { [INFO] [stdout] | _______________^ [INFO] [stdout] 504 | | input: &mut input, [INFO] [stdout] 505 | | config: &().into(), [INFO] [stdout] 506 | | state: &mut ().into(), [INFO] [stdout] 507 | | consume: &mut Consume::new(), [INFO] [stdout] 508 | | error: &mut error, [INFO] [stdout] 509 | | }) { [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Option` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:534:15 [INFO] [stdout] | [INFO] [stdout] 533 | let mut error = > as ParseError>::new(); [INFO] [stdout] | --------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 534 | match self.run_once(Args { [INFO] [stdout] | _______________^ [INFO] [stdout] 535 | | input, [INFO] [stdout] 536 | | config: &().into(), [INFO] [stdout] 537 | | state: &mut ().into(), [INFO] [stdout] 538 | | consume: &mut Consume::new(), [INFO] [stdout] 539 | | error: &mut error, [INFO] [stdout] 540 | | }) { [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(O, parser::Args<'_, '_, I, E, C, S>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/prim.rs:117:14 [INFO] [stdout] | [INFO] [stdout] 116 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 117 | Some(self.0(args).0?.0) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Result<::Token, ::Message>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/prim.rs:233:15 [INFO] [stdout] | [INFO] [stdout] 232 | let pos = args.input.position(); [INFO] [stdout] | --- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 233 | match args.input.uncons() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Option` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/prim.rs:635:15 [INFO] [stdout] | [INFO] [stdout] 633 | fn run_once(self, mut args: Args) -> Option { [INFO] [stdout] | ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 634 | let (c, start) = args.uncons()?; [INFO] [stdout] | - ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 635 | match self.0(&c) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Option` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/prim.rs:656:15 [INFO] [stdout] | [INFO] [stdout] 655 | let (c, start) = args.uncons()?; [INFO] [stdout] | - ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 656 | match self.0(&c) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Option` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/prim.rs:714:15 [INFO] [stdout] | [INFO] [stdout] 712 | fn run_once(self, mut args: Args) -> Option { [INFO] [stdout] | ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 713 | let (c, start) = args.uncons()?; [INFO] [stdout] | - ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 714 | match self.0(&c) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Option` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/prim.rs:735:15 [INFO] [stdout] | [INFO] [stdout] 734 | let (c, start) = args.uncons()?; [INFO] [stdout] | - ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 735 | match self.0(&c) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(O, parser::Args<'_, '_, I, E, C, S>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/prim.rs:807:14 [INFO] [stdout] | [INFO] [stdout] 806 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 807 | Some(self.0(args.config, args).0?.0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(O, parser::Args<'_, '_, I, E, C, ()>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/prim.rs:945:14 [INFO] [stdout] | [INFO] [stdout] 943 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 944 | let Args { input, config, state, consume, error } = args; [INFO] [stdout] 945 | Some(self.0(state, Args { input, config, consume, error, state: &mut () }).0?.0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/using_macros.rs:209:15 [INFO] [stdout] | [INFO] [stdout] 209 | match $consume [INFO] [stdout] | _______________^ [INFO] [stdout] 210 | | .cons(($input.save(), $state.save()), |mut consume| [INFO] [stdout] 211 | | $p1.$run(Args { input: $input, config: $config, state: $state, consume: &mut consume, error: $error }) [INFO] [stdout] 212 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 228 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 229 | let ($($p,)+) = self.0; [INFO] [stdout] | -- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 244 | / choice_derive_fold!( [INFO] [stdout] 245 | | p1 P1, [INFO] [stdout] 246 | | p2 P2, [INFO] [stdout] 247 | | p3 P3, [INFO] [stdout] ... | [INFO] [stdout] 274 | | p30 P30 [INFO] [stdout] 275 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `choice_run` which comes from the expansion of the macro `choice_derive_fold` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/using_macros.rs:209:15 [INFO] [stdout] | [INFO] [stdout] 209 | match $consume [INFO] [stdout] | _______________^ [INFO] [stdout] 210 | | .cons(($input.save(), $state.save()), |mut consume| [INFO] [stdout] 211 | | $p1.$run(Args { input: $input, config: $config, state: $state, consume: &mut consume, error: $error }) [INFO] [stdout] 212 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 228 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 229 | let ($($p,)+) = self.0; [INFO] [stdout] | -- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 244 | / choice_derive_fold!( [INFO] [stdout] 245 | | p1 P1, [INFO] [stdout] 246 | | p2 P2, [INFO] [stdout] 247 | | p3 P3, [INFO] [stdout] ... | [INFO] [stdout] 274 | | p30 P30 [INFO] [stdout] 275 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `choice_run` which comes from the expansion of the macro `choice_derive_fold` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/using_macros.rs:209:15 [INFO] [stdout] | [INFO] [stdout] 209 | match $consume [INFO] [stdout] | _______________^ [INFO] [stdout] 210 | | .cons(($input.save(), $state.save()), |mut consume| [INFO] [stdout] 211 | | $p1.$run(Args { input: $input, config: $config, state: $state, consume: &mut consume, error: $error }) [INFO] [stdout] 212 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 228 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 229 | let ($($p,)+) = self.0; [INFO] [stdout] | -- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 244 | / choice_derive_fold!( [INFO] [stdout] 245 | | p1 P1, [INFO] [stdout] 246 | | p2 P2, [INFO] [stdout] 247 | | p3 P3, [INFO] [stdout] ... | [INFO] [stdout] 274 | | p30 P30 [INFO] [stdout] 275 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `choice_run` which comes from the expansion of the macro `choice_derive_fold` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/using_macros.rs:209:15 [INFO] [stdout] | [INFO] [stdout] 209 | match $consume [INFO] [stdout] | _______________^ [INFO] [stdout] 210 | | .cons(($input.save(), $state.save()), |mut consume| [INFO] [stdout] 211 | | $p1.$run(Args { input: $input, config: $config, state: $state, consume: &mut consume, error: $error }) [INFO] [stdout] 212 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 228 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 229 | let ($($p,)+) = self.0; [INFO] [stdout] | -- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 244 | / choice_derive_fold!( [INFO] [stdout] 245 | | p1 P1, [INFO] [stdout] 246 | | p2 P2, [INFO] [stdout] 247 | | p3 P3, [INFO] [stdout] ... | [INFO] [stdout] 274 | | p30 P30 [INFO] [stdout] 275 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `choice_run` which comes from the expansion of the macro `choice_derive_fold` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/using_macros.rs:209:15 [INFO] [stdout] | [INFO] [stdout] 209 | match $consume [INFO] [stdout] | _______________^ [INFO] [stdout] 210 | | .cons(($input.save(), $state.save()), |mut consume| [INFO] [stdout] 211 | | $p1.$run(Args { input: $input, config: $config, state: $state, consume: &mut consume, error: $error }) [INFO] [stdout] 212 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 228 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 229 | let ($($p,)+) = self.0; [INFO] [stdout] | -- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 244 | / choice_derive_fold!( [INFO] [stdout] 245 | | p1 P1, [INFO] [stdout] 246 | | p2 P2, [INFO] [stdout] 247 | | p3 P3, [INFO] [stdout] ... | [INFO] [stdout] 274 | | p30 P30 [INFO] [stdout] 275 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `choice_run` which comes from the expansion of the macro `choice_derive_fold` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/using_macros.rs:209:15 [INFO] [stdout] | [INFO] [stdout] 209 | match $consume [INFO] [stdout] | _______________^ [INFO] [stdout] 210 | | .cons(($input.save(), $state.save()), |mut consume| [INFO] [stdout] 211 | | $p1.$run(Args { input: $input, config: $config, state: $state, consume: &mut consume, error: $error }) [INFO] [stdout] 212 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 228 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 229 | let ($($p,)+) = self.0; [INFO] [stdout] | -- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 244 | / choice_derive_fold!( [INFO] [stdout] 245 | | p1 P1, [INFO] [stdout] 246 | | p2 P2, [INFO] [stdout] 247 | | p3 P3, [INFO] [stdout] ... | [INFO] [stdout] 274 | | p30 P30 [INFO] [stdout] 275 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `choice_run` which comes from the expansion of the macro `choice_derive_fold` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/using_macros.rs:209:15 [INFO] [stdout] | [INFO] [stdout] 209 | match $consume [INFO] [stdout] | _______________^ [INFO] [stdout] 210 | | .cons(($input.save(), $state.save()), |mut consume| [INFO] [stdout] 211 | | $p1.$run(Args { input: $input, config: $config, state: $state, consume: &mut consume, error: $error }) [INFO] [stdout] 212 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 228 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 229 | let ($($p,)+) = self.0; [INFO] [stdout] | -- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 244 | / choice_derive_fold!( [INFO] [stdout] 245 | | p1 P1, [INFO] [stdout] 246 | | p2 P2, [INFO] [stdout] 247 | | p3 P3, [INFO] [stdout] ... | [INFO] [stdout] 274 | | p30 P30 [INFO] [stdout] 275 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `choice_run` which comes from the expansion of the macro `choice_derive_fold` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/using_macros.rs:209:15 [INFO] [stdout] | [INFO] [stdout] 209 | match $consume [INFO] [stdout] | _______________^ [INFO] [stdout] 210 | | .cons(($input.save(), $state.save()), |mut consume| [INFO] [stdout] 211 | | $p1.$run(Args { input: $input, config: $config, state: $state, consume: &mut consume, error: $error }) [INFO] [stdout] 212 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 228 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 229 | let ($($p,)+) = self.0; [INFO] [stdout] | -- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 244 | / choice_derive_fold!( [INFO] [stdout] 245 | | p1 P1, [INFO] [stdout] 246 | | p2 P2, [INFO] [stdout] 247 | | p3 P3, [INFO] [stdout] ... | [INFO] [stdout] 274 | | p30 P30 [INFO] [stdout] 275 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `choice_run` which comes from the expansion of the macro `choice_derive_fold` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/using_macros.rs:209:15 [INFO] [stdout] | [INFO] [stdout] 209 | match $consume [INFO] [stdout] | _______________^ [INFO] [stdout] 210 | | .cons(($input.save(), $state.save()), |mut consume| [INFO] [stdout] 211 | | $p1.$run(Args { input: $input, config: $config, state: $state, consume: &mut consume, error: $error }) [INFO] [stdout] 212 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 228 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 229 | let ($($p,)+) = self.0; [INFO] [stdout] | -- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 244 | / choice_derive_fold!( [INFO] [stdout] 245 | | p1 P1, [INFO] [stdout] 246 | | p2 P2, [INFO] [stdout] 247 | | p3 P3, [INFO] [stdout] ... | [INFO] [stdout] 274 | | p30 P30 [INFO] [stdout] 275 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `choice_run` which comes from the expansion of the macro `choice_derive_fold` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/using_macros.rs:209:15 [INFO] [stdout] | [INFO] [stdout] 209 | match $consume [INFO] [stdout] | _______________^ [INFO] [stdout] 210 | | .cons(($input.save(), $state.save()), |mut consume| [INFO] [stdout] 211 | | $p1.$run(Args { input: $input, config: $config, state: $state, consume: &mut consume, error: $error }) [INFO] [stdout] 212 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 228 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 229 | let ($($p,)+) = self.0; [INFO] [stdout] | -- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 244 | / choice_derive_fold!( [INFO] [stdout] 245 | | p1 P1, [INFO] [stdout] 246 | | p2 P2, [INFO] [stdout] 247 | | p3 P3, [INFO] [stdout] ... | [INFO] [stdout] 274 | | p30 P30 [INFO] [stdout] 275 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `choice_run` which comes from the expansion of the macro `choice_derive_fold` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/using_macros.rs:209:15 [INFO] [stdout] | [INFO] [stdout] 209 | match $consume [INFO] [stdout] | _______________^ [INFO] [stdout] 210 | | .cons(($input.save(), $state.save()), |mut consume| [INFO] [stdout] 211 | | $p1.$run(Args { input: $input, config: $config, state: $state, consume: &mut consume, error: $error }) [INFO] [stdout] 212 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 228 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 229 | let ($($p,)+) = self.0; [INFO] [stdout] | -- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 244 | / choice_derive_fold!( [INFO] [stdout] 245 | | p1 P1, [INFO] [stdout] 246 | | p2 P2, [INFO] [stdout] 247 | | p3 P3, [INFO] [stdout] ... | [INFO] [stdout] 274 | | p30 P30 [INFO] [stdout] 275 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `choice_run` which comes from the expansion of the macro `choice_derive_fold` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/using_macros.rs:209:15 [INFO] [stdout] | [INFO] [stdout] 209 | match $consume [INFO] [stdout] | _______________^ [INFO] [stdout] 210 | | .cons(($input.save(), $state.save()), |mut consume| [INFO] [stdout] 211 | | $p1.$run(Args { input: $input, config: $config, state: $state, consume: &mut consume, error: $error }) [INFO] [stdout] 212 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 228 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 229 | let ($($p,)+) = self.0; [INFO] [stdout] | -- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 244 | / choice_derive_fold!( [INFO] [stdout] 245 | | p1 P1, [INFO] [stdout] 246 | | p2 P2, [INFO] [stdout] 247 | | p3 P3, [INFO] [stdout] ... | [INFO] [stdout] 274 | | p30 P30 [INFO] [stdout] 275 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `choice_run` which comes from the expansion of the macro `choice_derive_fold` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/using_macros.rs:209:15 [INFO] [stdout] | [INFO] [stdout] 209 | match $consume [INFO] [stdout] | _______________^ [INFO] [stdout] 210 | | .cons(($input.save(), $state.save()), |mut consume| [INFO] [stdout] 211 | | $p1.$run(Args { input: $input, config: $config, state: $state, consume: &mut consume, error: $error }) [INFO] [stdout] 212 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 228 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 229 | let ($($p,)+) = self.0; [INFO] [stdout] | -- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 244 | / choice_derive_fold!( [INFO] [stdout] 245 | | p1 P1, [INFO] [stdout] 246 | | p2 P2, [INFO] [stdout] 247 | | p3 P3, [INFO] [stdout] ... | [INFO] [stdout] 274 | | p30 P30 [INFO] [stdout] 275 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `choice_run` which comes from the expansion of the macro `choice_derive_fold` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/using_macros.rs:209:15 [INFO] [stdout] | [INFO] [stdout] 209 | match $consume [INFO] [stdout] | _______________^ [INFO] [stdout] 210 | | .cons(($input.save(), $state.save()), |mut consume| [INFO] [stdout] 211 | | $p1.$run(Args { input: $input, config: $config, state: $state, consume: &mut consume, error: $error }) [INFO] [stdout] 212 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 228 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 229 | let ($($p,)+) = self.0; [INFO] [stdout] | -- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 244 | / choice_derive_fold!( [INFO] [stdout] 245 | | p1 P1, [INFO] [stdout] 246 | | p2 P2, [INFO] [stdout] 247 | | p3 P3, [INFO] [stdout] ... | [INFO] [stdout] 274 | | p30 P30 [INFO] [stdout] 275 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `choice_run` which comes from the expansion of the macro `choice_derive_fold` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/using_macros.rs:209:15 [INFO] [stdout] | [INFO] [stdout] 209 | match $consume [INFO] [stdout] | _______________^ [INFO] [stdout] 210 | | .cons(($input.save(), $state.save()), |mut consume| [INFO] [stdout] 211 | | $p1.$run(Args { input: $input, config: $config, state: $state, consume: &mut consume, error: $error }) [INFO] [stdout] 212 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 228 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 229 | let ($($p,)+) = self.0; [INFO] [stdout] | -- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 244 | / choice_derive_fold!( [INFO] [stdout] 245 | | p1 P1, [INFO] [stdout] 246 | | p2 P2, [INFO] [stdout] 247 | | p3 P3, [INFO] [stdout] ... | [INFO] [stdout] 274 | | p30 P30 [INFO] [stdout] 275 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `choice_run` which comes from the expansion of the macro `choice_derive_fold` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/using_macros.rs:209:15 [INFO] [stdout] | [INFO] [stdout] 209 | match $consume [INFO] [stdout] | _______________^ [INFO] [stdout] 210 | | .cons(($input.save(), $state.save()), |mut consume| [INFO] [stdout] 211 | | $p1.$run(Args { input: $input, config: $config, state: $state, consume: &mut consume, error: $error }) [INFO] [stdout] 212 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 228 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 229 | let ($($p,)+) = self.0; [INFO] [stdout] | -- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 244 | / choice_derive_fold!( [INFO] [stdout] 245 | | p1 P1, [INFO] [stdout] 246 | | p2 P2, [INFO] [stdout] 247 | | p3 P3, [INFO] [stdout] ... | [INFO] [stdout] 274 | | p30 P30 [INFO] [stdout] 275 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `choice_run` which comes from the expansion of the macro `choice_derive_fold` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/using_macros.rs:209:15 [INFO] [stdout] | [INFO] [stdout] 209 | match $consume [INFO] [stdout] | _______________^ [INFO] [stdout] 210 | | .cons(($input.save(), $state.save()), |mut consume| [INFO] [stdout] 211 | | $p1.$run(Args { input: $input, config: $config, state: $state, consume: &mut consume, error: $error }) [INFO] [stdout] 212 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 228 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 229 | let ($($p,)+) = self.0; [INFO] [stdout] | -- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 244 | / choice_derive_fold!( [INFO] [stdout] 245 | | p1 P1, [INFO] [stdout] 246 | | p2 P2, [INFO] [stdout] 247 | | p3 P3, [INFO] [stdout] ... | [INFO] [stdout] 274 | | p30 P30 [INFO] [stdout] 275 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `choice_run` which comes from the expansion of the macro `choice_derive_fold` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/using_macros.rs:209:15 [INFO] [stdout] | [INFO] [stdout] 209 | match $consume [INFO] [stdout] | _______________^ [INFO] [stdout] 210 | | .cons(($input.save(), $state.save()), |mut consume| [INFO] [stdout] 211 | | $p1.$run(Args { input: $input, config: $config, state: $state, consume: &mut consume, error: $error }) [INFO] [stdout] 212 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 228 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 229 | let ($($p,)+) = self.0; [INFO] [stdout] | -- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 244 | / choice_derive_fold!( [INFO] [stdout] 245 | | p1 P1, [INFO] [stdout] 246 | | p2 P2, [INFO] [stdout] 247 | | p3 P3, [INFO] [stdout] ... | [INFO] [stdout] 274 | | p30 P30 [INFO] [stdout] 275 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `choice_run` which comes from the expansion of the macro `choice_derive_fold` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/using_macros.rs:209:15 [INFO] [stdout] | [INFO] [stdout] 209 | match $consume [INFO] [stdout] | _______________^ [INFO] [stdout] 210 | | .cons(($input.save(), $state.save()), |mut consume| [INFO] [stdout] 211 | | $p1.$run(Args { input: $input, config: $config, state: $state, consume: &mut consume, error: $error }) [INFO] [stdout] 212 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 228 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 229 | let ($($p,)+) = self.0; [INFO] [stdout] | -- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 244 | / choice_derive_fold!( [INFO] [stdout] 245 | | p1 P1, [INFO] [stdout] 246 | | p2 P2, [INFO] [stdout] 247 | | p3 P3, [INFO] [stdout] ... | [INFO] [stdout] 274 | | p30 P30 [INFO] [stdout] 275 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `choice_run` which comes from the expansion of the macro `choice_derive_fold` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/using_macros.rs:209:15 [INFO] [stdout] | [INFO] [stdout] 209 | match $consume [INFO] [stdout] | _______________^ [INFO] [stdout] 210 | | .cons(($input.save(), $state.save()), |mut consume| [INFO] [stdout] 211 | | $p1.$run(Args { input: $input, config: $config, state: $state, consume: &mut consume, error: $error }) [INFO] [stdout] 212 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 228 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 229 | let ($($p,)+) = self.0; [INFO] [stdout] | -- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 244 | / choice_derive_fold!( [INFO] [stdout] 245 | | p1 P1, [INFO] [stdout] 246 | | p2 P2, [INFO] [stdout] 247 | | p3 P3, [INFO] [stdout] ... | [INFO] [stdout] 274 | | p30 P30 [INFO] [stdout] 275 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `choice_run` which comes from the expansion of the macro `choice_derive_fold` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/using_macros.rs:209:15 [INFO] [stdout] | [INFO] [stdout] 209 | match $consume [INFO] [stdout] | _______________^ [INFO] [stdout] 210 | | .cons(($input.save(), $state.save()), |mut consume| [INFO] [stdout] 211 | | $p1.$run(Args { input: $input, config: $config, state: $state, consume: &mut consume, error: $error }) [INFO] [stdout] 212 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 228 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 229 | let ($($p,)+) = self.0; [INFO] [stdout] | -- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 244 | / choice_derive_fold!( [INFO] [stdout] 245 | | p1 P1, [INFO] [stdout] 246 | | p2 P2, [INFO] [stdout] 247 | | p3 P3, [INFO] [stdout] ... | [INFO] [stdout] 274 | | p30 P30 [INFO] [stdout] 275 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `choice_run` which comes from the expansion of the macro `choice_derive_fold` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/using_macros.rs:209:15 [INFO] [stdout] | [INFO] [stdout] 209 | match $consume [INFO] [stdout] | _______________^ [INFO] [stdout] 210 | | .cons(($input.save(), $state.save()), |mut consume| [INFO] [stdout] 211 | | $p1.$run(Args { input: $input, config: $config, state: $state, consume: &mut consume, error: $error }) [INFO] [stdout] 212 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 228 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 229 | let ($($p,)+) = self.0; [INFO] [stdout] | -- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 244 | / choice_derive_fold!( [INFO] [stdout] 245 | | p1 P1, [INFO] [stdout] 246 | | p2 P2, [INFO] [stdout] 247 | | p3 P3, [INFO] [stdout] ... | [INFO] [stdout] 274 | | p30 P30 [INFO] [stdout] 275 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `choice_run` which comes from the expansion of the macro `choice_derive_fold` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/using_macros.rs:209:15 [INFO] [stdout] | [INFO] [stdout] 209 | match $consume [INFO] [stdout] | _______________^ [INFO] [stdout] 210 | | .cons(($input.save(), $state.save()), |mut consume| [INFO] [stdout] 211 | | $p1.$run(Args { input: $input, config: $config, state: $state, consume: &mut consume, error: $error }) [INFO] [stdout] 212 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 228 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 229 | let ($($p,)+) = self.0; [INFO] [stdout] | -- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 244 | / choice_derive_fold!( [INFO] [stdout] 245 | | p1 P1, [INFO] [stdout] 246 | | p2 P2, [INFO] [stdout] 247 | | p3 P3, [INFO] [stdout] ... | [INFO] [stdout] 274 | | p30 P30 [INFO] [stdout] 275 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `choice_run` which comes from the expansion of the macro `choice_derive_fold` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/using_macros.rs:209:15 [INFO] [stdout] | [INFO] [stdout] 209 | match $consume [INFO] [stdout] | _______________^ [INFO] [stdout] 210 | | .cons(($input.save(), $state.save()), |mut consume| [INFO] [stdout] 211 | | $p1.$run(Args { input: $input, config: $config, state: $state, consume: &mut consume, error: $error }) [INFO] [stdout] 212 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 228 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 229 | let ($($p,)+) = self.0; [INFO] [stdout] | -- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 244 | / choice_derive_fold!( [INFO] [stdout] 245 | | p1 P1, [INFO] [stdout] 246 | | p2 P2, [INFO] [stdout] 247 | | p3 P3, [INFO] [stdout] ... | [INFO] [stdout] 274 | | p30 P30 [INFO] [stdout] 275 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `choice_run` which comes from the expansion of the macro `choice_derive_fold` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/using_macros.rs:209:15 [INFO] [stdout] | [INFO] [stdout] 209 | match $consume [INFO] [stdout] | _______________^ [INFO] [stdout] 210 | | .cons(($input.save(), $state.save()), |mut consume| [INFO] [stdout] 211 | | $p1.$run(Args { input: $input, config: $config, state: $state, consume: &mut consume, error: $error }) [INFO] [stdout] 212 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 228 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 229 | let ($($p,)+) = self.0; [INFO] [stdout] | -- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 244 | / choice_derive_fold!( [INFO] [stdout] 245 | | p1 P1, [INFO] [stdout] 246 | | p2 P2, [INFO] [stdout] 247 | | p3 P3, [INFO] [stdout] ... | [INFO] [stdout] 274 | | p30 P30 [INFO] [stdout] 275 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `choice_run` which comes from the expansion of the macro `choice_derive_fold` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/using_macros.rs:209:15 [INFO] [stdout] | [INFO] [stdout] 209 | match $consume [INFO] [stdout] | _______________^ [INFO] [stdout] 210 | | .cons(($input.save(), $state.save()), |mut consume| [INFO] [stdout] 211 | | $p1.$run(Args { input: $input, config: $config, state: $state, consume: &mut consume, error: $error }) [INFO] [stdout] 212 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 228 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 229 | let ($($p,)+) = self.0; [INFO] [stdout] | -- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 244 | / choice_derive_fold!( [INFO] [stdout] 245 | | p1 P1, [INFO] [stdout] 246 | | p2 P2, [INFO] [stdout] 247 | | p3 P3, [INFO] [stdout] ... | [INFO] [stdout] 274 | | p30 P30 [INFO] [stdout] 275 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `choice_run` which comes from the expansion of the macro `choice_derive_fold` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/using_macros.rs:209:15 [INFO] [stdout] | [INFO] [stdout] 209 | match $consume [INFO] [stdout] | _______________^ [INFO] [stdout] 210 | | .cons(($input.save(), $state.save()), |mut consume| [INFO] [stdout] 211 | | $p1.$run(Args { input: $input, config: $config, state: $state, consume: &mut consume, error: $error }) [INFO] [stdout] 212 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 228 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 229 | let ($($p,)+) = self.0; [INFO] [stdout] | -- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 244 | / choice_derive_fold!( [INFO] [stdout] 245 | | p1 P1, [INFO] [stdout] 246 | | p2 P2, [INFO] [stdout] 247 | | p3 P3, [INFO] [stdout] ... | [INFO] [stdout] 274 | | p30 P30 [INFO] [stdout] 275 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `choice_run` which comes from the expansion of the macro `choice_derive_fold` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/using_macros.rs:209:15 [INFO] [stdout] | [INFO] [stdout] 209 | match $consume [INFO] [stdout] | _______________^ [INFO] [stdout] 210 | | .cons(($input.save(), $state.save()), |mut consume| [INFO] [stdout] 211 | | $p1.$run(Args { input: $input, config: $config, state: $state, consume: &mut consume, error: $error }) [INFO] [stdout] 212 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 228 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 229 | let ($($p,)+) = self.0; [INFO] [stdout] | -- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 244 | / choice_derive_fold!( [INFO] [stdout] 245 | | p1 P1, [INFO] [stdout] 246 | | p2 P2, [INFO] [stdout] 247 | | p3 P3, [INFO] [stdout] ... | [INFO] [stdout] 274 | | p30 P30 [INFO] [stdout] 275 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `choice_run` which comes from the expansion of the macro `choice_derive_fold` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/using_macros.rs:209:15 [INFO] [stdout] | [INFO] [stdout] 209 | match $consume [INFO] [stdout] | _______________^ [INFO] [stdout] 210 | | .cons(($input.save(), $state.save()), |mut consume| [INFO] [stdout] 211 | | $p1.$run(Args { input: $input, config: $config, state: $state, consume: &mut consume, error: $error }) [INFO] [stdout] 212 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 228 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 229 | let ($($p,)+) = self.0; [INFO] [stdout] | -- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 244 | / choice_derive_fold!( [INFO] [stdout] 245 | | p1 P1, [INFO] [stdout] 246 | | p2 P2, [INFO] [stdout] 247 | | p3 P3, [INFO] [stdout] ... | [INFO] [stdout] 274 | | p30 P30 [INFO] [stdout] 275 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `choice_run` which comes from the expansion of the macro `choice_derive_fold` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/using_macros.rs:209:15 [INFO] [stdout] | [INFO] [stdout] 209 | match $consume [INFO] [stdout] | _______________^ [INFO] [stdout] 210 | | .cons(($input.save(), $state.save()), |mut consume| [INFO] [stdout] 211 | | $p1.$run(Args { input: $input, config: $config, state: $state, consume: &mut consume, error: $error }) [INFO] [stdout] 212 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 228 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 229 | let ($($p,)+) = self.0; [INFO] [stdout] | -- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 244 | / choice_derive_fold!( [INFO] [stdout] 245 | | p1 P1, [INFO] [stdout] 246 | | p2 P2, [INFO] [stdout] 247 | | p3 P3, [INFO] [stdout] ... | [INFO] [stdout] 274 | | p30 P30 [INFO] [stdout] 275 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `choice_run` which comes from the expansion of the macro `choice_derive_fold` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/using_macros.rs:209:15 [INFO] [stdout] | [INFO] [stdout] 209 | match $consume [INFO] [stdout] | _______________^ [INFO] [stdout] 210 | | .cons(($input.save(), $state.save()), |mut consume| [INFO] [stdout] 211 | | $p1.$run(Args { input: $input, config: $config, state: $state, consume: &mut consume, error: $error }) [INFO] [stdout] 212 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 228 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 229 | let ($($p,)+) = self.0; [INFO] [stdout] | -- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 244 | / choice_derive_fold!( [INFO] [stdout] 245 | | p1 P1, [INFO] [stdout] 246 | | p2 P2, [INFO] [stdout] 247 | | p3 P3, [INFO] [stdout] ... | [INFO] [stdout] 274 | | p30 P30 [INFO] [stdout] 275 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `choice_run` which comes from the expansion of the macro `choice_derive_fold` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/using_macros.rs:209:15 [INFO] [stdout] | [INFO] [stdout] 209 | match $consume [INFO] [stdout] | _______________^ [INFO] [stdout] 210 | | .cons(($input.save(), $state.save()), |mut consume| [INFO] [stdout] 211 | | $p1.$run(Args { input: $input, config: $config, state: $state, consume: &mut consume, error: $error }) [INFO] [stdout] 212 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 228 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 229 | let ($($p,)+) = self.0; [INFO] [stdout] | -- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 244 | / choice_derive_fold!( [INFO] [stdout] 245 | | p1 P1, [INFO] [stdout] 246 | | p2 P2, [INFO] [stdout] 247 | | p3 P3, [INFO] [stdout] ... | [INFO] [stdout] 274 | | p30 P30 [INFO] [stdout] 275 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `choice_run` which comes from the expansion of the macro `choice_derive_fold` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/using_macros.rs:209:15 [INFO] [stdout] | [INFO] [stdout] 209 | match $consume [INFO] [stdout] | _______________^ [INFO] [stdout] 210 | | .cons(($input.save(), $state.save()), |mut consume| [INFO] [stdout] 211 | | $p1.$run(Args { input: $input, config: $config, state: $state, consume: &mut consume, error: $error }) [INFO] [stdout] 212 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 228 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 229 | let ($($p,)+) = self.0; [INFO] [stdout] | -- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 244 | / choice_derive_fold!( [INFO] [stdout] 245 | | p1 P1, [INFO] [stdout] 246 | | p2 P2, [INFO] [stdout] 247 | | p3 P3, [INFO] [stdout] ... | [INFO] [stdout] 274 | | p30 P30 [INFO] [stdout] 275 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `choice_run` which comes from the expansion of the macro `choice_derive_fold` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/using_macros.rs:209:15 [INFO] [stdout] | [INFO] [stdout] 209 | match $consume [INFO] [stdout] | _______________^ [INFO] [stdout] 210 | | .cons(($input.save(), $state.save()), |mut consume| [INFO] [stdout] 211 | | $p1.$run(Args { input: $input, config: $config, state: $state, consume: &mut consume, error: $error }) [INFO] [stdout] 212 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 228 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 229 | let ($($p,)+) = self.0; [INFO] [stdout] | -- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 244 | / choice_derive_fold!( [INFO] [stdout] 245 | | p1 P1, [INFO] [stdout] 246 | | p2 P2, [INFO] [stdout] 247 | | p3 P3, [INFO] [stdout] ... | [INFO] [stdout] 274 | | p30 P30 [INFO] [stdout] 275 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `choice_run` which comes from the expansion of the macro `choice_derive_fold` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/using_macros.rs:209:15 [INFO] [stdout] | [INFO] [stdout] 209 | match $consume [INFO] [stdout] | _______________^ [INFO] [stdout] 210 | | .cons(($input.save(), $state.save()), |mut consume| [INFO] [stdout] 211 | | $p1.$run(Args { input: $input, config: $config, state: $state, consume: &mut consume, error: $error }) [INFO] [stdout] 212 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 228 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 229 | let ($($p,)+) = self.0; [INFO] [stdout] | -- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 244 | / choice_derive_fold!( [INFO] [stdout] 245 | | p1 P1, [INFO] [stdout] 246 | | p2 P2, [INFO] [stdout] 247 | | p3 P3, [INFO] [stdout] ... | [INFO] [stdout] 274 | | p30 P30 [INFO] [stdout] 275 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `choice_run` which comes from the expansion of the macro `choice_derive_fold` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/using_macros.rs:209:15 [INFO] [stdout] | [INFO] [stdout] 209 | match $consume [INFO] [stdout] | _______________^ [INFO] [stdout] 210 | | .cons(($input.save(), $state.save()), |mut consume| [INFO] [stdout] 211 | | $p1.$run(Args { input: $input, config: $config, state: $state, consume: &mut consume, error: $error }) [INFO] [stdout] 212 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 228 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 229 | let ($($p,)+) = self.0; [INFO] [stdout] | -- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 244 | / choice_derive_fold!( [INFO] [stdout] 245 | | p1 P1, [INFO] [stdout] 246 | | p2 P2, [INFO] [stdout] 247 | | p3 P3, [INFO] [stdout] ... | [INFO] [stdout] 274 | | p30 P30 [INFO] [stdout] 275 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `choice_run` which comes from the expansion of the macro `choice_derive_fold` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/using_macros.rs:209:15 [INFO] [stdout] | [INFO] [stdout] 209 | match $consume [INFO] [stdout] | _______________^ [INFO] [stdout] 210 | | .cons(($input.save(), $state.save()), |mut consume| [INFO] [stdout] 211 | | $p1.$run(Args { input: $input, config: $config, state: $state, consume: &mut consume, error: $error }) [INFO] [stdout] 212 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 228 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 229 | let ($($p,)+) = self.0; [INFO] [stdout] | -- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 244 | / choice_derive_fold!( [INFO] [stdout] 245 | | p1 P1, [INFO] [stdout] 246 | | p2 P2, [INFO] [stdout] 247 | | p3 P3, [INFO] [stdout] ... | [INFO] [stdout] 274 | | p30 P30 [INFO] [stdout] 275 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `choice_run` which comes from the expansion of the macro `choice_derive_fold` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/using_macros.rs:209:15 [INFO] [stdout] | [INFO] [stdout] 209 | match $consume [INFO] [stdout] | _______________^ [INFO] [stdout] 210 | | .cons(($input.save(), $state.save()), |mut consume| [INFO] [stdout] 211 | | $p1.$run(Args { input: $input, config: $config, state: $state, consume: &mut consume, error: $error }) [INFO] [stdout] 212 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 228 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 229 | let ($($p,)+) = self.0; [INFO] [stdout] | -- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 244 | / choice_derive_fold!( [INFO] [stdout] 245 | | p1 P1, [INFO] [stdout] 246 | | p2 P2, [INFO] [stdout] 247 | | p3 P3, [INFO] [stdout] ... | [INFO] [stdout] 274 | | p30 P30 [INFO] [stdout] 275 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `choice_run` which comes from the expansion of the macro `choice_derive_fold` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/using_macros.rs:209:15 [INFO] [stdout] | [INFO] [stdout] 209 | match $consume [INFO] [stdout] | _______________^ [INFO] [stdout] 210 | | .cons(($input.save(), $state.save()), |mut consume| [INFO] [stdout] 211 | | $p1.$run(Args { input: $input, config: $config, state: $state, consume: &mut consume, error: $error }) [INFO] [stdout] 212 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 228 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 229 | let ($($p,)+) = self.0; [INFO] [stdout] | -- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 244 | / choice_derive_fold!( [INFO] [stdout] 245 | | p1 P1, [INFO] [stdout] 246 | | p2 P2, [INFO] [stdout] 247 | | p3 P3, [INFO] [stdout] ... | [INFO] [stdout] 274 | | p30 P30 [INFO] [stdout] 275 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `choice_run` which comes from the expansion of the macro `choice_derive_fold` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/using_macros.rs:209:15 [INFO] [stdout] | [INFO] [stdout] 209 | match $consume [INFO] [stdout] | _______________^ [INFO] [stdout] 210 | | .cons(($input.save(), $state.save()), |mut consume| [INFO] [stdout] 211 | | $p1.$run(Args { input: $input, config: $config, state: $state, consume: &mut consume, error: $error }) [INFO] [stdout] 212 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 228 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 229 | let ($($p,)+) = self.0; [INFO] [stdout] | -- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 244 | / choice_derive_fold!( [INFO] [stdout] 245 | | p1 P1, [INFO] [stdout] 246 | | p2 P2, [INFO] [stdout] 247 | | p3 P3, [INFO] [stdout] ... | [INFO] [stdout] 274 | | p30 P30 [INFO] [stdout] 275 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `choice_run` which comes from the expansion of the macro `choice_derive_fold` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/using_macros.rs:209:15 [INFO] [stdout] | [INFO] [stdout] 209 | match $consume [INFO] [stdout] | _______________^ [INFO] [stdout] 210 | | .cons(($input.save(), $state.save()), |mut consume| [INFO] [stdout] 211 | | $p1.$run(Args { input: $input, config: $config, state: $state, consume: &mut consume, error: $error }) [INFO] [stdout] 212 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 228 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 229 | let ($($p,)+) = self.0; [INFO] [stdout] | -- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 244 | / choice_derive_fold!( [INFO] [stdout] 245 | | p1 P1, [INFO] [stdout] 246 | | p2 P2, [INFO] [stdout] 247 | | p3 P3, [INFO] [stdout] ... | [INFO] [stdout] 274 | | p30 P30 [INFO] [stdout] 275 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `choice_run` which comes from the expansion of the macro `choice_derive_fold` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/using_macros.rs:209:15 [INFO] [stdout] | [INFO] [stdout] 209 | match $consume [INFO] [stdout] | _______________^ [INFO] [stdout] 210 | | .cons(($input.save(), $state.save()), |mut consume| [INFO] [stdout] 211 | | $p1.$run(Args { input: $input, config: $config, state: $state, consume: &mut consume, error: $error }) [INFO] [stdout] 212 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 228 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 229 | let ($($p,)+) = self.0; [INFO] [stdout] | -- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 244 | / choice_derive_fold!( [INFO] [stdout] 245 | | p1 P1, [INFO] [stdout] 246 | | p2 P2, [INFO] [stdout] 247 | | p3 P3, [INFO] [stdout] ... | [INFO] [stdout] 274 | | p30 P30 [INFO] [stdout] 275 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `choice_run` which comes from the expansion of the macro `choice_derive_fold` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/using_macros.rs:209:15 [INFO] [stdout] | [INFO] [stdout] 209 | match $consume [INFO] [stdout] | _______________^ [INFO] [stdout] 210 | | .cons(($input.save(), $state.save()), |mut consume| [INFO] [stdout] 211 | | $p1.$run(Args { input: $input, config: $config, state: $state, consume: &mut consume, error: $error }) [INFO] [stdout] 212 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 228 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 229 | let ($($p,)+) = self.0; [INFO] [stdout] | -- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 244 | / choice_derive_fold!( [INFO] [stdout] 245 | | p1 P1, [INFO] [stdout] 246 | | p2 P2, [INFO] [stdout] 247 | | p3 P3, [INFO] [stdout] ... | [INFO] [stdout] 274 | | p30 P30 [INFO] [stdout] 275 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `choice_run` which comes from the expansion of the macro `choice_derive_fold` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/using_macros.rs:209:15 [INFO] [stdout] | [INFO] [stdout] 209 | match $consume [INFO] [stdout] | _______________^ [INFO] [stdout] 210 | | .cons(($input.save(), $state.save()), |mut consume| [INFO] [stdout] 211 | | $p1.$run(Args { input: $input, config: $config, state: $state, consume: &mut consume, error: $error }) [INFO] [stdout] 212 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 228 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 229 | let ($($p,)+) = self.0; [INFO] [stdout] | -- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 244 | / choice_derive_fold!( [INFO] [stdout] 245 | | p1 P1, [INFO] [stdout] 246 | | p2 P2, [INFO] [stdout] 247 | | p3 P3, [INFO] [stdout] ... | [INFO] [stdout] 274 | | p30 P30 [INFO] [stdout] 275 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `choice_run` which comes from the expansion of the macro `choice_derive_fold` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/using_macros.rs:209:15 [INFO] [stdout] | [INFO] [stdout] 209 | match $consume [INFO] [stdout] | _______________^ [INFO] [stdout] 210 | | .cons(($input.save(), $state.save()), |mut consume| [INFO] [stdout] 211 | | $p1.$run(Args { input: $input, config: $config, state: $state, consume: &mut consume, error: $error }) [INFO] [stdout] 212 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 228 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 229 | let ($($p,)+) = self.0; [INFO] [stdout] | -- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 244 | / choice_derive_fold!( [INFO] [stdout] 245 | | p1 P1, [INFO] [stdout] 246 | | p2 P2, [INFO] [stdout] 247 | | p3 P3, [INFO] [stdout] ... | [INFO] [stdout] 274 | | p30 P30 [INFO] [stdout] 275 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `choice_run` which comes from the expansion of the macro `choice_derive_fold` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/using_macros.rs:209:15 [INFO] [stdout] | [INFO] [stdout] 209 | match $consume [INFO] [stdout] | _______________^ [INFO] [stdout] 210 | | .cons(($input.save(), $state.save()), |mut consume| [INFO] [stdout] 211 | | $p1.$run(Args { input: $input, config: $config, state: $state, consume: &mut consume, error: $error }) [INFO] [stdout] 212 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 228 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 229 | let ($($p,)+) = self.0; [INFO] [stdout] | -- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 244 | / choice_derive_fold!( [INFO] [stdout] 245 | | p1 P1, [INFO] [stdout] 246 | | p2 P2, [INFO] [stdout] 247 | | p3 P3, [INFO] [stdout] ... | [INFO] [stdout] 274 | | p30 P30 [INFO] [stdout] 275 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `choice_run` which comes from the expansion of the macro `choice_derive_fold` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/using_macros.rs:209:15 [INFO] [stdout] | [INFO] [stdout] 209 | match $consume [INFO] [stdout] | _______________^ [INFO] [stdout] 210 | | .cons(($input.save(), $state.save()), |mut consume| [INFO] [stdout] 211 | | $p1.$run(Args { input: $input, config: $config, state: $state, consume: &mut consume, error: $error }) [INFO] [stdout] 212 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 228 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 229 | let ($($p,)+) = self.0; [INFO] [stdout] | -- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 244 | / choice_derive_fold!( [INFO] [stdout] 245 | | p1 P1, [INFO] [stdout] 246 | | p2 P2, [INFO] [stdout] 247 | | p3 P3, [INFO] [stdout] ... | [INFO] [stdout] 274 | | p30 P30 [INFO] [stdout] 275 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `choice_run` which comes from the expansion of the macro `choice_derive_fold` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/using_macros.rs:209:15 [INFO] [stdout] | [INFO] [stdout] 209 | match $consume [INFO] [stdout] | _______________^ [INFO] [stdout] 210 | | .cons(($input.save(), $state.save()), |mut consume| [INFO] [stdout] 211 | | $p1.$run(Args { input: $input, config: $config, state: $state, consume: &mut consume, error: $error }) [INFO] [stdout] 212 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 228 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 229 | let ($($p,)+) = self.0; [INFO] [stdout] | -- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 244 | / choice_derive_fold!( [INFO] [stdout] 245 | | p1 P1, [INFO] [stdout] 246 | | p2 P2, [INFO] [stdout] 247 | | p3 P3, [INFO] [stdout] ... | [INFO] [stdout] 274 | | p30 P30 [INFO] [stdout] 275 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `choice_run` which comes from the expansion of the macro `choice_derive_fold` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/using_macros.rs:209:15 [INFO] [stdout] | [INFO] [stdout] 209 | match $consume [INFO] [stdout] | _______________^ [INFO] [stdout] 210 | | .cons(($input.save(), $state.save()), |mut consume| [INFO] [stdout] 211 | | $p1.$run(Args { input: $input, config: $config, state: $state, consume: &mut consume, error: $error }) [INFO] [stdout] 212 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 228 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 229 | let ($($p,)+) = self.0; [INFO] [stdout] | -- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 244 | / choice_derive_fold!( [INFO] [stdout] 245 | | p1 P1, [INFO] [stdout] 246 | | p2 P2, [INFO] [stdout] 247 | | p3 P3, [INFO] [stdout] ... | [INFO] [stdout] 274 | | p30 P30 [INFO] [stdout] 275 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `choice_run` which comes from the expansion of the macro `choice_derive_fold` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/using_macros.rs:209:15 [INFO] [stdout] | [INFO] [stdout] 209 | match $consume [INFO] [stdout] | _______________^ [INFO] [stdout] 210 | | .cons(($input.save(), $state.save()), |mut consume| [INFO] [stdout] 211 | | $p1.$run(Args { input: $input, config: $config, state: $state, consume: &mut consume, error: $error }) [INFO] [stdout] 212 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 228 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 229 | let ($($p,)+) = self.0; [INFO] [stdout] | -- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 244 | / choice_derive_fold!( [INFO] [stdout] 245 | | p1 P1, [INFO] [stdout] 246 | | p2 P2, [INFO] [stdout] 247 | | p3 P3, [INFO] [stdout] ... | [INFO] [stdout] 274 | | p30 P30 [INFO] [stdout] 275 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `choice_run` which comes from the expansion of the macro `choice_derive_fold` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/using_macros.rs:209:15 [INFO] [stdout] | [INFO] [stdout] 209 | match $consume [INFO] [stdout] | _______________^ [INFO] [stdout] 210 | | .cons(($input.save(), $state.save()), |mut consume| [INFO] [stdout] 211 | | $p1.$run(Args { input: $input, config: $config, state: $state, consume: &mut consume, error: $error }) [INFO] [stdout] 212 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 228 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 229 | let ($($p,)+) = self.0; [INFO] [stdout] | -- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 244 | / choice_derive_fold!( [INFO] [stdout] 245 | | p1 P1, [INFO] [stdout] 246 | | p2 P2, [INFO] [stdout] 247 | | p3 P3, [INFO] [stdout] ... | [INFO] [stdout] 274 | | p30 P30 [INFO] [stdout] 275 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `choice_run` which comes from the expansion of the macro `choice_derive_fold` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/using_macros.rs:209:15 [INFO] [stdout] | [INFO] [stdout] 209 | match $consume [INFO] [stdout] | _______________^ [INFO] [stdout] 210 | | .cons(($input.save(), $state.save()), |mut consume| [INFO] [stdout] 211 | | $p1.$run(Args { input: $input, config: $config, state: $state, consume: &mut consume, error: $error }) [INFO] [stdout] 212 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 228 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 229 | let ($($p,)+) = self.0; [INFO] [stdout] | -- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 244 | / choice_derive_fold!( [INFO] [stdout] 245 | | p1 P1, [INFO] [stdout] 246 | | p2 P2, [INFO] [stdout] 247 | | p3 P3, [INFO] [stdout] ... | [INFO] [stdout] 274 | | p30 P30 [INFO] [stdout] 275 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `choice_run` which comes from the expansion of the macro `choice_derive_fold` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/using_macros.rs:209:15 [INFO] [stdout] | [INFO] [stdout] 209 | match $consume [INFO] [stdout] | _______________^ [INFO] [stdout] 210 | | .cons(($input.save(), $state.save()), |mut consume| [INFO] [stdout] 211 | | $p1.$run(Args { input: $input, config: $config, state: $state, consume: &mut consume, error: $error }) [INFO] [stdout] 212 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 228 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 229 | let ($($p,)+) = self.0; [INFO] [stdout] | -- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 244 | / choice_derive_fold!( [INFO] [stdout] 245 | | p1 P1, [INFO] [stdout] 246 | | p2 P2, [INFO] [stdout] 247 | | p3 P3, [INFO] [stdout] ... | [INFO] [stdout] 274 | | p30 P30 [INFO] [stdout] 275 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `choice_run` which comes from the expansion of the macro `choice_derive_fold` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/using_macros.rs:209:15 [INFO] [stdout] | [INFO] [stdout] 209 | match $consume [INFO] [stdout] | _______________^ [INFO] [stdout] 210 | | .cons(($input.save(), $state.save()), |mut consume| [INFO] [stdout] 211 | | $p1.$run(Args { input: $input, config: $config, state: $state, consume: &mut consume, error: $error }) [INFO] [stdout] 212 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 228 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 229 | let ($($p,)+) = self.0; [INFO] [stdout] | -- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 244 | / choice_derive_fold!( [INFO] [stdout] 245 | | p1 P1, [INFO] [stdout] 246 | | p2 P2, [INFO] [stdout] 247 | | p3 P3, [INFO] [stdout] ... | [INFO] [stdout] 274 | | p30 P30 [INFO] [stdout] 275 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `choice_run` which comes from the expansion of the macro `choice_derive_fold` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/using_macros.rs:209:15 [INFO] [stdout] | [INFO] [stdout] 209 | match $consume [INFO] [stdout] | _______________^ [INFO] [stdout] 210 | | .cons(($input.save(), $state.save()), |mut consume| [INFO] [stdout] 211 | | $p1.$run(Args { input: $input, config: $config, state: $state, consume: &mut consume, error: $error }) [INFO] [stdout] 212 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 228 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 229 | let ($($p,)+) = self.0; [INFO] [stdout] | -- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 244 | / choice_derive_fold!( [INFO] [stdout] 245 | | p1 P1, [INFO] [stdout] 246 | | p2 P2, [INFO] [stdout] 247 | | p3 P3, [INFO] [stdout] ... | [INFO] [stdout] 274 | | p30 P30 [INFO] [stdout] 275 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `choice_run` which comes from the expansion of the macro `choice_derive_fold` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(Option, Option<(::Savepoint, ::Savepoint)>)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/using_macros.rs:209:15 [INFO] [stdout] | [INFO] [stdout] 209 | match $consume [INFO] [stdout] | _______________^ [INFO] [stdout] 210 | | .cons(($input.save(), $state.save()), |mut consume| [INFO] [stdout] 211 | | $p1.$run(Args { input: $input, config: $config, state: $state, consume: &mut consume, error: $error }) [INFO] [stdout] 212 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 228 | fn run_once(self, args: Args) -> Option { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 229 | let ($($p,)+) = self.0; [INFO] [stdout] | -- [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 244 | / choice_derive_fold!( [INFO] [stdout] 245 | | p1 P1, [INFO] [stdout] 246 | | p2 P2, [INFO] [stdout] 247 | | p3 P3, [INFO] [stdout] ... | [INFO] [stdout] 274 | | p30 P30 [INFO] [stdout] 275 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `choice_run` which comes from the expansion of the macro `choice_derive_fold` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 59 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `chasa` (lib) due to 60 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 59 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `chasa` (lib test) due to 60 previous errors [INFO] running `Command { std: "docker" "inspect" "a3a4940e8771e2d4a145b0a1df48792a02aa01e41eb0c91e4bb602efde99e5c6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a3a4940e8771e2d4a145b0a1df48792a02aa01e41eb0c91e4bb602efde99e5c6", kill_on_drop: false }` [INFO] [stdout] a3a4940e8771e2d4a145b0a1df48792a02aa01e41eb0c91e4bb602efde99e5c6