[INFO] cloning repository https://github.com/sefutsu/mini-C-compiler [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sefutsu/mini-C-compiler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsefutsu%2Fmini-C-compiler", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsefutsu%2Fmini-C-compiler'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6432942c83a68ea49e888e9cb17e5fb3e31e7b93 [INFO] checking sefutsu/mini-C-compiler against master#1f12b9b0fdbe735968ac002792a720f0ba4faca6 for crater-rollup-uwu [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsefutsu%2Fmini-C-compiler" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sefutsu/mini-C-compiler 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] started tweaking git repo https://github.com/sefutsu/mini-C-compiler [INFO] finished tweaking git repo https://github.com/sefutsu/mini-C-compiler [INFO] tweaked toml for git repo https://github.com/sefutsu/mini-C-compiler written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/sefutsu/mini-C-compiler 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] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded memchr v2.3.4 [INFO] [stderr] Downloaded thread_local v1.1.3 [INFO] [stderr] Downloaded lalrpop-util v0.19.5 [INFO] [stderr] Downloaded diff v0.1.12 [INFO] [stderr] Downloaded ascii-canvas v2.0.0 [INFO] [stderr] Downloaded pico-args v0.4.0 [INFO] [stderr] Downloaded crossbeam-utils v0.8.3 [INFO] [stderr] Downloaded byteorder v1.4.2 [INFO] [stderr] Downloaded indexmap v1.6.2 [INFO] [stderr] Downloaded aho-corasick v0.7.15 [INFO] [stderr] Downloaded itertools v0.10.0 [INFO] [stderr] Downloaded term v0.5.2 [INFO] [stderr] Downloaded blake2b_simd v0.5.11 [INFO] [stderr] Downloaded petgraph v0.5.1 [INFO] [stderr] Downloaded lalrpop v0.19.5 [INFO] [stderr] Downloaded regex v1.4.3 [INFO] [stderr] Downloaded rust-argon2 v0.8.3 [INFO] [stderr] Downloaded hermit-abi v0.1.18 [INFO] [stderr] Downloaded regex-syntax v0.6.22 [INFO] [stderr] Downloaded bit-set v0.5.2 [INFO] [stderr] Downloaded ena v0.14.0 [INFO] [stderr] Downloaded fixedbitset v0.2.0 [INFO] [stderr] Downloaded siphasher v0.3.3 [INFO] [stderr] Downloaded string_cache v0.8.1 [INFO] [stderr] Downloaded redox_syscall v0.1.57 [INFO] [stderr] Downloaded redox_users v0.3.5 [INFO] [stderr] Downloaded dirs v1.0.5 [INFO] [stderr] Downloaded once_cell v1.7.2 [INFO] [stderr] Downloaded libc v0.2.88 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] afcdad5ea4dd2aac2e590be3f721c5288525f110a9785cdc1b15c87062acafdc [INFO] running `Command { std: "docker" "start" "-a" "afcdad5ea4dd2aac2e590be3f721c5288525f110a9785cdc1b15c87062acafdc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "afcdad5ea4dd2aac2e590be3f721c5288525f110a9785cdc1b15c87062acafdc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "afcdad5ea4dd2aac2e590be3f721c5288525f110a9785cdc1b15c87062acafdc", kill_on_drop: false }` [INFO] [stdout] afcdad5ea4dd2aac2e590be3f721c5288525f110a9785cdc1b15c87062acafdc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 8954bd239e63d2c0eddc5633f9e4e2589ae91c382c6c9e152b4f80076436616e [INFO] running `Command { std: "docker" "start" "-a" "8954bd239e63d2c0eddc5633f9e4e2589ae91c382c6c9e152b4f80076436616e", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling libc v0.2.88 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling once_cell v1.7.2 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling byteorder v1.4.2 [INFO] [stderr] Compiling siphasher v0.3.3 [INFO] [stderr] Compiling regex-syntax v0.6.22 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling fixedbitset v0.2.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling new_debug_unreachable v1.0.4 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling precomputed-hash v0.1.1 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling phf_shared v0.8.0 [INFO] [stderr] Compiling itertools v0.10.0 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling pico-args v0.4.0 [INFO] [stderr] Compiling bit-set v0.5.2 [INFO] [stderr] Compiling string_cache v0.8.1 [INFO] [stderr] Compiling diff v0.1.12 [INFO] [stderr] Compiling ena v0.14.0 [INFO] [stderr] Compiling indexmap v1.6.2 [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling petgraph v0.5.1 [INFO] [stderr] Compiling term v0.5.2 [INFO] [stderr] Compiling ascii-canvas v2.0.0 [INFO] [stderr] Compiling regex v1.4.3 [INFO] [stderr] Checking lalrpop-util v0.19.5 [INFO] [stderr] Compiling lalrpop v0.19.5 [INFO] [stderr] Compiling mini_c_compiler v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.17s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: lalrpop v0.19.5 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "8954bd239e63d2c0eddc5633f9e4e2589ae91c382c6c9e152b4f80076436616e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8954bd239e63d2c0eddc5633f9e4e2589ae91c382c6c9e152b4f80076436616e", kill_on_drop: false }` [INFO] [stdout] 8954bd239e63d2c0eddc5633f9e4e2589ae91c382c6c9e152b4f80076436616e [INFO] checking sefutsu/mini-C-compiler against try#f9935d29d867449445ee008640ccca1bf1ae0889+rustflags=-Dtail_expr_drop_order for crater-rollup-uwu [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsefutsu%2Fmini-C-compiler" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sefutsu/mini-C-compiler 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] started tweaking git repo https://github.com/sefutsu/mini-C-compiler [INFO] finished tweaking git repo https://github.com/sefutsu/mini-C-compiler [INFO] tweaked toml for git repo https://github.com/sefutsu/mini-C-compiler written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/sefutsu/mini-C-compiler 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-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] d116c79ee8565682c3c45285c07c1624d0707db45310e301e44f42bc02c2ec69 [INFO] running `Command { std: "docker" "start" "-a" "d116c79ee8565682c3c45285c07c1624d0707db45310e301e44f42bc02c2ec69", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d116c79ee8565682c3c45285c07c1624d0707db45310e301e44f42bc02c2ec69", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d116c79ee8565682c3c45285c07c1624d0707db45310e301e44f42bc02c2ec69", kill_on_drop: false }` [INFO] [stdout] d116c79ee8565682c3c45285c07c1624d0707db45310e301e44f42bc02c2ec69 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 7ed702a6c13d1ae161e2bffcf05bb8ed38ef74fa32c74876bd032aa2e1ad994c [INFO] running `Command { std: "docker" "start" "-a" "7ed702a6c13d1ae161e2bffcf05bb8ed38ef74fa32c74876bd032aa2e1ad994c", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling libc v0.2.88 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling once_cell v1.7.2 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Compiling byteorder v1.4.2 [INFO] [stderr] Compiling siphasher v0.3.3 [INFO] [stderr] Compiling regex-syntax v0.6.22 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling precomputed-hash v0.1.1 [INFO] [stderr] Compiling fixedbitset v0.2.0 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling new_debug_unreachable v1.0.4 [INFO] [stderr] Compiling pico-args v0.4.0 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling phf_shared v0.8.0 [INFO] [stderr] Compiling bit-set v0.5.2 [INFO] [stderr] Compiling itertools v0.10.0 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling diff v0.1.12 [INFO] [stderr] Compiling string_cache v0.8.1 [INFO] [stderr] Compiling ena v0.14.0 [INFO] [stderr] Compiling indexmap v1.6.2 [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling term v0.5.2 [INFO] [stderr] Compiling petgraph v0.5.1 [INFO] [stderr] Compiling ascii-canvas v2.0.0 [INFO] [stderr] Compiling regex v1.4.3 [INFO] [stderr] Checking lalrpop-util v0.19.5 [INFO] [stderr] Compiling lalrpop v0.19.5 [INFO] [stderr] Compiling mini_c_compiler v0.1.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/main.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 28 | let parser = c::ProgramParser::new(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 31 | match parser.parse(&buf) { [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/ast/alpha.rs:106:38 [INFO] [stdout] | [INFO] [stdout] 99 | let mut defined: HashSet = HashSet::new(); [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 106 | self.content.conflict_check(&mut 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/ast/alpha.rs:119:8 [INFO] [stdout] | [INFO] [stdout] 111 | pub fn alpha(self) -> Result { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 112 | let mut res = Vec::new(); [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 119 | Ok(Self {functions: res}) [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/ast/typing.rs:189:8 [INFO] [stdout] | [INFO] [stdout] 182 | fn typing(self, funenv: &HashMap) -> Result { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 188 | let res = self.content.typing(&mut env, funenv)?; [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 189 | Ok(Self {ret_type: self.ret_type, name: self.name, args: self.args, content: res}) [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/ast/to_knormal.rs:101:25 [INFO] [stdout] | [INFO] [stdout] 100 | pub fn to_knormal(self) -> Program { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 101 | Program {functions: self.functions.into_iter().map(|x| x.to_knormal()).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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11062:59 [INFO] [stdout] | [INFO] [stdout] 11059 | (_, s, _): (usize, Vec, usize), [INFO] [stdout] | ----------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11062 | ast::Function{ret_type: t, name: n, args: a, content: ast::Stat::Statements(s)} [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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11150:27 [INFO] [stdout] | [INFO] [stdout] 11146 | (_, __0, _): (usize, ast::Expr, usize), [INFO] [stdout] | -------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11150 | ast::Stat::Expression(Box::new(__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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11178:33 [INFO] [stdout] | [INFO] [stdout] 11174 | (_, e, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11178 | ast::Stat::DeclAssign(t, v, Box::new(e)) [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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11202:23 [INFO] [stdout] | [INFO] [stdout] 11198 | (_, __0, _): (usize, ast::Expr, usize), [INFO] [stdout] | -------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11202 | ast::Stat::Return(Box::new(__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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11229:23 [INFO] [stdout] | [INFO] [stdout] 11224 | (_, e, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11225 | (_, _, _): (usize, &'input str, usize), [INFO] [stdout] 11226 | (_, s, _): (usize, ast::Stat, usize), [INFO] [stdout] | ------------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11229 | ast::Stat::IfElse(Box::new(e), Box::new(s), Box::new(ast::Stat::Void)) [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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11229:36 [INFO] [stdout] | [INFO] [stdout] 11224 | (_, e, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11225 | (_, _, _): (usize, &'input str, usize), [INFO] [stdout] 11226 | (_, s, _): (usize, ast::Stat, usize), [INFO] [stdout] | ------------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11229 | ast::Stat::IfElse(Box::new(e), Box::new(s), Box::new(ast::Stat::Void)) [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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11229:49 [INFO] [stdout] | [INFO] [stdout] 11224 | (_, e, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11225 | (_, _, _): (usize, &'input str, usize), [INFO] [stdout] 11226 | (_, s, _): (usize, ast::Stat, usize), [INFO] [stdout] | ------------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11229 | ast::Stat::IfElse(Box::new(e), Box::new(s), Box::new(ast::Stat::Void)) [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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11246:23 [INFO] [stdout] | [INFO] [stdout] 11239 | (_, e, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11240 | (_, _, _): (usize, &'input str, usize), [INFO] [stdout] 11241 | (_, s1, _): (usize, ast::Stat, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11242 | (_, _, _): (usize, &'input str, usize), [INFO] [stdout] 11243 | (_, s2, _): (usize, ast::Stat, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11246 | ast::Stat::IfElse(Box::new(e), Box::new(s1), Box::new(s2)) [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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11246:36 [INFO] [stdout] | [INFO] [stdout] 11239 | (_, e, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11240 | (_, _, _): (usize, &'input str, usize), [INFO] [stdout] 11241 | (_, s1, _): (usize, ast::Stat, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11242 | (_, _, _): (usize, &'input str, usize), [INFO] [stdout] 11243 | (_, s2, _): (usize, ast::Stat, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11246 | ast::Stat::IfElse(Box::new(e), Box::new(s1), Box::new(s2)) [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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11246:50 [INFO] [stdout] | [INFO] [stdout] 11239 | (_, e, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11240 | (_, _, _): (usize, &'input str, usize), [INFO] [stdout] 11241 | (_, s1, _): (usize, ast::Stat, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11242 | (_, _, _): (usize, &'input str, usize), [INFO] [stdout] 11243 | (_, s2, _): (usize, ast::Stat, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11246 | ast::Stat::IfElse(Box::new(e), Box::new(s1), Box::new(s2)) [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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11283:26 [INFO] [stdout] | [INFO] [stdout] 11280 | (_, e, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11283 | ast::Expr::Assign(v, Box::new(e)) [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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11307:34 [INFO] [stdout] | [INFO] [stdout] 11302 | (_, e1, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11303 | (_, _, _): (usize, &'input str, usize), [INFO] [stdout] 11304 | (_, e2, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11307 | ast::Expr::Op2(ast::Op2::Eq, Box::new(e1), Box::new(e2)) [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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11307:48 [INFO] [stdout] | [INFO] [stdout] 11302 | (_, e1, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11303 | (_, _, _): (usize, &'input str, usize), [INFO] [stdout] 11304 | (_, e2, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11307 | ast::Expr::Op2(ast::Op2::Eq, Box::new(e1), Box::new(e2)) [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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11320:34 [INFO] [stdout] | [INFO] [stdout] 11315 | (_, e1, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11316 | (_, _, _): (usize, &'input str, usize), [INFO] [stdout] 11317 | (_, e2, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11320 | ast::Expr::Op2(ast::Op2::Ne, Box::new(e1), Box::new(e2)) [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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11320:48 [INFO] [stdout] | [INFO] [stdout] 11315 | (_, e1, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11316 | (_, _, _): (usize, &'input str, usize), [INFO] [stdout] 11317 | (_, e2, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11320 | ast::Expr::Op2(ast::Op2::Ne, Box::new(e1), Box::new(e2)) [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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11344:34 [INFO] [stdout] | [INFO] [stdout] 11339 | (_, e1, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11340 | (_, _, _): (usize, &'input str, usize), [INFO] [stdout] 11341 | (_, e2, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11344 | ast::Expr::Op2(ast::Op2::Lt, Box::new(e1), Box::new(e2)) [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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11344:48 [INFO] [stdout] | [INFO] [stdout] 11339 | (_, e1, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11340 | (_, _, _): (usize, &'input str, usize), [INFO] [stdout] 11341 | (_, e2, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11344 | ast::Expr::Op2(ast::Op2::Lt, Box::new(e1), Box::new(e2)) [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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11357:34 [INFO] [stdout] | [INFO] [stdout] 11352 | (_, e1, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11353 | (_, _, _): (usize, &'input str, usize), [INFO] [stdout] 11354 | (_, e2, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11357 | ast::Expr::Op2(ast::Op2::Le, Box::new(e1), Box::new(e2)) [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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11357:48 [INFO] [stdout] | [INFO] [stdout] 11352 | (_, e1, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11353 | (_, _, _): (usize, &'input str, usize), [INFO] [stdout] 11354 | (_, e2, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11357 | ast::Expr::Op2(ast::Op2::Le, Box::new(e1), Box::new(e2)) [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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11370:34 [INFO] [stdout] | [INFO] [stdout] 11365 | (_, e1, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11366 | (_, _, _): (usize, &'input str, usize), [INFO] [stdout] 11367 | (_, e2, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11370 | ast::Expr::Op2(ast::Op2::Lt, Box::new(e2), Box::new(e1)) [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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11370:48 [INFO] [stdout] | [INFO] [stdout] 11365 | (_, e1, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11366 | (_, _, _): (usize, &'input str, usize), [INFO] [stdout] 11367 | (_, e2, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11370 | ast::Expr::Op2(ast::Op2::Lt, Box::new(e2), Box::new(e1)) [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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11383:34 [INFO] [stdout] | [INFO] [stdout] 11378 | (_, e1, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11379 | (_, _, _): (usize, &'input str, usize), [INFO] [stdout] 11380 | (_, e2, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11383 | ast::Expr::Op2(ast::Op2::Le, Box::new(e2), Box::new(e1)) [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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11383:48 [INFO] [stdout] | [INFO] [stdout] 11378 | (_, e1, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11379 | (_, _, _): (usize, &'input str, usize), [INFO] [stdout] 11380 | (_, e2, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11383 | ast::Expr::Op2(ast::Op2::Le, Box::new(e2), Box::new(e1)) [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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11407:35 [INFO] [stdout] | [INFO] [stdout] 11402 | (_, e1, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11403 | (_, _, _): (usize, &'input str, usize), [INFO] [stdout] 11404 | (_, e2, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11407 | ast::Expr::Op2(ast::Op2::Add, Box::new(e1), Box::new(e2)) [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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11407:49 [INFO] [stdout] | [INFO] [stdout] 11402 | (_, e1, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11403 | (_, _, _): (usize, &'input str, usize), [INFO] [stdout] 11404 | (_, e2, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11407 | ast::Expr::Op2(ast::Op2::Add, Box::new(e1), Box::new(e2)) [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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11420:35 [INFO] [stdout] | [INFO] [stdout] 11415 | (_, e1, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11416 | (_, _, _): (usize, &'input str, usize), [INFO] [stdout] 11417 | (_, e2, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11420 | ast::Expr::Op2(ast::Op2::Sub, Box::new(e1), Box::new(e2)) [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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11420:49 [INFO] [stdout] | [INFO] [stdout] 11415 | (_, e1, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11416 | (_, _, _): (usize, &'input str, usize), [INFO] [stdout] 11417 | (_, e2, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11420 | ast::Expr::Op2(ast::Op2::Sub, Box::new(e1), Box::new(e2)) [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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11444:35 [INFO] [stdout] | [INFO] [stdout] 11439 | (_, e1, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11440 | (_, _, _): (usize, &'input str, usize), [INFO] [stdout] 11441 | (_, e2, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11444 | ast::Expr::Op2(ast::Op2::Mul, Box::new(e1), Box::new(e2)) [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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11444:49 [INFO] [stdout] | [INFO] [stdout] 11439 | (_, e1, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11440 | (_, _, _): (usize, &'input str, usize), [INFO] [stdout] 11441 | (_, e2, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11444 | ast::Expr::Op2(ast::Op2::Mul, Box::new(e1), Box::new(e2)) [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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11457:35 [INFO] [stdout] | [INFO] [stdout] 11452 | (_, e1, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11453 | (_, _, _): (usize, &'input str, usize), [INFO] [stdout] 11454 | (_, e2, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11457 | ast::Expr::Op2(ast::Op2::Div, Box::new(e1), Box::new(e2)) [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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11457:49 [INFO] [stdout] | [INFO] [stdout] 11452 | (_, e1, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11453 | (_, _, _): (usize, &'input str, usize), [INFO] [stdout] 11454 | (_, e2, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11457 | ast::Expr::Op2(ast::Op2::Div, Box::new(e1), Box::new(e2)) [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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11480:35 [INFO] [stdout] | [INFO] [stdout] 11477 | (_, __0, _): (usize, ast::Expr, usize), [INFO] [stdout] | -------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11480 | ast::Expr::Op1(ast::Op1::Neg, Box::new(__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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11494:36 [INFO] [stdout] | [INFO] [stdout] 11491 | (_, __0, _): (usize, ast::Expr, usize), [INFO] [stdout] | -------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11494 | ast::Expr::Op1(ast::Op1::Ftoi, Box::new(__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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11508:36 [INFO] [stdout] | [INFO] [stdout] 11505 | (_, __0, _): (usize, ast::Expr, usize), [INFO] [stdout] | -------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11508 | ast::Expr::Op1(ast::Op1::Itof, Box::new(__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: aborting due to 39 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `mini_c_compiler` (bin "mini_c_compiler") due to 40 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/main.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 28 | let parser = c::ProgramParser::new(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 31 | match parser.parse(&buf) { [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/ast/alpha.rs:106:38 [INFO] [stdout] | [INFO] [stdout] 99 | let mut defined: HashSet = HashSet::new(); [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 106 | self.content.conflict_check(&mut 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/ast/alpha.rs:119:8 [INFO] [stdout] | [INFO] [stdout] 111 | pub fn alpha(self) -> Result { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 112 | let mut res = Vec::new(); [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 119 | Ok(Self {functions: res}) [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/ast/typing.rs:189:8 [INFO] [stdout] | [INFO] [stdout] 182 | fn typing(self, funenv: &HashMap) -> Result { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 188 | let res = self.content.typing(&mut env, funenv)?; [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 189 | Ok(Self {ret_type: self.ret_type, name: self.name, args: self.args, content: res}) [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/ast/to_knormal.rs:101:25 [INFO] [stdout] | [INFO] [stdout] 100 | pub fn to_knormal(self) -> Program { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 101 | Program {functions: self.functions.into_iter().map(|x| x.to_knormal()).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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11062:59 [INFO] [stdout] | [INFO] [stdout] 11059 | (_, s, _): (usize, Vec, usize), [INFO] [stdout] | ----------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11062 | ast::Function{ret_type: t, name: n, args: a, content: ast::Stat::Statements(s)} [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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11150:27 [INFO] [stdout] | [INFO] [stdout] 11146 | (_, __0, _): (usize, ast::Expr, usize), [INFO] [stdout] | -------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11150 | ast::Stat::Expression(Box::new(__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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11178:33 [INFO] [stdout] | [INFO] [stdout] 11174 | (_, e, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11178 | ast::Stat::DeclAssign(t, v, Box::new(e)) [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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11202:23 [INFO] [stdout] | [INFO] [stdout] 11198 | (_, __0, _): (usize, ast::Expr, usize), [INFO] [stdout] | -------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11202 | ast::Stat::Return(Box::new(__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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11229:23 [INFO] [stdout] | [INFO] [stdout] 11224 | (_, e, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11225 | (_, _, _): (usize, &'input str, usize), [INFO] [stdout] 11226 | (_, s, _): (usize, ast::Stat, usize), [INFO] [stdout] | ------------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11229 | ast::Stat::IfElse(Box::new(e), Box::new(s), Box::new(ast::Stat::Void)) [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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11229:36 [INFO] [stdout] | [INFO] [stdout] 11224 | (_, e, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11225 | (_, _, _): (usize, &'input str, usize), [INFO] [stdout] 11226 | (_, s, _): (usize, ast::Stat, usize), [INFO] [stdout] | ------------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11229 | ast::Stat::IfElse(Box::new(e), Box::new(s), Box::new(ast::Stat::Void)) [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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11229:49 [INFO] [stdout] | [INFO] [stdout] 11224 | (_, e, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11225 | (_, _, _): (usize, &'input str, usize), [INFO] [stdout] 11226 | (_, s, _): (usize, ast::Stat, usize), [INFO] [stdout] | ------------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11229 | ast::Stat::IfElse(Box::new(e), Box::new(s), Box::new(ast::Stat::Void)) [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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11246:23 [INFO] [stdout] | [INFO] [stdout] 11239 | (_, e, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11240 | (_, _, _): (usize, &'input str, usize), [INFO] [stdout] 11241 | (_, s1, _): (usize, ast::Stat, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11242 | (_, _, _): (usize, &'input str, usize), [INFO] [stdout] 11243 | (_, s2, _): (usize, ast::Stat, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11246 | ast::Stat::IfElse(Box::new(e), Box::new(s1), Box::new(s2)) [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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11246:36 [INFO] [stdout] | [INFO] [stdout] 11239 | (_, e, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11240 | (_, _, _): (usize, &'input str, usize), [INFO] [stdout] 11241 | (_, s1, _): (usize, ast::Stat, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11242 | (_, _, _): (usize, &'input str, usize), [INFO] [stdout] 11243 | (_, s2, _): (usize, ast::Stat, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11246 | ast::Stat::IfElse(Box::new(e), Box::new(s1), Box::new(s2)) [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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11246:50 [INFO] [stdout] | [INFO] [stdout] 11239 | (_, e, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11240 | (_, _, _): (usize, &'input str, usize), [INFO] [stdout] 11241 | (_, s1, _): (usize, ast::Stat, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11242 | (_, _, _): (usize, &'input str, usize), [INFO] [stdout] 11243 | (_, s2, _): (usize, ast::Stat, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11246 | ast::Stat::IfElse(Box::new(e), Box::new(s1), Box::new(s2)) [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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11283:26 [INFO] [stdout] | [INFO] [stdout] 11280 | (_, e, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11283 | ast::Expr::Assign(v, Box::new(e)) [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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11307:34 [INFO] [stdout] | [INFO] [stdout] 11302 | (_, e1, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11303 | (_, _, _): (usize, &'input str, usize), [INFO] [stdout] 11304 | (_, e2, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11307 | ast::Expr::Op2(ast::Op2::Eq, Box::new(e1), Box::new(e2)) [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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11307:48 [INFO] [stdout] | [INFO] [stdout] 11302 | (_, e1, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11303 | (_, _, _): (usize, &'input str, usize), [INFO] [stdout] 11304 | (_, e2, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11307 | ast::Expr::Op2(ast::Op2::Eq, Box::new(e1), Box::new(e2)) [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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11320:34 [INFO] [stdout] | [INFO] [stdout] 11315 | (_, e1, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11316 | (_, _, _): (usize, &'input str, usize), [INFO] [stdout] 11317 | (_, e2, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11320 | ast::Expr::Op2(ast::Op2::Ne, Box::new(e1), Box::new(e2)) [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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11320:48 [INFO] [stdout] | [INFO] [stdout] 11315 | (_, e1, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11316 | (_, _, _): (usize, &'input str, usize), [INFO] [stdout] 11317 | (_, e2, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11320 | ast::Expr::Op2(ast::Op2::Ne, Box::new(e1), Box::new(e2)) [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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11344:34 [INFO] [stdout] | [INFO] [stdout] 11339 | (_, e1, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11340 | (_, _, _): (usize, &'input str, usize), [INFO] [stdout] 11341 | (_, e2, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11344 | ast::Expr::Op2(ast::Op2::Lt, Box::new(e1), Box::new(e2)) [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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11344:48 [INFO] [stdout] | [INFO] [stdout] 11339 | (_, e1, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11340 | (_, _, _): (usize, &'input str, usize), [INFO] [stdout] 11341 | (_, e2, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11344 | ast::Expr::Op2(ast::Op2::Lt, Box::new(e1), Box::new(e2)) [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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11357:34 [INFO] [stdout] | [INFO] [stdout] 11352 | (_, e1, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11353 | (_, _, _): (usize, &'input str, usize), [INFO] [stdout] 11354 | (_, e2, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11357 | ast::Expr::Op2(ast::Op2::Le, Box::new(e1), Box::new(e2)) [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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11357:48 [INFO] [stdout] | [INFO] [stdout] 11352 | (_, e1, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11353 | (_, _, _): (usize, &'input str, usize), [INFO] [stdout] 11354 | (_, e2, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11357 | ast::Expr::Op2(ast::Op2::Le, Box::new(e1), Box::new(e2)) [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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11370:34 [INFO] [stdout] | [INFO] [stdout] 11365 | (_, e1, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11366 | (_, _, _): (usize, &'input str, usize), [INFO] [stdout] 11367 | (_, e2, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11370 | ast::Expr::Op2(ast::Op2::Lt, Box::new(e2), Box::new(e1)) [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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11370:48 [INFO] [stdout] | [INFO] [stdout] 11365 | (_, e1, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11366 | (_, _, _): (usize, &'input str, usize), [INFO] [stdout] 11367 | (_, e2, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11370 | ast::Expr::Op2(ast::Op2::Lt, Box::new(e2), Box::new(e1)) [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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11383:34 [INFO] [stdout] | [INFO] [stdout] 11378 | (_, e1, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11379 | (_, _, _): (usize, &'input str, usize), [INFO] [stdout] 11380 | (_, e2, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11383 | ast::Expr::Op2(ast::Op2::Le, Box::new(e2), Box::new(e1)) [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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11383:48 [INFO] [stdout] | [INFO] [stdout] 11378 | (_, e1, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11379 | (_, _, _): (usize, &'input str, usize), [INFO] [stdout] 11380 | (_, e2, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11383 | ast::Expr::Op2(ast::Op2::Le, Box::new(e2), Box::new(e1)) [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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11407:35 [INFO] [stdout] | [INFO] [stdout] 11402 | (_, e1, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11403 | (_, _, _): (usize, &'input str, usize), [INFO] [stdout] 11404 | (_, e2, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11407 | ast::Expr::Op2(ast::Op2::Add, Box::new(e1), Box::new(e2)) [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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11407:49 [INFO] [stdout] | [INFO] [stdout] 11402 | (_, e1, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11403 | (_, _, _): (usize, &'input str, usize), [INFO] [stdout] 11404 | (_, e2, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11407 | ast::Expr::Op2(ast::Op2::Add, Box::new(e1), Box::new(e2)) [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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11420:35 [INFO] [stdout] | [INFO] [stdout] 11415 | (_, e1, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11416 | (_, _, _): (usize, &'input str, usize), [INFO] [stdout] 11417 | (_, e2, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11420 | ast::Expr::Op2(ast::Op2::Sub, Box::new(e1), Box::new(e2)) [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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11420:49 [INFO] [stdout] | [INFO] [stdout] 11415 | (_, e1, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11416 | (_, _, _): (usize, &'input str, usize), [INFO] [stdout] 11417 | (_, e2, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11420 | ast::Expr::Op2(ast::Op2::Sub, Box::new(e1), Box::new(e2)) [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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11444:35 [INFO] [stdout] | [INFO] [stdout] 11439 | (_, e1, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11440 | (_, _, _): (usize, &'input str, usize), [INFO] [stdout] 11441 | (_, e2, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11444 | ast::Expr::Op2(ast::Op2::Mul, Box::new(e1), Box::new(e2)) [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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11444:49 [INFO] [stdout] | [INFO] [stdout] 11439 | (_, e1, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11440 | (_, _, _): (usize, &'input str, usize), [INFO] [stdout] 11441 | (_, e2, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11444 | ast::Expr::Op2(ast::Op2::Mul, Box::new(e1), Box::new(e2)) [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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11457:35 [INFO] [stdout] | [INFO] [stdout] 11452 | (_, e1, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11453 | (_, _, _): (usize, &'input str, usize), [INFO] [stdout] 11454 | (_, e2, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11457 | ast::Expr::Op2(ast::Op2::Div, Box::new(e1), Box::new(e2)) [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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11457:49 [INFO] [stdout] | [INFO] [stdout] 11452 | (_, e1, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11453 | (_, _, _): (usize, &'input str, usize), [INFO] [stdout] 11454 | (_, e2, _): (usize, ast::Expr, usize), [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11457 | ast::Expr::Op2(ast::Op2::Div, Box::new(e1), Box::new(e2)) [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] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11480:35 [INFO] [stdout] | [INFO] [stdout] 11477 | (_, __0, _): (usize, ast::Expr, usize), [INFO] [stdout] | -------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11480 | ast::Expr::Op1(ast::Op1::Neg, Box::new(__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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11494:36 [INFO] [stdout] | [INFO] [stdout] 11491 | (_, __0, _): (usize, ast::Expr, usize), [INFO] [stdout] | -------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11494 | ast::Expr::Op1(ast::Op1::Ftoi, Box::new(__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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> /opt/rustwide/target/debug/build/mini_c_compiler-307b27d7743d1ea8/out/c.rs:11508:36 [INFO] [stdout] | [INFO] [stdout] 11505 | (_, __0, _): (usize, ast::Expr, usize), [INFO] [stdout] | -------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 11508 | ast::Expr::Op1(ast::Op1::Itof, Box::new(__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: aborting due to 39 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `mini_c_compiler` (bin "mini_c_compiler" test) due to 40 previous errors [INFO] running `Command { std: "docker" "inspect" "7ed702a6c13d1ae161e2bffcf05bb8ed38ef74fa32c74876bd032aa2e1ad994c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7ed702a6c13d1ae161e2bffcf05bb8ed38ef74fa32c74876bd032aa2e1ad994c", kill_on_drop: false }` [INFO] [stdout] 7ed702a6c13d1ae161e2bffcf05bb8ed38ef74fa32c74876bd032aa2e1ad994c