[INFO] fetching crate ielr 0.1.1... [INFO] checking ielr-0.1.1 against master#1f12b9b0fdbe735968ac002792a720f0ba4faca6 for crater-rollup-uwu [INFO] extracting crate ielr 0.1.1 into /workspace/builds/worker-0-tc1/source [INFO] validating manifest of crates.io crate ielr 0.1.1 on toolchain 1f12b9b0fdbe735968ac002792a720f0ba4faca6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-0-tc1/source/.cargo/config.toml [INFO] removed /workspace/builds/worker-0-tc1/source/rust-toolchain.toml [INFO] started tweaking crates.io crate ielr 0.1.1 [INFO] finished tweaking crates.io crate ielr 0.1.1 [INFO] tweaked toml for crates.io crate ielr 0.1.1 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] crate crates.io crate ielr 0.1.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded fnv v1.0.5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ea541674f15144fd1f990fdb9b8f464fe4daa79e4c84e5dde7064555ae2c5073 [INFO] running `Command { std: "docker" "start" "-a" "ea541674f15144fd1f990fdb9b8f464fe4daa79e4c84e5dde7064555ae2c5073", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ea541674f15144fd1f990fdb9b8f464fe4daa79e4c84e5dde7064555ae2c5073", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ea541674f15144fd1f990fdb9b8f464fe4daa79e4c84e5dde7064555ae2c5073", kill_on_drop: false }` [INFO] [stdout] ea541674f15144fd1f990fdb9b8f464fe4daa79e4c84e5dde7064555ae2c5073 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "-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" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5d8cdb41994c94b712c845b7384ef3d0c74c60263effe657e5d50381752e26de [INFO] running `Command { std: "docker" "start" "-a" "5d8cdb41994c94b712c845b7384ef3d0c74c60263effe657e5d50381752e26de", kill_on_drop: false }` [INFO] [stderr] Checking fnv v1.0.5 [INFO] [stderr] Checking ielr v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: struct `DisplayTable` is never constructed [INFO] [stdout] --> tests/integration/complex_grammars.rs:286:8 [INFO] [stdout] | [INFO] [stdout] 286 | struct DisplayTable<'a> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `fmt_lookahead` is never used [INFO] [stdout] --> tests/integration/complex_grammars.rs:293:8 [INFO] [stdout] | [INFO] [stdout] 292 | impl DisplayTable<'_> { [INFO] [stdout] | --------------------- method in this implementation [INFO] [stdout] 293 | fn fmt_lookahead(&self, f: &mut fmt::Formatter<'_>, lookahead: Lookahead) -> fmt::Result { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `DisplayTable` is never constructed [INFO] [stdout] --> src/test_common.rs:165:23 [INFO] [stdout] | [INFO] [stdout] 165 | pub(crate) struct DisplayTable<'a, Kind>(&'a LRTable); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `token_str`, `node_str`, and `symbol_str` are never used [INFO] [stdout] --> src/test_common.rs:168:12 [INFO] [stdout] | [INFO] [stdout] 167 | impl DisplayTable<'_, Kind> { [INFO] [stdout] | ------------------------------------------ associated functions in this implementation [INFO] [stdout] 168 | fn token_str(token: Token) -> &'static str { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 178 | fn node_str(node: Node) -> &'static str { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 186 | fn symbol_str(symbol: Symbol) -> &'static str { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s [INFO] running `Command { std: "docker" "inspect" "5d8cdb41994c94b712c845b7384ef3d0c74c60263effe657e5d50381752e26de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5d8cdb41994c94b712c845b7384ef3d0c74c60263effe657e5d50381752e26de", kill_on_drop: false }` [INFO] [stdout] 5d8cdb41994c94b712c845b7384ef3d0c74c60263effe657e5d50381752e26de [INFO] checking ielr-0.1.1 against try#f9935d29d867449445ee008640ccca1bf1ae0889+rustflags=-Dtail_expr_drop_order for crater-rollup-uwu [INFO] extracting crate ielr 0.1.1 into /workspace/builds/worker-0-tc2/source [INFO] validating manifest of crates.io crate ielr 0.1.1 on toolchain f9935d29d867449445ee008640ccca1bf1ae0889 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f9935d29d867449445ee008640ccca1bf1ae0889" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-0-tc2/source/.cargo/config.toml [INFO] removed /workspace/builds/worker-0-tc2/source/rust-toolchain.toml [INFO] started tweaking crates.io crate ielr 0.1.1 [INFO] finished tweaking crates.io crate ielr 0.1.1 [INFO] tweaked toml for crates.io crate ielr 0.1.1 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] crate crates.io crate ielr 0.1.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f9935d29d867449445ee008640ccca1bf1ae0889" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+f9935d29d867449445ee008640ccca1bf1ae0889" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 20099decef60de3cbd5cc721b96532ad71145e92b090335f129a641e31e90c46 [INFO] running `Command { std: "docker" "start" "-a" "20099decef60de3cbd5cc721b96532ad71145e92b090335f129a641e31e90c46", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "20099decef60de3cbd5cc721b96532ad71145e92b090335f129a641e31e90c46", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "20099decef60de3cbd5cc721b96532ad71145e92b090335f129a641e31e90c46", kill_on_drop: false }` [INFO] [stdout] 20099decef60de3cbd5cc721b96532ad71145e92b090335f129a641e31e90c46 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dtail_expr_drop_order" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+f9935d29d867449445ee008640ccca1bf1ae0889" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 08c56a78b64c72593af7f126a98887924787e49b78b5a0ffd9b69782910ce2ef [INFO] running `Command { std: "docker" "start" "-a" "08c56a78b64c72593af7f126a98887924787e49b78b5a0ffd9b69782910ce2ef", kill_on_drop: false }` [INFO] [stderr] Checking fnv v1.0.5 [INFO] [stderr] Checking ielr v0.1.1 (/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/lib.rs:190:31 [INFO] [stdout] | [INFO] [stdout] 106 | start_nodes: impl IntoIterator, [INFO] [stdout] | ------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 190 | inner(algorithm, grammar, start_nodes.into_iter().collect()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = 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/lib.rs:187:12 [INFO] [stdout] | [INFO] [stdout] 125 | let grammar_data = GrammarData::new(grammar)?; [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 126 | let mut lalr_table = [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 127 | lr::LRTable::new_lr0(&grammar_data, start_nodes.iter().copied().collect())?; [INFO] [stdout] 128 | let phase0 = ielr::Phase0::new(&grammar_data, &mut lalr_table); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 129 | let phase1 = ielr::Phase1::new(phase0); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 130 | let mut phase2 = ielr::Phase2::new(phase1); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 174 | let mut phase3 = ielr::Phase3::new(phase2); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 183 | let mut phase4 = ielr::Phase4::new(phase3); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 184 | phase4.compute_lookaheads(); [INFO] [stdout] 185 | let mut table: Table = phase4.lr1_table.into(); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 186 | table.finish(&grammar_data); [INFO] [stdout] 187 | Ok((table, stats)) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/grammar_data.rs:43:12 [INFO] [stdout] | [INFO] [stdout] 40 | let nullables = Nullables::new(grammar); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 41 | Self::check_cycles(grammar, &nullables)?; [INFO] [stdout] 42 | let first_sets = FirstSets::new(grammar, &nullables); [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 43 | Ok(Self { [INFO] [stdout] | ____________^ [INFO] [stdout] 44 | | grammar, [INFO] [stdout] 45 | | nullables, [INFO] [stdout] 46 | | first_sets, [INFO] [stdout] 47 | | }) [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_data/first_set.rs:24:36 [INFO] [stdout] | [INFO] [stdout] 24 | .map(|node| (node, get_first_sets_for(grammar, nullables, node))) [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/ielr/item_relation.rs:59:24 [INFO] [stdout] | [INFO] [stdout] 59 | .map(|set| set.iter().map(|n| n as GotoIdx)) [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/lr.rs:138:28 [INFO] [stdout] | [INFO] [stdout] 138 | items: state.items.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/lr.rs:198:21 [INFO] [stdout] | [INFO] [stdout] 195 | fn from(table: LRTable) -> Self { [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 198 | states: table [INFO] [stdout] | _____________________^ [INFO] [stdout] 199 | | .states [INFO] [stdout] 200 | | .into_iter() [INFO] [stdout] 201 | | .map(|state| { [INFO] [stdout] ... | [INFO] [stdout] 230 | | }) [INFO] [stdout] 231 | | .collect(), [INFO] [stdout] | |__________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lr.rs:232:30 [INFO] [stdout] | [INFO] [stdout] 195 | fn from(table: LRTable) -> Self { [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 232 | starting_states: table [INFO] [stdout] | ______________________________^ [INFO] [stdout] 233 | | .starting_states [INFO] [stdout] 234 | | .into_iter() [INFO] [stdout] 235 | | .map(|(node, s)| (node, s.into())) [INFO] [stdout] | |__________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lr.rs:216:32 [INFO] [stdout] | [INFO] [stdout] 201 | .map(|state| { [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 216 | items: state [INFO] [stdout] | ________________________________^ [INFO] [stdout] 217 | | .items [INFO] [stdout] 218 | | .into_iter() [INFO] [stdout] 219 | | .map(|item| Item { [INFO] [stdout] ... | [INFO] [stdout] 223 | | }) [INFO] [stdout] 224 | | .collect(), [INFO] [stdout] | |______________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 9 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ielr` (lib) due to 10 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: struct `DisplayTable` is never constructed [INFO] [stdout] --> src/test_common.rs:165:23 [INFO] [stdout] | [INFO] [stdout] 165 | pub(crate) struct DisplayTable<'a, Kind>(&'a LRTable); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `token_str`, `node_str`, and `symbol_str` are never used [INFO] [stdout] --> src/test_common.rs:168:12 [INFO] [stdout] | [INFO] [stdout] 167 | impl DisplayTable<'_, Kind> { [INFO] [stdout] | ------------------------------------------ associated functions in this implementation [INFO] [stdout] 168 | fn token_str(token: Token) -> &'static str { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 178 | fn node_str(node: Node) -> &'static str { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 186 | fn symbol_str(symbol: Symbol) -> &'static str { [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/lib.rs:190:31 [INFO] [stdout] | [INFO] [stdout] 106 | start_nodes: impl IntoIterator, [INFO] [stdout] | ------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 190 | inner(algorithm, grammar, start_nodes.into_iter().collect()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = 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/lib.rs:187:12 [INFO] [stdout] | [INFO] [stdout] 125 | let grammar_data = GrammarData::new(grammar)?; [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 126 | let mut lalr_table = [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 127 | lr::LRTable::new_lr0(&grammar_data, start_nodes.iter().copied().collect())?; [INFO] [stdout] 128 | let phase0 = ielr::Phase0::new(&grammar_data, &mut lalr_table); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 129 | let phase1 = ielr::Phase1::new(phase0); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 130 | let mut phase2 = ielr::Phase2::new(phase1); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 174 | let mut phase3 = ielr::Phase3::new(phase2); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 183 | let mut phase4 = ielr::Phase4::new(phase3); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 184 | phase4.compute_lookaheads(); [INFO] [stdout] 185 | let mut table: Table = phase4.lr1_table.into(); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 186 | table.finish(&grammar_data); [INFO] [stdout] 187 | Ok((table, stats)) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/grammar_data.rs:43:12 [INFO] [stdout] | [INFO] [stdout] 40 | let nullables = Nullables::new(grammar); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 41 | Self::check_cycles(grammar, &nullables)?; [INFO] [stdout] 42 | let first_sets = FirstSets::new(grammar, &nullables); [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 43 | Ok(Self { [INFO] [stdout] | ____________^ [INFO] [stdout] 44 | | grammar, [INFO] [stdout] 45 | | nullables, [INFO] [stdout] 46 | | first_sets, [INFO] [stdout] 47 | | }) [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_data/first_set.rs:24:36 [INFO] [stdout] | [INFO] [stdout] 24 | .map(|node| (node, get_first_sets_for(grammar, nullables, node))) [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/ielr/item_relation.rs:59:24 [INFO] [stdout] | [INFO] [stdout] 59 | .map(|set| set.iter().map(|n| n as GotoIdx)) [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/ielr/item_relation.rs:69:24 [INFO] [stdout] | [INFO] [stdout] 69 | .map(|set| set.iter().map(|n| n as GotoIdx)) [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/lr.rs:138:28 [INFO] [stdout] | [INFO] [stdout] 138 | items: state.items.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/lr.rs:198:21 [INFO] [stdout] | [INFO] [stdout] 195 | fn from(table: LRTable) -> Self { [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 198 | states: table [INFO] [stdout] | _____________________^ [INFO] [stdout] 199 | | .states [INFO] [stdout] 200 | | .into_iter() [INFO] [stdout] 201 | | .map(|state| { [INFO] [stdout] ... | [INFO] [stdout] 230 | | }) [INFO] [stdout] 231 | | .collect(), [INFO] [stdout] | |__________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lr.rs:232:30 [INFO] [stdout] | [INFO] [stdout] 195 | fn from(table: LRTable) -> Self { [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 232 | starting_states: table [INFO] [stdout] | ______________________________^ [INFO] [stdout] 233 | | .starting_states [INFO] [stdout] 234 | | .into_iter() [INFO] [stdout] 235 | | .map(|(node, s)| (node, s.into())) [INFO] [stdout] | |__________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lr.rs:216:32 [INFO] [stdout] | [INFO] [stdout] 201 | .map(|state| { [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 216 | items: state [INFO] [stdout] | ________________________________^ [INFO] [stdout] 217 | | .items [INFO] [stdout] 218 | | .into_iter() [INFO] [stdout] 219 | | .map(|item| Item { [INFO] [stdout] ... | [INFO] [stdout] 223 | | }) [INFO] [stdout] 224 | | .collect(), [INFO] [stdout] | |______________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 10 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ielr` (lib test) due to 11 previous errors; 2 warnings emitted [INFO] running `Command { std: "docker" "inspect" "08c56a78b64c72593af7f126a98887924787e49b78b5a0ffd9b69782910ce2ef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "08c56a78b64c72593af7f126a98887924787e49b78b5a0ffd9b69782910ce2ef", kill_on_drop: false }` [INFO] [stdout] 08c56a78b64c72593af7f126a98887924787e49b78b5a0ffd9b69782910ce2ef