[INFO] fetching crate artlr_syntax 0.3.0... [INFO] checking artlr_syntax-0.3.0 against try#4d98531622e1718ae0bc3c7a1ab9cd8938428452+rustflags=-Dtail_expr_drop_order for pr-129604 [INFO] extracting crate artlr_syntax 0.3.0 into /workspace/builds/worker-2-tc2/source [INFO] validating manifest of crates.io crate artlr_syntax 0.3.0 on toolchain 4d98531622e1718ae0bc3c7a1ab9cd8938428452 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate artlr_syntax 0.3.0 [INFO] finished tweaking crates.io crate artlr_syntax 0.3.0 [INFO] tweaked toml for crates.io crate artlr_syntax 0.3.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 42ac88c32a28ca6a470640a8caf491a8fd30ed8a224608601c9aaa0fc446677e [INFO] running `Command { std: "docker" "start" "-a" "42ac88c32a28ca6a470640a8caf491a8fd30ed8a224608601c9aaa0fc446677e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "42ac88c32a28ca6a470640a8caf491a8fd30ed8a224608601c9aaa0fc446677e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "42ac88c32a28ca6a470640a8caf491a8fd30ed8a224608601c9aaa0fc446677e", kill_on_drop: false }` [INFO] [stdout] 42ac88c32a28ca6a470640a8caf491a8fd30ed8a224608601c9aaa0fc446677e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dtail_expr_drop_order" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dcee74721c9e81b6bafe1076c6e67ba7a3e82636d2bf350204db62eb30d20df3 [INFO] running `Command { std: "docker" "start" "-a" "dcee74721c9e81b6bafe1076c6e67ba7a3e82636d2bf350204db62eb30d20df3", kill_on_drop: false }` [INFO] [stderr] Checking artlr_syntax v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/grammar/first_follow_symbols.rs:53:13 [INFO] [stdout] | [INFO] [stdout] 51 | fn ref_map_to_symbols_map(symbols_ref_map: HashMap>>) -> SymbolsMap { [INFO] [stdout] | ------------------------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 52 | HashMap::from_iter( [INFO] [stdout] 53 | / symbols_ref_map.into_iter().map( [INFO] [stdout] 54 | | |(symbol, symbols_ref)| [INFO] [stdout] 55 | | (symbol, symbols_ref.take()) [INFO] [stdout] 56 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/grammar/first_follow_symbols.rs:55:30 [INFO] [stdout] | [INFO] [stdout] 54 | |(symbol, symbols_ref)| [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 55 | (symbol, symbols_ref.take()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/grammar/first_follow_symbols.rs:122:28 [INFO] [stdout] | [INFO] [stdout] 122 | .map(|symbol| (symbol.clone(), RefCell::new(HashSet::new()))) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/grammar/first_follow_symbols.rs:122:44 [INFO] [stdout] | [INFO] [stdout] 122 | .map(|symbol| (symbol.clone(), RefCell::new(HashSet::new()))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/grammar/first_follow_symbols.rs:233:22 [INFO] [stdout] | [INFO] [stdout] 230 | let mut hash_set = HashSet::new(); [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 233 | (symbol.clone(), RefCell::new(hash_set)) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/grammar/first_follow_symbols.rs:233:38 [INFO] [stdout] | [INFO] [stdout] 230 | let mut hash_set = HashSet::new(); [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 233 | (symbol.clone(), RefCell::new(hash_set)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/grammar/first_follow_symbols.rs:246:32 [INFO] [stdout] | [INFO] [stdout] 246 | .map(|symbol| (symbol.clone(), RefCell::new(HashSet::new()))), [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/grammar/first_follow_symbols.rs:246:48 [INFO] [stdout] | [INFO] [stdout] 246 | .map(|symbol| (symbol.clone(), RefCell::new(HashSet::new()))), [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] warning: call to `.borrow()` on a reference in this situation does nothing [INFO] [stdout] --> src/grammar/first_follow_symbols.rs:296:45 [INFO] [stdout] | [INFO] [stdout] 296 | .get(output_symbol).unwrap().borrow(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the type `HashSet` does not implement `Borrow`, so calling `borrow` on `&HashSet` copies the reference, which does not do anything and can be removed [INFO] [stdout] = note: `#[warn(noop_method_call)]` on by default [INFO] [stdout] help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] 296 - .get(output_symbol).unwrap().borrow(); [INFO] [stdout] 296 + .get(output_symbol).unwrap(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser/recursive_descent_parser.rs:149:13 [INFO] [stdout] | [INFO] [stdout] 123 | let mut failed_productions: Vec> = vec![]; [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 149 | Err(FailedState::new( [INFO] [stdout] | _____________^ [INFO] [stdout] 150 | | failed_productions, [INFO] [stdout] 151 | | symbol_to_derive.clone(), [INFO] [stdout] 152 | | )) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser/recursive_descent_parser_transitions.rs:172:25 [INFO] [stdout] | [INFO] [stdout] 172 | symbol.clone(), [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser/recursive_descent_parser_transitions.rs:173:25 [INFO] [stdout] | [INFO] [stdout] 173 | / HashMap::from_iter( [INFO] [stdout] 174 | | terminal_symbols [INFO] [stdout] 175 | | .iter() [INFO] [stdout] 176 | | .map(|symbol| [INFO] [stdout] ... | [INFO] [stdout] 181 | | ) [INFO] [stdout] 182 | | ) [INFO] [stdout] | |_________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser/recursive_descent_parser_transitions.rs:178:41 [INFO] [stdout] | [INFO] [stdout] 178 | ... symbol.clone(), [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 12 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `artlr_syntax` (lib) due to 13 previous errors; 1 warning emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/grammar/first_follow_symbols.rs:53:13 [INFO] [stdout] | [INFO] [stdout] 51 | fn ref_map_to_symbols_map(symbols_ref_map: HashMap>>) -> SymbolsMap { [INFO] [stdout] | ------------------------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 52 | HashMap::from_iter( [INFO] [stdout] 53 | / symbols_ref_map.into_iter().map( [INFO] [stdout] 54 | | |(symbol, symbols_ref)| [INFO] [stdout] 55 | | (symbol, symbols_ref.take()) [INFO] [stdout] 56 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/grammar/first_follow_symbols.rs:55:30 [INFO] [stdout] | [INFO] [stdout] 54 | |(symbol, symbols_ref)| [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 55 | (symbol, symbols_ref.take()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/grammar/first_follow_symbols.rs:122:28 [INFO] [stdout] | [INFO] [stdout] 122 | .map(|symbol| (symbol.clone(), RefCell::new(HashSet::new()))) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/grammar/first_follow_symbols.rs:122:44 [INFO] [stdout] | [INFO] [stdout] 122 | .map(|symbol| (symbol.clone(), RefCell::new(HashSet::new()))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/grammar/first_follow_symbols.rs:233:22 [INFO] [stdout] | [INFO] [stdout] 230 | let mut hash_set = HashSet::new(); [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 233 | (symbol.clone(), RefCell::new(hash_set)) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/grammar/first_follow_symbols.rs:233:38 [INFO] [stdout] | [INFO] [stdout] 230 | let mut hash_set = HashSet::new(); [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 233 | (symbol.clone(), RefCell::new(hash_set)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/grammar/first_follow_symbols.rs:246:32 [INFO] [stdout] | [INFO] [stdout] 246 | .map(|symbol| (symbol.clone(), RefCell::new(HashSet::new()))), [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/grammar/first_follow_symbols.rs:246:48 [INFO] [stdout] | [INFO] [stdout] 246 | .map(|symbol| (symbol.clone(), RefCell::new(HashSet::new()))), [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] warning: call to `.borrow()` on a reference in this situation does nothing [INFO] [stdout] --> src/grammar/first_follow_symbols.rs:296:45 [INFO] [stdout] | [INFO] [stdout] 296 | .get(output_symbol).unwrap().borrow(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the type `HashSet` does not implement `Borrow`, so calling `borrow` on `&HashSet` copies the reference, which does not do anything and can be removed [INFO] [stdout] = note: `#[warn(noop_method_call)]` on by default [INFO] [stdout] help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] 296 - .get(output_symbol).unwrap().borrow(); [INFO] [stdout] 296 + .get(output_symbol).unwrap(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser/recursive_descent_parser.rs:149:13 [INFO] [stdout] | [INFO] [stdout] 123 | let mut failed_productions: Vec> = vec![]; [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 149 | Err(FailedState::new( [INFO] [stdout] | _____________^ [INFO] [stdout] 150 | | failed_productions, [INFO] [stdout] 151 | | symbol_to_derive.clone(), [INFO] [stdout] 152 | | )) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser/recursive_descent_parser_transitions.rs:172:25 [INFO] [stdout] | [INFO] [stdout] 172 | symbol.clone(), [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser/recursive_descent_parser_transitions.rs:173:25 [INFO] [stdout] | [INFO] [stdout] 173 | / HashMap::from_iter( [INFO] [stdout] 174 | | terminal_symbols [INFO] [stdout] 175 | | .iter() [INFO] [stdout] 176 | | .map(|symbol| [INFO] [stdout] ... | [INFO] [stdout] 181 | | ) [INFO] [stdout] 182 | | ) [INFO] [stdout] | |_________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser/recursive_descent_parser_transitions.rs:178:41 [INFO] [stdout] | [INFO] [stdout] 178 | ... symbol.clone(), [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 12 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `artlr_syntax` (lib test) due to 13 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "dcee74721c9e81b6bafe1076c6e67ba7a3e82636d2bf350204db62eb30d20df3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dcee74721c9e81b6bafe1076c6e67ba7a3e82636d2bf350204db62eb30d20df3", kill_on_drop: false }` [INFO] [stdout] dcee74721c9e81b6bafe1076c6e67ba7a3e82636d2bf350204db62eb30d20df3