[INFO] fetching crate ufix 0.1.0... [INFO] checking ufix-0.1.0 against try#4d98531622e1718ae0bc3c7a1ab9cd8938428452+rustflags=-Dtail_expr_drop_order for pr-129604 [INFO] extracting crate ufix 0.1.0 into /workspace/builds/worker-3-tc2/source [INFO] validating manifest of crates.io crate ufix 0.1.0 on toolchain 4d98531622e1718ae0bc3c7a1ab9cd8938428452 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate ufix 0.1.0 [INFO] finished tweaking crates.io crate ufix 0.1.0 [INFO] tweaked toml for crates.io crate ufix 0.1.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 4 packages to latest compatible versions [INFO] [stderr] Adding hash32 v0.1.1 (latest: v0.3.1) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8d3b50015a51eb4245a2e4920077e87e9c9a37f9387dbb039c8a117132785b2e [INFO] running `Command { std: "docker" "start" "-a" "8d3b50015a51eb4245a2e4920077e87e9c9a37f9387dbb039c8a117132785b2e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8d3b50015a51eb4245a2e4920077e87e9c9a37f9387dbb039c8a117132785b2e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8d3b50015a51eb4245a2e4920077e87e9c9a37f9387dbb039c8a117132785b2e", kill_on_drop: false }` [INFO] [stdout] 8d3b50015a51eb4245a2e4920077e87e9c9a37f9387dbb039c8a117132785b2e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dtail_expr_drop_order" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] eeacd880469e061e9c3f8ee754e9966f837b63d5434cbb65ca7faf15bbc57b57 [INFO] running `Command { std: "docker" "start" "-a" "eeacd880469e061e9c3f8ee754e9966f837b63d5434cbb65ca7faf15bbc57b57", kill_on_drop: false }` [INFO] [stderr] Checking ufix 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/arithmetic.rs:27:19 [INFO] [stdout] | [INFO] [stdout] 26 | fn neg(self) -> Self { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 27 | Self::new(-self.bits) [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/arithmetic.rs:65:27 [INFO] [stdout] | [INFO] [stdout] 61 | fn add(self, other: Fix) -> Self::Output { [INFO] [stdout] | ---- --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 62 | let a: SumT = self.convert(); [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | let b: SumT = other.convert(); [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 64 | [INFO] [stdout] 65 | Self::Output::new(a.bits + b.bits) [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/arithmetic.rs:95:27 [INFO] [stdout] | [INFO] [stdout] 91 | fn sub(self, other: Fix) -> Self::Output { [INFO] [stdout] | ---- --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 92 | let a: SumT = self.convert(); [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 93 | let b: SumT = other.convert(); [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 94 | [INFO] [stdout] 95 | Self::Output::new(a.bits - b.bits) [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/arithmetic.rs:125:27 [INFO] [stdout] | [INFO] [stdout] 121 | fn mul(self, other: Fix) -> Self::Output { [INFO] [stdout] | ---- --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 122 | let a = ProdM::::cast(self.bits); [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 123 | let b = ProdM::::cast(other.bits); [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 124 | [INFO] [stdout] 125 | Self::Output::new(a * b) [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/arithmetic.rs:171:19 [INFO] [stdout] | [INFO] [stdout] 170 | fn rem(self, rhs: Self) -> Self { [INFO] [stdout] | ---- --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 171 | Self::new(self.bits % rhs.bits) [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/fixed.rs:168:18 [INFO] [stdout] | [INFO] [stdout] 162 | fn into_bits
(self) -> Fix [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 168 | Fix::new(Mantissa::::cast(self.bits)) [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/from_number.rs:17:27 [INFO] [stdout] | [INFO] [stdout] 15 | let ratio = R::ratio(E::I32.abs() as u32); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 16 | // TODO: Add rounding [INFO] [stdout] 17 | Self::new(if 0 < E::I32 { [INFO] [stdout] | ___________________________^ [INFO] [stdout] 18 | | from_num!(@$KIND, /, $TYPE, Mantissa, value, ratio) [INFO] [stdout] 19 | | } else { [INFO] [stdout] 20 | | from_num!(@$KIND, *, $TYPE, Mantissa, value, ratio) [INFO] [stdout] 21 | | }) [INFO] [stdout] | |_________________^ [INFO] [stdout] ... [INFO] [stdout] 35 | from_num!(i8, int); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `from_num` (in Nightly builds, run with -Z macro-backtrace for more info) [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/from_number.rs:17:27 [INFO] [stdout] | [INFO] [stdout] 15 | let ratio = R::ratio(E::I32.abs() as u32); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 16 | // TODO: Add rounding [INFO] [stdout] 17 | Self::new(if 0 < E::I32 { [INFO] [stdout] | ___________________________^ [INFO] [stdout] 18 | | from_num!(@$KIND, /, $TYPE, Mantissa, value, ratio) [INFO] [stdout] 19 | | } else { [INFO] [stdout] 20 | | from_num!(@$KIND, *, $TYPE, Mantissa, value, ratio) [INFO] [stdout] 21 | | }) [INFO] [stdout] | |_________________^ [INFO] [stdout] ... [INFO] [stdout] 36 | from_num!(i16, int); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `from_num` (in Nightly builds, run with -Z macro-backtrace for more info) [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/from_number.rs:17:27 [INFO] [stdout] | [INFO] [stdout] 15 | let ratio = R::ratio(E::I32.abs() as u32); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 16 | // TODO: Add rounding [INFO] [stdout] 17 | Self::new(if 0 < E::I32 { [INFO] [stdout] | ___________________________^ [INFO] [stdout] 18 | | from_num!(@$KIND, /, $TYPE, Mantissa, value, ratio) [INFO] [stdout] 19 | | } else { [INFO] [stdout] 20 | | from_num!(@$KIND, *, $TYPE, Mantissa, value, ratio) [INFO] [stdout] 21 | | }) [INFO] [stdout] | |_________________^ [INFO] [stdout] ... [INFO] [stdout] 37 | from_num!(i32, int); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `from_num` (in Nightly builds, run with -Z macro-backtrace for more info) [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/from_number.rs:17:27 [INFO] [stdout] | [INFO] [stdout] 15 | let ratio = R::ratio(E::I32.abs() as u32); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 16 | // TODO: Add rounding [INFO] [stdout] 17 | Self::new(if 0 < E::I32 { [INFO] [stdout] | ___________________________^ [INFO] [stdout] 18 | | from_num!(@$KIND, /, $TYPE, Mantissa, value, ratio) [INFO] [stdout] 19 | | } else { [INFO] [stdout] 20 | | from_num!(@$KIND, *, $TYPE, Mantissa, value, ratio) [INFO] [stdout] 21 | | }) [INFO] [stdout] | |_________________^ [INFO] [stdout] ... [INFO] [stdout] 38 | from_num!(i64, int); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `from_num` (in Nightly builds, run with -Z macro-backtrace for more info) [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/from_number.rs:17:27 [INFO] [stdout] | [INFO] [stdout] 15 | let ratio = R::ratio(E::I32.abs() as u32); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 16 | // TODO: Add rounding [INFO] [stdout] 17 | Self::new(if 0 < E::I32 { [INFO] [stdout] | ___________________________^ [INFO] [stdout] 18 | | from_num!(@$KIND, /, $TYPE, Mantissa, value, ratio) [INFO] [stdout] 19 | | } else { [INFO] [stdout] 20 | | from_num!(@$KIND, *, $TYPE, Mantissa, value, ratio) [INFO] [stdout] 21 | | }) [INFO] [stdout] | |_________________^ [INFO] [stdout] ... [INFO] [stdout] 42 | from_num!(u8, int); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `from_num` (in Nightly builds, run with -Z macro-backtrace for more info) [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/from_number.rs:17:27 [INFO] [stdout] | [INFO] [stdout] 15 | let ratio = R::ratio(E::I32.abs() as u32); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 16 | // TODO: Add rounding [INFO] [stdout] 17 | Self::new(if 0 < E::I32 { [INFO] [stdout] | ___________________________^ [INFO] [stdout] 18 | | from_num!(@$KIND, /, $TYPE, Mantissa, value, ratio) [INFO] [stdout] 19 | | } else { [INFO] [stdout] 20 | | from_num!(@$KIND, *, $TYPE, Mantissa, value, ratio) [INFO] [stdout] 21 | | }) [INFO] [stdout] | |_________________^ [INFO] [stdout] ... [INFO] [stdout] 43 | from_num!(u16, int); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `from_num` (in Nightly builds, run with -Z macro-backtrace for more info) [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/from_number.rs:17:27 [INFO] [stdout] | [INFO] [stdout] 15 | let ratio = R::ratio(E::I32.abs() as u32); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 16 | // TODO: Add rounding [INFO] [stdout] 17 | Self::new(if 0 < E::I32 { [INFO] [stdout] | ___________________________^ [INFO] [stdout] 18 | | from_num!(@$KIND, /, $TYPE, Mantissa, value, ratio) [INFO] [stdout] 19 | | } else { [INFO] [stdout] 20 | | from_num!(@$KIND, *, $TYPE, Mantissa, value, ratio) [INFO] [stdout] 21 | | }) [INFO] [stdout] | |_________________^ [INFO] [stdout] ... [INFO] [stdout] 44 | from_num!(u32, int); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `from_num` (in Nightly builds, run with -Z macro-backtrace for more info) [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/from_number.rs:17:27 [INFO] [stdout] | [INFO] [stdout] 15 | let ratio = R::ratio(E::I32.abs() as u32); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 16 | // TODO: Add rounding [INFO] [stdout] 17 | Self::new(if 0 < E::I32 { [INFO] [stdout] | ___________________________^ [INFO] [stdout] 18 | | from_num!(@$KIND, /, $TYPE, Mantissa, value, ratio) [INFO] [stdout] 19 | | } else { [INFO] [stdout] 20 | | from_num!(@$KIND, *, $TYPE, Mantissa, value, ratio) [INFO] [stdout] 21 | | }) [INFO] [stdout] | |_________________^ [INFO] [stdout] ... [INFO] [stdout] 45 | from_num!(u64, int); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `from_num` (in Nightly builds, run with -Z macro-backtrace for more info) [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/from_number.rs:17:27 [INFO] [stdout] | [INFO] [stdout] 15 | let ratio = R::ratio(E::I32.abs() as u32); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 16 | // TODO: Add rounding [INFO] [stdout] 17 | Self::new(if 0 < E::I32 { [INFO] [stdout] | ___________________________^ [INFO] [stdout] 18 | | from_num!(@$KIND, /, $TYPE, Mantissa, value, ratio) [INFO] [stdout] 19 | | } else { [INFO] [stdout] 20 | | from_num!(@$KIND, *, $TYPE, Mantissa, value, ratio) [INFO] [stdout] 21 | | }) [INFO] [stdout] | |_________________^ [INFO] [stdout] ... [INFO] [stdout] 49 | from_num!(f32, float); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `from_num` (in Nightly builds, run with -Z macro-backtrace for more info) [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/from_number.rs:17:27 [INFO] [stdout] | [INFO] [stdout] 15 | let ratio = R::ratio(E::I32.abs() as u32); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 16 | // TODO: Add rounding [INFO] [stdout] 17 | Self::new(if 0 < E::I32 { [INFO] [stdout] | ___________________________^ [INFO] [stdout] 18 | | from_num!(@$KIND, /, $TYPE, Mantissa, value, ratio) [INFO] [stdout] 19 | | } else { [INFO] [stdout] 20 | | from_num!(@$KIND, *, $TYPE, Mantissa, value, ratio) [INFO] [stdout] 21 | | }) [INFO] [stdout] | |_________________^ [INFO] [stdout] ... [INFO] [stdout] 50 | from_num!(f64, float); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `from_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 16 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ufix` (lib) due to 17 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/arithmetic.rs:27:19 [INFO] [stdout] | [INFO] [stdout] 26 | fn neg(self) -> Self { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 27 | Self::new(-self.bits) [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/arithmetic.rs:65:27 [INFO] [stdout] | [INFO] [stdout] 61 | fn add(self, other: Fix) -> Self::Output { [INFO] [stdout] | ---- --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 62 | let a: SumT = self.convert(); [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 63 | let b: SumT = other.convert(); [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 64 | [INFO] [stdout] 65 | Self::Output::new(a.bits + b.bits) [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/arithmetic.rs:95:27 [INFO] [stdout] | [INFO] [stdout] 91 | fn sub(self, other: Fix) -> Self::Output { [INFO] [stdout] | ---- --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 92 | let a: SumT = self.convert(); [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 93 | let b: SumT = other.convert(); [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 94 | [INFO] [stdout] 95 | Self::Output::new(a.bits - b.bits) [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/arithmetic.rs:125:27 [INFO] [stdout] | [INFO] [stdout] 121 | fn mul(self, other: Fix) -> Self::Output { [INFO] [stdout] | ---- --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 122 | let a = ProdM::::cast(self.bits); [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 123 | let b = ProdM::::cast(other.bits); [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 124 | [INFO] [stdout] 125 | Self::Output::new(a * b) [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/arithmetic.rs:171:19 [INFO] [stdout] | [INFO] [stdout] 170 | fn rem(self, rhs: Self) -> Self { [INFO] [stdout] | ---- --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 171 | Self::new(self.bits % rhs.bits) [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/fixed.rs:168:18 [INFO] [stdout] | [INFO] [stdout] 162 | fn into_bits
(self) -> Fix [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 168 | Fix::new(Mantissa::::cast(self.bits)) [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/from_number.rs:17:27 [INFO] [stdout] | [INFO] [stdout] 15 | let ratio = R::ratio(E::I32.abs() as u32); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 16 | // TODO: Add rounding [INFO] [stdout] 17 | Self::new(if 0 < E::I32 { [INFO] [stdout] | ___________________________^ [INFO] [stdout] 18 | | from_num!(@$KIND, /, $TYPE, Mantissa, value, ratio) [INFO] [stdout] 19 | | } else { [INFO] [stdout] 20 | | from_num!(@$KIND, *, $TYPE, Mantissa, value, ratio) [INFO] [stdout] 21 | | }) [INFO] [stdout] | |_________________^ [INFO] [stdout] ... [INFO] [stdout] 35 | from_num!(i8, int); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `from_num` (in Nightly builds, run with -Z macro-backtrace for more info) [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/from_number.rs:17:27 [INFO] [stdout] | [INFO] [stdout] 15 | let ratio = R::ratio(E::I32.abs() as u32); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 16 | // TODO: Add rounding [INFO] [stdout] 17 | Self::new(if 0 < E::I32 { [INFO] [stdout] | ___________________________^ [INFO] [stdout] 18 | | from_num!(@$KIND, /, $TYPE, Mantissa, value, ratio) [INFO] [stdout] 19 | | } else { [INFO] [stdout] 20 | | from_num!(@$KIND, *, $TYPE, Mantissa, value, ratio) [INFO] [stdout] 21 | | }) [INFO] [stdout] | |_________________^ [INFO] [stdout] ... [INFO] [stdout] 36 | from_num!(i16, int); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `from_num` (in Nightly builds, run with -Z macro-backtrace for more info) [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/from_number.rs:17:27 [INFO] [stdout] | [INFO] [stdout] 15 | let ratio = R::ratio(E::I32.abs() as u32); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 16 | // TODO: Add rounding [INFO] [stdout] 17 | Self::new(if 0 < E::I32 { [INFO] [stdout] | ___________________________^ [INFO] [stdout] 18 | | from_num!(@$KIND, /, $TYPE, Mantissa, value, ratio) [INFO] [stdout] 19 | | } else { [INFO] [stdout] 20 | | from_num!(@$KIND, *, $TYPE, Mantissa, value, ratio) [INFO] [stdout] 21 | | }) [INFO] [stdout] | |_________________^ [INFO] [stdout] ... [INFO] [stdout] 37 | from_num!(i32, int); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `from_num` (in Nightly builds, run with -Z macro-backtrace for more info) [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/from_number.rs:17:27 [INFO] [stdout] | [INFO] [stdout] 15 | let ratio = R::ratio(E::I32.abs() as u32); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 16 | // TODO: Add rounding [INFO] [stdout] 17 | Self::new(if 0 < E::I32 { [INFO] [stdout] | ___________________________^ [INFO] [stdout] 18 | | from_num!(@$KIND, /, $TYPE, Mantissa, value, ratio) [INFO] [stdout] 19 | | } else { [INFO] [stdout] 20 | | from_num!(@$KIND, *, $TYPE, Mantissa, value, ratio) [INFO] [stdout] 21 | | }) [INFO] [stdout] | |_________________^ [INFO] [stdout] ... [INFO] [stdout] 38 | from_num!(i64, int); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `from_num` (in Nightly builds, run with -Z macro-backtrace for more info) [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/from_number.rs:17:27 [INFO] [stdout] | [INFO] [stdout] 15 | let ratio = R::ratio(E::I32.abs() as u32); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 16 | // TODO: Add rounding [INFO] [stdout] 17 | Self::new(if 0 < E::I32 { [INFO] [stdout] | ___________________________^ [INFO] [stdout] 18 | | from_num!(@$KIND, /, $TYPE, Mantissa, value, ratio) [INFO] [stdout] 19 | | } else { [INFO] [stdout] 20 | | from_num!(@$KIND, *, $TYPE, Mantissa, value, ratio) [INFO] [stdout] 21 | | }) [INFO] [stdout] | |_________________^ [INFO] [stdout] ... [INFO] [stdout] 42 | from_num!(u8, int); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `from_num` (in Nightly builds, run with -Z macro-backtrace for more info) [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/from_number.rs:17:27 [INFO] [stdout] | [INFO] [stdout] 15 | let ratio = R::ratio(E::I32.abs() as u32); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 16 | // TODO: Add rounding [INFO] [stdout] 17 | Self::new(if 0 < E::I32 { [INFO] [stdout] | ___________________________^ [INFO] [stdout] 18 | | from_num!(@$KIND, /, $TYPE, Mantissa, value, ratio) [INFO] [stdout] 19 | | } else { [INFO] [stdout] 20 | | from_num!(@$KIND, *, $TYPE, Mantissa, value, ratio) [INFO] [stdout] 21 | | }) [INFO] [stdout] | |_________________^ [INFO] [stdout] ... [INFO] [stdout] 43 | from_num!(u16, int); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `from_num` (in Nightly builds, run with -Z macro-backtrace for more info) [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/from_number.rs:17:27 [INFO] [stdout] | [INFO] [stdout] 15 | let ratio = R::ratio(E::I32.abs() as u32); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 16 | // TODO: Add rounding [INFO] [stdout] 17 | Self::new(if 0 < E::I32 { [INFO] [stdout] | ___________________________^ [INFO] [stdout] 18 | | from_num!(@$KIND, /, $TYPE, Mantissa, value, ratio) [INFO] [stdout] 19 | | } else { [INFO] [stdout] 20 | | from_num!(@$KIND, *, $TYPE, Mantissa, value, ratio) [INFO] [stdout] 21 | | }) [INFO] [stdout] | |_________________^ [INFO] [stdout] ... [INFO] [stdout] 44 | from_num!(u32, int); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `from_num` (in Nightly builds, run with -Z macro-backtrace for more info) [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/from_number.rs:17:27 [INFO] [stdout] | [INFO] [stdout] 15 | let ratio = R::ratio(E::I32.abs() as u32); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 16 | // TODO: Add rounding [INFO] [stdout] 17 | Self::new(if 0 < E::I32 { [INFO] [stdout] | ___________________________^ [INFO] [stdout] 18 | | from_num!(@$KIND, /, $TYPE, Mantissa, value, ratio) [INFO] [stdout] 19 | | } else { [INFO] [stdout] 20 | | from_num!(@$KIND, *, $TYPE, Mantissa, value, ratio) [INFO] [stdout] 21 | | }) [INFO] [stdout] | |_________________^ [INFO] [stdout] ... [INFO] [stdout] 45 | from_num!(u64, int); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `from_num` (in Nightly builds, run with -Z macro-backtrace for more info) [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/from_number.rs:17:27 [INFO] [stdout] | [INFO] [stdout] 15 | let ratio = R::ratio(E::I32.abs() as u32); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 16 | // TODO: Add rounding [INFO] [stdout] 17 | Self::new(if 0 < E::I32 { [INFO] [stdout] | ___________________________^ [INFO] [stdout] 18 | | from_num!(@$KIND, /, $TYPE, Mantissa, value, ratio) [INFO] [stdout] 19 | | } else { [INFO] [stdout] 20 | | from_num!(@$KIND, *, $TYPE, Mantissa, value, ratio) [INFO] [stdout] 21 | | }) [INFO] [stdout] | |_________________^ [INFO] [stdout] ... [INFO] [stdout] 49 | from_num!(f32, float); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `from_num` (in Nightly builds, run with -Z macro-backtrace for more info) [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/from_number.rs:17:27 [INFO] [stdout] | [INFO] [stdout] 15 | let ratio = R::ratio(E::I32.abs() as u32); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 16 | // TODO: Add rounding [INFO] [stdout] 17 | Self::new(if 0 < E::I32 { [INFO] [stdout] | ___________________________^ [INFO] [stdout] 18 | | from_num!(@$KIND, /, $TYPE, Mantissa, value, ratio) [INFO] [stdout] 19 | | } else { [INFO] [stdout] 20 | | from_num!(@$KIND, *, $TYPE, Mantissa, value, ratio) [INFO] [stdout] 21 | | }) [INFO] [stdout] | |_________________^ [INFO] [stdout] ... [INFO] [stdout] 50 | from_num!(f64, float); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `from_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 16 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ufix` (lib test) due to 17 previous errors [INFO] running `Command { std: "docker" "inspect" "eeacd880469e061e9c3f8ee754e9966f837b63d5434cbb65ca7faf15bbc57b57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eeacd880469e061e9c3f8ee754e9966f837b63d5434cbb65ca7faf15bbc57b57", kill_on_drop: false }` [INFO] [stdout] eeacd880469e061e9c3f8ee754e9966f837b63d5434cbb65ca7faf15bbc57b57