[INFO] cloning repository https://github.com/ziord/violet [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ziord/violet" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fziord%2Fviolet", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fziord%2Fviolet'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c65b5295259c983e874651090c5bbcbe703f8cb7 [INFO] checking ziord/violet against master#1f12b9b0fdbe735968ac002792a720f0ba4faca6 for crater-rollup-uwu [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fziord%2Fviolet" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ziord/violet 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/ziord/violet [INFO] finished tweaking git repo https://github.com/ziord/violet [INFO] tweaked toml for git repo https://github.com/ziord/violet written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/ziord/violet 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 36398222beb8a12d3add3b83ab21ba24f805f89084cc766617d33aecd2f095d1 [INFO] running `Command { std: "docker" "start" "-a" "36398222beb8a12d3add3b83ab21ba24f805f89084cc766617d33aecd2f095d1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "36398222beb8a12d3add3b83ab21ba24f805f89084cc766617d33aecd2f095d1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "36398222beb8a12d3add3b83ab21ba24f805f89084cc766617d33aecd2f095d1", kill_on_drop: false }` [INFO] [stdout] 36398222beb8a12d3add3b83ab21ba24f805f89084cc766617d33aecd2f095d1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 39cc706cc218eb079c8a3aed514ae2653a2f0749daae672ad9a37ba0b4e671f7 [INFO] running `Command { std: "docker" "start" "-a" "39cc706cc218eb079c8a3aed514ae2653a2f0749daae672ad9a37ba0b4e671f7", kill_on_drop: false }` [INFO] [stderr] Checking violet v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `error_code` is never read [INFO] [stdout] --> src/errors.rs:22:7 [INFO] [stdout] | [INFO] [stdout] 21 | pub struct ErrorInfo<'a> { [INFO] [stdout] | --------- field in this struct [INFO] [stdout] 22 | pub error_code: ViError, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ErrorInfo` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing [INFO] [stdout] --> src/compiler.rs:464:16 [INFO] [stdout] | [INFO] [stdout] 464 | .as_ref() [INFO] [stdout] | ________________^ [INFO] [stdout] 465 | | .borrow() [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the type `Option<&RefCell>>` does not implement `Borrow`, so calling `borrow` on `&Option<&RefCell>>` copies the reference, which does not do anything and can be removed [INFO] [stdout] = note: `#[warn(noop_method_call)]` on by default [INFO] [stdout] help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] 464 - .as_ref() [INFO] [stdout] 465 - .borrow() [INFO] [stdout] 464 + .as_ref() [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `error_code` is never read [INFO] [stdout] --> src/errors.rs:22:7 [INFO] [stdout] | [INFO] [stdout] 21 | pub struct ErrorInfo<'a> { [INFO] [stdout] | --------- field in this struct [INFO] [stdout] 22 | pub error_code: ViError, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ErrorInfo` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing [INFO] [stdout] --> src/compiler.rs:464:16 [INFO] [stdout] | [INFO] [stdout] 464 | .as_ref() [INFO] [stdout] | ________________^ [INFO] [stdout] 465 | | .borrow() [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the type `Option<&RefCell>>` does not implement `Borrow`, so calling `borrow` on `&Option<&RefCell>>` copies the reference, which does not do anything and can be removed [INFO] [stdout] = note: `#[warn(noop_method_call)]` on by default [INFO] [stdout] help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] 464 - .as_ref() [INFO] [stdout] 465 - .borrow() [INFO] [stdout] 464 + .as_ref() [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.23s [INFO] running `Command { std: "docker" "inspect" "39cc706cc218eb079c8a3aed514ae2653a2f0749daae672ad9a37ba0b4e671f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "39cc706cc218eb079c8a3aed514ae2653a2f0749daae672ad9a37ba0b4e671f7", kill_on_drop: false }` [INFO] [stdout] 39cc706cc218eb079c8a3aed514ae2653a2f0749daae672ad9a37ba0b4e671f7 [INFO] checking ziord/violet 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%2Fziord%2Fviolet" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ziord/violet 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/ziord/violet [INFO] finished tweaking git repo https://github.com/ziord/violet [INFO] tweaked toml for git repo https://github.com/ziord/violet written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/ziord/violet 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-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 08688b050644a0e16264805f66caf5563f3361fe3d83ca406a57d795e4a21bd4 [INFO] running `Command { std: "docker" "start" "-a" "08688b050644a0e16264805f66caf5563f3361fe3d83ca406a57d795e4a21bd4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "08688b050644a0e16264805f66caf5563f3361fe3d83ca406a57d795e4a21bd4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "08688b050644a0e16264805f66caf5563f3361fe3d83ca406a57d795e4a21bd4", kill_on_drop: false }` [INFO] [stdout] 08688b050644a0e16264805f66caf5563f3361fe3d83ca406a57d795e4a21bd4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 8a4b81d391858b8dbd921c86749a442f5eedcd9808c7cd75f5e992076d5db63b [INFO] running `Command { std: "docker" "start" "-a" "8a4b81d391858b8dbd921c86749a442f5eedcd9808c7cd75f5e992076d5db63b", kill_on_drop: false }` [INFO] [stderr] Checking violet v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `error_code` is never read [INFO] [stdout] --> src/errors.rs:22:7 [INFO] [stdout] | [INFO] [stdout] 21 | pub struct ErrorInfo<'a> { [INFO] [stdout] | --------- field in this struct [INFO] [stdout] 22 | pub error_code: ViError, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ErrorInfo` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `error_code` is never read [INFO] [stdout] --> src/errors.rs:22:7 [INFO] [stdout] | [INFO] [stdout] 21 | pub struct ErrorInfo<'a> { [INFO] [stdout] | --------- field in this struct [INFO] [stdout] 22 | pub error_code: ViError, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ErrorInfo` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing [INFO] [stdout] --> src/compiler.rs:464:16 [INFO] [stdout] | [INFO] [stdout] 464 | .as_ref() [INFO] [stdout] | ________________^ [INFO] [stdout] 465 | | .borrow() [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the type `Option<&RefCell>>` does not implement `Borrow`, so calling `borrow` on `&Option<&RefCell>>` copies the reference, which does not do anything and can be removed [INFO] [stdout] = note: `#[warn(noop_method_call)]` on by default [INFO] [stdout] help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] 464 - .as_ref() [INFO] [stdout] 465 - .borrow() [INFO] [stdout] 464 + .as_ref() [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:389:25 [INFO] [stdout] | [INFO] [stdout] 378 | let mut args: Vec = vec![]; [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 389 | AstNode::FnCallNode(FnCallNode { [INFO] [stdout] | _________________________^ [INFO] [stdout] 390 | | name, [INFO] [stdout] 391 | | args, [INFO] [stdout] 392 | | line, [INFO] [stdout] 393 | | ty: self.ty(), // todo: change somewhere [INFO] [stdout] 394 | | }) [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:513:24 [INFO] [stdout] | [INFO] [stdout] 500 | mut node: AstNode, [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 513 | AstNode::UnaryNode(UnaryNode { [INFO] [stdout] | ________________________^ [INFO] [stdout] 514 | | node: Box::new(node), [INFO] [stdout] 515 | | op: OpType::DOT, [INFO] [stdout] 516 | | line, [INFO] [stdout] 517 | | member_t: Some(member), [INFO] [stdout] 518 | | ty: RefCell::new(node_ty), [INFO] [stdout] 519 | | }) [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:740:27 [INFO] [stdout] | [INFO] [stdout] 738 | let node = self.expr(); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 739 | self.consume(TokenType::SEMI_COLON); [INFO] [stdout] 740 | AstNode::ExprStmtNode(ExprStmtNode { [INFO] [stdout] | ___________________________^ [INFO] [stdout] 741 | | node: Box::new(node), [INFO] [stdout] 742 | | line, [INFO] [stdout] 743 | | }) [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:927:15 [INFO] [stdout] | [INFO] [stdout] 908 | params: Vec, [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 927 | (func_ty, Some(params)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:1078:30 [INFO] [stdout] | [INFO] [stdout] 1041 | let mut decls = vec![]; [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 1078 | AstNode::VarDeclListNode(VarDeclListNode { decls, line }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing [INFO] [stdout] --> src/compiler.rs:464:16 [INFO] [stdout] | [INFO] [stdout] 464 | .as_ref() [INFO] [stdout] | ________________^ [INFO] [stdout] 465 | | .borrow() [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the type `Option<&RefCell>>` does not implement `Borrow`, so calling `borrow` on `&Option<&RefCell>>` copies the reference, which does not do anything and can be removed [INFO] [stdout] = note: `#[warn(noop_method_call)]` on by default [INFO] [stdout] help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] 464 - .as_ref() [INFO] [stdout] 465 - .borrow() [INFO] [stdout] 464 + .as_ref() [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:1242:30 [INFO] [stdout] | [INFO] [stdout] 1217 | let mut vars = vec![]; [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 1242 | AstNode::VarDeclListNode(VarDeclListNode { decls: vars, line }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:1353:26 [INFO] [stdout] | [INFO] [stdout] 1333 | let mut decls = VecDeque::new(); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 1339 | let globals = std::mem::take(&mut self.globals); [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 1353 | AstNode::ProgramNode(ProgramNode { decls }) [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/propagate.rs:26:23 [INFO] [stdout] | [INFO] [stdout] 25 | fn new_cast(&self, node: AstNode, ty: Type, line: i32) -> AstNode { [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 26 | AstNode::CastNode(CastNode { [INFO] [stdout] | _______________________^ [INFO] [stdout] 27 | | node: Box::new(node), [INFO] [stdout] 28 | | cast_ty: RefCell::new(Rc::new(ty)), [INFO] [stdout] 29 | | line, [INFO] [stdout] 30 | | }) [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:389:25 [INFO] [stdout] | [INFO] [stdout] 378 | let mut args: Vec = vec![]; [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 389 | AstNode::FnCallNode(FnCallNode { [INFO] [stdout] | _________________________^ [INFO] [stdout] 390 | | name, [INFO] [stdout] 391 | | args, [INFO] [stdout] 392 | | line, [INFO] [stdout] 393 | | ty: self.ty(), // todo: change somewhere [INFO] [stdout] 394 | | }) [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:513:24 [INFO] [stdout] | [INFO] [stdout] 500 | mut node: AstNode, [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 513 | AstNode::UnaryNode(UnaryNode { [INFO] [stdout] | ________________________^ [INFO] [stdout] 514 | | node: Box::new(node), [INFO] [stdout] 515 | | op: OpType::DOT, [INFO] [stdout] 516 | | line, [INFO] [stdout] 517 | | member_t: Some(member), [INFO] [stdout] 518 | | ty: RefCell::new(node_ty), [INFO] [stdout] 519 | | }) [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:740:27 [INFO] [stdout] | [INFO] [stdout] 738 | let node = self.expr(); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 739 | self.consume(TokenType::SEMI_COLON); [INFO] [stdout] 740 | AstNode::ExprStmtNode(ExprStmtNode { [INFO] [stdout] | ___________________________^ [INFO] [stdout] 741 | | node: Box::new(node), [INFO] [stdout] 742 | | line, [INFO] [stdout] 743 | | }) [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:927:15 [INFO] [stdout] | [INFO] [stdout] 908 | params: Vec, [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 927 | (func_ty, Some(params)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:1078:30 [INFO] [stdout] | [INFO] [stdout] 1041 | let mut decls = vec![]; [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 1078 | AstNode::VarDeclListNode(VarDeclListNode { decls, line }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:1242:30 [INFO] [stdout] | [INFO] [stdout] 1217 | let mut vars = vec![]; [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 1242 | AstNode::VarDeclListNode(VarDeclListNode { decls: vars, line }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:1353:26 [INFO] [stdout] | [INFO] [stdout] 1333 | let mut decls = VecDeque::new(); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 1339 | let globals = std::mem::take(&mut self.globals); [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 1353 | AstNode::ProgramNode(ProgramNode { decls }) [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/propagate.rs:26:23 [INFO] [stdout] | [INFO] [stdout] 25 | fn new_cast(&self, node: AstNode, ty: Type, line: i32) -> AstNode { [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 26 | AstNode::CastNode(CastNode { [INFO] [stdout] | _______________________^ [INFO] [stdout] 27 | | node: Box::new(node), [INFO] [stdout] 28 | | cast_ty: RefCell::new(Rc::new(ty)), [INFO] [stdout] 29 | | line, [INFO] [stdout] 30 | | }) [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 8 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `violet` (bin "violet") due to 9 previous errors; 2 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `violet` (bin "violet" test) due to 9 previous errors; 2 warnings emitted [INFO] running `Command { std: "docker" "inspect" "8a4b81d391858b8dbd921c86749a442f5eedcd9808c7cd75f5e992076d5db63b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8a4b81d391858b8dbd921c86749a442f5eedcd9808c7cd75f5e992076d5db63b", kill_on_drop: false }` [INFO] [stdout] 8a4b81d391858b8dbd921c86749a442f5eedcd9808c7cd75f5e992076d5db63b