[INFO] fetching crate kukan 0.1.2... [INFO] checking kukan-0.1.2 against try#4d98531622e1718ae0bc3c7a1ab9cd8938428452+rustflags=-Dtail_expr_drop_order for pr-129604 [INFO] extracting crate kukan 0.1.2 into /workspace/builds/worker-0-tc2/source [INFO] validating manifest of crates.io crate kukan 0.1.2 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 kukan 0.1.2 [INFO] finished tweaking crates.io crate kukan 0.1.2 [INFO] tweaked toml for crates.io crate kukan 0.1.2 written to /workspace/builds/worker-0-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 3 packages to latest compatible versions [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-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2964e5994a8c3ced2b78cf75e5d8d3b876277b6082a5ffe7f7c017c7b1214147 [INFO] running `Command { std: "docker" "start" "-a" "2964e5994a8c3ced2b78cf75e5d8d3b876277b6082a5ffe7f7c017c7b1214147", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2964e5994a8c3ced2b78cf75e5d8d3b876277b6082a5ffe7f7c017c7b1214147", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2964e5994a8c3ced2b78cf75e5d8d3b876277b6082a5ffe7f7c017c7b1214147", kill_on_drop: false }` [INFO] [stdout] 2964e5994a8c3ced2b78cf75e5d8d3b876277b6082a5ffe7f7c017c7b1214147 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dtail_expr_drop_order" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b6e145d587d351dbd693acdab48ae2a18b479f258d9ec7318d565c60992068fb [INFO] running `Command { std: "docker" "start" "-a" "b6e145d587d351dbd693acdab48ae2a18b479f258d9ec7318d565c60992068fb", kill_on_drop: false }` [INFO] [stderr] Checking kukan v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait `ClosestValue` is never used [INFO] [stdout] --> src/closest.rs:5:11 [INFO] [stdout] | [INFO] [stdout] 5 | pub trait ClosestValue: Contain [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [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/cut.rs:79:28 [INFO] [stdout] | [INFO] [stdout] 77 | fn $fn(self, edge: T) -> Self::Interval { [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] 78 | Self::Interval { [INFO] [stdout] 79 | right: std::cmp::min(edge, self.right) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 104 | / impl_cut_for_right!( [INFO] [stdout] 105 | | RightOpen, [INFO] [stdout] 106 | | RightClosed, [INFO] [stdout] 107 | | RightOpen, [INFO] [stdout] 108 | | LeftClosedRightOpen, [INFO] [stdout] 109 | | LeftOpenRightOpen [INFO] [stdout] 110 | | ); [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: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] = note: this error originates in the macro `impl_cut_for_right` (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/cut.rs:79:28 [INFO] [stdout] | [INFO] [stdout] 77 | fn $fn(self, edge: T) -> Self::Interval { [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] 78 | Self::Interval { [INFO] [stdout] 79 | right: std::cmp::min(edge, self.right) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 104 | / impl_cut_for_right!( [INFO] [stdout] 105 | | RightOpen, [INFO] [stdout] 106 | | RightClosed, [INFO] [stdout] 107 | | RightOpen, [INFO] [stdout] 108 | | LeftClosedRightOpen, [INFO] [stdout] 109 | | LeftOpenRightOpen [INFO] [stdout] 110 | | ); [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 `impl_cut_for_right` (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/cut.rs:79:28 [INFO] [stdout] | [INFO] [stdout] 77 | fn $fn(self, edge: T) -> Self::Interval { [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] 78 | Self::Interval { [INFO] [stdout] 79 | right: std::cmp::min(edge, self.right) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 111 | / impl_cut_for_right!( [INFO] [stdout] 112 | | RightClosed, [INFO] [stdout] 113 | | RightClosed, [INFO] [stdout] 114 | | RightOpen, [INFO] [stdout] 115 | | LeftClosedRightClosed, [INFO] [stdout] 116 | | LeftOpenRightClosed [INFO] [stdout] 117 | | ); [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 `impl_cut_for_right` (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/cut.rs:79:28 [INFO] [stdout] | [INFO] [stdout] 77 | fn $fn(self, edge: T) -> Self::Interval { [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] 78 | Self::Interval { [INFO] [stdout] 79 | right: std::cmp::min(edge, self.right) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 111 | / impl_cut_for_right!( [INFO] [stdout] 112 | | RightClosed, [INFO] [stdout] 113 | | RightClosed, [INFO] [stdout] 114 | | RightOpen, [INFO] [stdout] 115 | | LeftClosedRightClosed, [INFO] [stdout] 116 | | LeftOpenRightClosed [INFO] [stdout] 117 | | ); [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 `impl_cut_for_right` (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/cut.rs:138:27 [INFO] [stdout] | [INFO] [stdout] 136 | fn $fn(self, edge: T) -> Self::Interval { [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] 137 | Self::Interval { [INFO] [stdout] 138 | left: std::cmp::max(self.left, edge) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 151 | / impl_cut_for_left!( [INFO] [stdout] 152 | | LeftOpen, [INFO] [stdout] 153 | | LeftOpenRightClosed, [INFO] [stdout] 154 | | LeftOpenRightOpen, [INFO] [stdout] 155 | | LeftClosed, [INFO] [stdout] 156 | | LeftOpen [INFO] [stdout] 157 | | ); [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 `impl_cut_for_left` (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/cut.rs:138:27 [INFO] [stdout] | [INFO] [stdout] 136 | fn $fn(self, edge: T) -> Self::Interval { [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] 137 | Self::Interval { [INFO] [stdout] 138 | left: std::cmp::max(self.left, edge) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 151 | / impl_cut_for_left!( [INFO] [stdout] 152 | | LeftOpen, [INFO] [stdout] 153 | | LeftOpenRightClosed, [INFO] [stdout] 154 | | LeftOpenRightOpen, [INFO] [stdout] 155 | | LeftClosed, [INFO] [stdout] 156 | | LeftOpen [INFO] [stdout] 157 | | ); [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 `impl_cut_for_left` (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/cut.rs:138:27 [INFO] [stdout] | [INFO] [stdout] 136 | fn $fn(self, edge: T) -> Self::Interval { [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] 137 | Self::Interval { [INFO] [stdout] 138 | left: std::cmp::max(self.left, edge) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 158 | / impl_cut_for_left!( [INFO] [stdout] 159 | | LeftClosed, [INFO] [stdout] 160 | | LeftClosedRightClosed, [INFO] [stdout] 161 | | LeftClosedRightOpen, [INFO] [stdout] 162 | | LeftClosed, [INFO] [stdout] 163 | | LeftOpen [INFO] [stdout] 164 | | ); [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 `impl_cut_for_left` (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/cut.rs:138:27 [INFO] [stdout] | [INFO] [stdout] 136 | fn $fn(self, edge: T) -> Self::Interval { [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] 137 | Self::Interval { [INFO] [stdout] 138 | left: std::cmp::max(self.left, edge) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 158 | / impl_cut_for_left!( [INFO] [stdout] 159 | | LeftClosed, [INFO] [stdout] 160 | | LeftClosedRightClosed, [INFO] [stdout] 161 | | LeftClosedRightOpen, [INFO] [stdout] 162 | | LeftClosed, [INFO] [stdout] 163 | | LeftOpen [INFO] [stdout] 164 | | ); [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 `impl_cut_for_left` (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/cut.rs:174:28 [INFO] [stdout] | [INFO] [stdout] 171 | fn $fn(self, edge: T) -> Self::Interval { [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] ... [INFO] [stdout] 174 | right: std::cmp::min(edge, self.right), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 199 | / impl_cut_for_two_right!( [INFO] [stdout] 200 | | LeftClosedRightClosed, [INFO] [stdout] 201 | | LeftClosedRightClosed, [INFO] [stdout] 202 | | LeftClosedRightOpen, [INFO] [stdout] 203 | | LeftClosedRightClosed, [INFO] [stdout] 204 | | LeftOpenRightClosed [INFO] [stdout] 205 | | ); [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 `impl_cut_for_two_right` (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/cut.rs:174:28 [INFO] [stdout] | [INFO] [stdout] 171 | fn $fn(self, edge: T) -> Self::Interval { [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] ... [INFO] [stdout] 174 | right: std::cmp::min(edge, self.right), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 199 | / impl_cut_for_two_right!( [INFO] [stdout] 200 | | LeftClosedRightClosed, [INFO] [stdout] 201 | | LeftClosedRightClosed, [INFO] [stdout] 202 | | LeftClosedRightOpen, [INFO] [stdout] 203 | | LeftClosedRightClosed, [INFO] [stdout] 204 | | LeftOpenRightClosed [INFO] [stdout] 205 | | ); [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 `impl_cut_for_two_right` (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/cut.rs:185:27 [INFO] [stdout] | [INFO] [stdout] 183 | fn $fn(self, edge: T) -> Self::Interval { [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] 184 | Self::Interval { [INFO] [stdout] 185 | left: std::cmp::max(self.left, edge), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 199 | / impl_cut_for_two_right!( [INFO] [stdout] 200 | | LeftClosedRightClosed, [INFO] [stdout] 201 | | LeftClosedRightClosed, [INFO] [stdout] 202 | | LeftClosedRightOpen, [INFO] [stdout] 203 | | LeftClosedRightClosed, [INFO] [stdout] 204 | | LeftOpenRightClosed [INFO] [stdout] 205 | | ); [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 `impl_cut_for_two_right` (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/cut.rs:185:27 [INFO] [stdout] | [INFO] [stdout] 183 | fn $fn(self, edge: T) -> Self::Interval { [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] 184 | Self::Interval { [INFO] [stdout] 185 | left: std::cmp::max(self.left, edge), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 199 | / impl_cut_for_two_right!( [INFO] [stdout] 200 | | LeftClosedRightClosed, [INFO] [stdout] 201 | | LeftClosedRightClosed, [INFO] [stdout] 202 | | LeftClosedRightOpen, [INFO] [stdout] 203 | | LeftClosedRightClosed, [INFO] [stdout] 204 | | LeftOpenRightClosed [INFO] [stdout] 205 | | ); [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 `impl_cut_for_two_right` (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/cut.rs:174:28 [INFO] [stdout] | [INFO] [stdout] 171 | fn $fn(self, edge: T) -> Self::Interval { [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] ... [INFO] [stdout] 174 | right: std::cmp::min(edge, self.right), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 206 | / impl_cut_for_two_right!( [INFO] [stdout] 207 | | LeftOpenRightClosed, [INFO] [stdout] 208 | | LeftOpenRightClosed, [INFO] [stdout] 209 | | LeftOpenRightOpen, [INFO] [stdout] 210 | | LeftClosedRightClosed, [INFO] [stdout] 211 | | LeftOpenRightClosed [INFO] [stdout] 212 | | ); [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 `impl_cut_for_two_right` (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/cut.rs:174:28 [INFO] [stdout] | [INFO] [stdout] 171 | fn $fn(self, edge: T) -> Self::Interval { [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] ... [INFO] [stdout] 174 | right: std::cmp::min(edge, self.right), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 206 | / impl_cut_for_two_right!( [INFO] [stdout] 207 | | LeftOpenRightClosed, [INFO] [stdout] 208 | | LeftOpenRightClosed, [INFO] [stdout] 209 | | LeftOpenRightOpen, [INFO] [stdout] 210 | | LeftClosedRightClosed, [INFO] [stdout] 211 | | LeftOpenRightClosed [INFO] [stdout] 212 | | ); [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 `impl_cut_for_two_right` (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/cut.rs:185:27 [INFO] [stdout] | [INFO] [stdout] 183 | fn $fn(self, edge: T) -> Self::Interval { [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] 184 | Self::Interval { [INFO] [stdout] 185 | left: std::cmp::max(self.left, edge), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 206 | / impl_cut_for_two_right!( [INFO] [stdout] 207 | | LeftOpenRightClosed, [INFO] [stdout] 208 | | LeftOpenRightClosed, [INFO] [stdout] 209 | | LeftOpenRightOpen, [INFO] [stdout] 210 | | LeftClosedRightClosed, [INFO] [stdout] 211 | | LeftOpenRightClosed [INFO] [stdout] 212 | | ); [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 `impl_cut_for_two_right` (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/cut.rs:185:27 [INFO] [stdout] | [INFO] [stdout] 183 | fn $fn(self, edge: T) -> Self::Interval { [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] 184 | Self::Interval { [INFO] [stdout] 185 | left: std::cmp::max(self.left, edge), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 206 | / impl_cut_for_two_right!( [INFO] [stdout] 207 | | LeftOpenRightClosed, [INFO] [stdout] 208 | | LeftOpenRightClosed, [INFO] [stdout] 209 | | LeftOpenRightOpen, [INFO] [stdout] 210 | | LeftClosedRightClosed, [INFO] [stdout] 211 | | LeftOpenRightClosed [INFO] [stdout] 212 | | ); [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 `impl_cut_for_two_right` (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/cut.rs:174:28 [INFO] [stdout] | [INFO] [stdout] 171 | fn $fn(self, edge: T) -> Self::Interval { [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] ... [INFO] [stdout] 174 | right: std::cmp::min(edge, self.right), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 213 | / impl_cut_for_two_right!( [INFO] [stdout] 214 | | LeftClosedRightOpen, [INFO] [stdout] 215 | | LeftClosedRightClosed, [INFO] [stdout] 216 | | LeftClosedRightOpen, [INFO] [stdout] 217 | | LeftClosedRightOpen, [INFO] [stdout] 218 | | LeftOpenRightOpen [INFO] [stdout] 219 | | ); [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 `impl_cut_for_two_right` (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/cut.rs:174:28 [INFO] [stdout] | [INFO] [stdout] 171 | fn $fn(self, edge: T) -> Self::Interval { [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] ... [INFO] [stdout] 174 | right: std::cmp::min(edge, self.right), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 213 | / impl_cut_for_two_right!( [INFO] [stdout] 214 | | LeftClosedRightOpen, [INFO] [stdout] 215 | | LeftClosedRightClosed, [INFO] [stdout] 216 | | LeftClosedRightOpen, [INFO] [stdout] 217 | | LeftClosedRightOpen, [INFO] [stdout] 218 | | LeftOpenRightOpen [INFO] [stdout] 219 | | ); [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 `impl_cut_for_two_right` (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/cut.rs:185:27 [INFO] [stdout] | [INFO] [stdout] 183 | fn $fn(self, edge: T) -> Self::Interval { [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] 184 | Self::Interval { [INFO] [stdout] 185 | left: std::cmp::max(self.left, edge), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 213 | / impl_cut_for_two_right!( [INFO] [stdout] 214 | | LeftClosedRightOpen, [INFO] [stdout] 215 | | LeftClosedRightClosed, [INFO] [stdout] 216 | | LeftClosedRightOpen, [INFO] [stdout] 217 | | LeftClosedRightOpen, [INFO] [stdout] 218 | | LeftOpenRightOpen [INFO] [stdout] 219 | | ); [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 `impl_cut_for_two_right` (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/cut.rs:185:27 [INFO] [stdout] | [INFO] [stdout] 183 | fn $fn(self, edge: T) -> Self::Interval { [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] 184 | Self::Interval { [INFO] [stdout] 185 | left: std::cmp::max(self.left, edge), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 213 | / impl_cut_for_two_right!( [INFO] [stdout] 214 | | LeftClosedRightOpen, [INFO] [stdout] 215 | | LeftClosedRightClosed, [INFO] [stdout] 216 | | LeftClosedRightOpen, [INFO] [stdout] 217 | | LeftClosedRightOpen, [INFO] [stdout] 218 | | LeftOpenRightOpen [INFO] [stdout] 219 | | ); [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 `impl_cut_for_two_right` (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/cut.rs:174:28 [INFO] [stdout] | [INFO] [stdout] 171 | fn $fn(self, edge: T) -> Self::Interval { [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] ... [INFO] [stdout] 174 | right: std::cmp::min(edge, self.right), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_cut_for_two_right!( [INFO] [stdout] 221 | | LeftOpenRightOpen, [INFO] [stdout] 222 | | LeftOpenRightClosed, [INFO] [stdout] 223 | | LeftOpenRightOpen, [INFO] [stdout] 224 | | LeftClosedRightOpen, [INFO] [stdout] 225 | | LeftOpenRightOpen [INFO] [stdout] 226 | | ); [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 `impl_cut_for_two_right` (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/cut.rs:174:28 [INFO] [stdout] | [INFO] [stdout] 171 | fn $fn(self, edge: T) -> Self::Interval { [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] ... [INFO] [stdout] 174 | right: std::cmp::min(edge, self.right), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_cut_for_two_right!( [INFO] [stdout] 221 | | LeftOpenRightOpen, [INFO] [stdout] 222 | | LeftOpenRightClosed, [INFO] [stdout] 223 | | LeftOpenRightOpen, [INFO] [stdout] 224 | | LeftClosedRightOpen, [INFO] [stdout] 225 | | LeftOpenRightOpen [INFO] [stdout] 226 | | ); [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 `impl_cut_for_two_right` (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/cut.rs:185:27 [INFO] [stdout] | [INFO] [stdout] 183 | fn $fn(self, edge: T) -> Self::Interval { [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] 184 | Self::Interval { [INFO] [stdout] 185 | left: std::cmp::max(self.left, edge), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_cut_for_two_right!( [INFO] [stdout] 221 | | LeftOpenRightOpen, [INFO] [stdout] 222 | | LeftOpenRightClosed, [INFO] [stdout] 223 | | LeftOpenRightOpen, [INFO] [stdout] 224 | | LeftClosedRightOpen, [INFO] [stdout] 225 | | LeftOpenRightOpen [INFO] [stdout] 226 | | ); [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 `impl_cut_for_two_right` (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/cut.rs:185:27 [INFO] [stdout] | [INFO] [stdout] 183 | fn $fn(self, edge: T) -> Self::Interval { [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] 184 | Self::Interval { [INFO] [stdout] 185 | left: std::cmp::max(self.left, edge), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_cut_for_two_right!( [INFO] [stdout] 221 | | LeftOpenRightOpen, [INFO] [stdout] 222 | | LeftOpenRightClosed, [INFO] [stdout] 223 | | LeftOpenRightOpen, [INFO] [stdout] 224 | | LeftClosedRightOpen, [INFO] [stdout] 225 | | LeftOpenRightOpen [INFO] [stdout] 226 | | ); [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 `impl_cut_for_two_right` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 24 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `kukan` (lib) due to 25 previous errors; 1 warning emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: trait `ClosestValue` is never used [INFO] [stdout] --> src/closest.rs:5:11 [INFO] [stdout] | [INFO] [stdout] 5 | pub trait ClosestValue: Contain [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [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/cut.rs:79:28 [INFO] [stdout] | [INFO] [stdout] 77 | fn $fn(self, edge: T) -> Self::Interval { [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] 78 | Self::Interval { [INFO] [stdout] 79 | right: std::cmp::min(edge, self.right) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 104 | / impl_cut_for_right!( [INFO] [stdout] 105 | | RightOpen, [INFO] [stdout] 106 | | RightClosed, [INFO] [stdout] 107 | | RightOpen, [INFO] [stdout] 108 | | LeftClosedRightOpen, [INFO] [stdout] 109 | | LeftOpenRightOpen [INFO] [stdout] 110 | | ); [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: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] = note: this error originates in the macro `impl_cut_for_right` (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/cut.rs:79:28 [INFO] [stdout] | [INFO] [stdout] 77 | fn $fn(self, edge: T) -> Self::Interval { [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] 78 | Self::Interval { [INFO] [stdout] 79 | right: std::cmp::min(edge, self.right) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 104 | / impl_cut_for_right!( [INFO] [stdout] 105 | | RightOpen, [INFO] [stdout] 106 | | RightClosed, [INFO] [stdout] 107 | | RightOpen, [INFO] [stdout] 108 | | LeftClosedRightOpen, [INFO] [stdout] 109 | | LeftOpenRightOpen [INFO] [stdout] 110 | | ); [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 `impl_cut_for_right` (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/cut.rs:79:28 [INFO] [stdout] | [INFO] [stdout] 77 | fn $fn(self, edge: T) -> Self::Interval { [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] 78 | Self::Interval { [INFO] [stdout] 79 | right: std::cmp::min(edge, self.right) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 111 | / impl_cut_for_right!( [INFO] [stdout] 112 | | RightClosed, [INFO] [stdout] 113 | | RightClosed, [INFO] [stdout] 114 | | RightOpen, [INFO] [stdout] 115 | | LeftClosedRightClosed, [INFO] [stdout] 116 | | LeftOpenRightClosed [INFO] [stdout] 117 | | ); [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 `impl_cut_for_right` (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/cut.rs:79:28 [INFO] [stdout] | [INFO] [stdout] 77 | fn $fn(self, edge: T) -> Self::Interval { [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] 78 | Self::Interval { [INFO] [stdout] 79 | right: std::cmp::min(edge, self.right) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 111 | / impl_cut_for_right!( [INFO] [stdout] 112 | | RightClosed, [INFO] [stdout] 113 | | RightClosed, [INFO] [stdout] 114 | | RightOpen, [INFO] [stdout] 115 | | LeftClosedRightClosed, [INFO] [stdout] 116 | | LeftOpenRightClosed [INFO] [stdout] 117 | | ); [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 `impl_cut_for_right` (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/cut.rs:138:27 [INFO] [stdout] | [INFO] [stdout] 136 | fn $fn(self, edge: T) -> Self::Interval { [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] 137 | Self::Interval { [INFO] [stdout] 138 | left: std::cmp::max(self.left, edge) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 151 | / impl_cut_for_left!( [INFO] [stdout] 152 | | LeftOpen, [INFO] [stdout] 153 | | LeftOpenRightClosed, [INFO] [stdout] 154 | | LeftOpenRightOpen, [INFO] [stdout] 155 | | LeftClosed, [INFO] [stdout] 156 | | LeftOpen [INFO] [stdout] 157 | | ); [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 `impl_cut_for_left` (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/cut.rs:138:27 [INFO] [stdout] | [INFO] [stdout] 136 | fn $fn(self, edge: T) -> Self::Interval { [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] 137 | Self::Interval { [INFO] [stdout] 138 | left: std::cmp::max(self.left, edge) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 151 | / impl_cut_for_left!( [INFO] [stdout] 152 | | LeftOpen, [INFO] [stdout] 153 | | LeftOpenRightClosed, [INFO] [stdout] 154 | | LeftOpenRightOpen, [INFO] [stdout] 155 | | LeftClosed, [INFO] [stdout] 156 | | LeftOpen [INFO] [stdout] 157 | | ); [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 `impl_cut_for_left` (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/cut.rs:138:27 [INFO] [stdout] | [INFO] [stdout] 136 | fn $fn(self, edge: T) -> Self::Interval { [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] 137 | Self::Interval { [INFO] [stdout] 138 | left: std::cmp::max(self.left, edge) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 158 | / impl_cut_for_left!( [INFO] [stdout] 159 | | LeftClosed, [INFO] [stdout] 160 | | LeftClosedRightClosed, [INFO] [stdout] 161 | | LeftClosedRightOpen, [INFO] [stdout] 162 | | LeftClosed, [INFO] [stdout] 163 | | LeftOpen [INFO] [stdout] 164 | | ); [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 `impl_cut_for_left` (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/cut.rs:138:27 [INFO] [stdout] | [INFO] [stdout] 136 | fn $fn(self, edge: T) -> Self::Interval { [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] 137 | Self::Interval { [INFO] [stdout] 138 | left: std::cmp::max(self.left, edge) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 158 | / impl_cut_for_left!( [INFO] [stdout] 159 | | LeftClosed, [INFO] [stdout] 160 | | LeftClosedRightClosed, [INFO] [stdout] 161 | | LeftClosedRightOpen, [INFO] [stdout] 162 | | LeftClosed, [INFO] [stdout] 163 | | LeftOpen [INFO] [stdout] 164 | | ); [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 `impl_cut_for_left` (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/cut.rs:174:28 [INFO] [stdout] | [INFO] [stdout] 171 | fn $fn(self, edge: T) -> Self::Interval { [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] ... [INFO] [stdout] 174 | right: std::cmp::min(edge, self.right), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 199 | / impl_cut_for_two_right!( [INFO] [stdout] 200 | | LeftClosedRightClosed, [INFO] [stdout] 201 | | LeftClosedRightClosed, [INFO] [stdout] 202 | | LeftClosedRightOpen, [INFO] [stdout] 203 | | LeftClosedRightClosed, [INFO] [stdout] 204 | | LeftOpenRightClosed [INFO] [stdout] 205 | | ); [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 `impl_cut_for_two_right` (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/cut.rs:174:28 [INFO] [stdout] | [INFO] [stdout] 171 | fn $fn(self, edge: T) -> Self::Interval { [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] ... [INFO] [stdout] 174 | right: std::cmp::min(edge, self.right), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 199 | / impl_cut_for_two_right!( [INFO] [stdout] 200 | | LeftClosedRightClosed, [INFO] [stdout] 201 | | LeftClosedRightClosed, [INFO] [stdout] 202 | | LeftClosedRightOpen, [INFO] [stdout] 203 | | LeftClosedRightClosed, [INFO] [stdout] 204 | | LeftOpenRightClosed [INFO] [stdout] 205 | | ); [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 `impl_cut_for_two_right` (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/cut.rs:185:27 [INFO] [stdout] | [INFO] [stdout] 183 | fn $fn(self, edge: T) -> Self::Interval { [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] 184 | Self::Interval { [INFO] [stdout] 185 | left: std::cmp::max(self.left, edge), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 199 | / impl_cut_for_two_right!( [INFO] [stdout] 200 | | LeftClosedRightClosed, [INFO] [stdout] 201 | | LeftClosedRightClosed, [INFO] [stdout] 202 | | LeftClosedRightOpen, [INFO] [stdout] 203 | | LeftClosedRightClosed, [INFO] [stdout] 204 | | LeftOpenRightClosed [INFO] [stdout] 205 | | ); [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 `impl_cut_for_two_right` (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/cut.rs:185:27 [INFO] [stdout] | [INFO] [stdout] 183 | fn $fn(self, edge: T) -> Self::Interval { [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] 184 | Self::Interval { [INFO] [stdout] 185 | left: std::cmp::max(self.left, edge), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 199 | / impl_cut_for_two_right!( [INFO] [stdout] 200 | | LeftClosedRightClosed, [INFO] [stdout] 201 | | LeftClosedRightClosed, [INFO] [stdout] 202 | | LeftClosedRightOpen, [INFO] [stdout] 203 | | LeftClosedRightClosed, [INFO] [stdout] 204 | | LeftOpenRightClosed [INFO] [stdout] 205 | | ); [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 `impl_cut_for_two_right` (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/cut.rs:174:28 [INFO] [stdout] | [INFO] [stdout] 171 | fn $fn(self, edge: T) -> Self::Interval { [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] ... [INFO] [stdout] 174 | right: std::cmp::min(edge, self.right), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 206 | / impl_cut_for_two_right!( [INFO] [stdout] 207 | | LeftOpenRightClosed, [INFO] [stdout] 208 | | LeftOpenRightClosed, [INFO] [stdout] 209 | | LeftOpenRightOpen, [INFO] [stdout] 210 | | LeftClosedRightClosed, [INFO] [stdout] 211 | | LeftOpenRightClosed [INFO] [stdout] 212 | | ); [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 `impl_cut_for_two_right` (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/cut.rs:174:28 [INFO] [stdout] | [INFO] [stdout] 171 | fn $fn(self, edge: T) -> Self::Interval { [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] ... [INFO] [stdout] 174 | right: std::cmp::min(edge, self.right), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 206 | / impl_cut_for_two_right!( [INFO] [stdout] 207 | | LeftOpenRightClosed, [INFO] [stdout] 208 | | LeftOpenRightClosed, [INFO] [stdout] 209 | | LeftOpenRightOpen, [INFO] [stdout] 210 | | LeftClosedRightClosed, [INFO] [stdout] 211 | | LeftOpenRightClosed [INFO] [stdout] 212 | | ); [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 `impl_cut_for_two_right` (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/cut.rs:185:27 [INFO] [stdout] | [INFO] [stdout] 183 | fn $fn(self, edge: T) -> Self::Interval { [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] 184 | Self::Interval { [INFO] [stdout] 185 | left: std::cmp::max(self.left, edge), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 206 | / impl_cut_for_two_right!( [INFO] [stdout] 207 | | LeftOpenRightClosed, [INFO] [stdout] 208 | | LeftOpenRightClosed, [INFO] [stdout] 209 | | LeftOpenRightOpen, [INFO] [stdout] 210 | | LeftClosedRightClosed, [INFO] [stdout] 211 | | LeftOpenRightClosed [INFO] [stdout] 212 | | ); [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 `impl_cut_for_two_right` (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/cut.rs:185:27 [INFO] [stdout] | [INFO] [stdout] 183 | fn $fn(self, edge: T) -> Self::Interval { [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] 184 | Self::Interval { [INFO] [stdout] 185 | left: std::cmp::max(self.left, edge), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 206 | / impl_cut_for_two_right!( [INFO] [stdout] 207 | | LeftOpenRightClosed, [INFO] [stdout] 208 | | LeftOpenRightClosed, [INFO] [stdout] 209 | | LeftOpenRightOpen, [INFO] [stdout] 210 | | LeftClosedRightClosed, [INFO] [stdout] 211 | | LeftOpenRightClosed [INFO] [stdout] 212 | | ); [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 `impl_cut_for_two_right` (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/cut.rs:174:28 [INFO] [stdout] | [INFO] [stdout] 171 | fn $fn(self, edge: T) -> Self::Interval { [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] ... [INFO] [stdout] 174 | right: std::cmp::min(edge, self.right), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 213 | / impl_cut_for_two_right!( [INFO] [stdout] 214 | | LeftClosedRightOpen, [INFO] [stdout] 215 | | LeftClosedRightClosed, [INFO] [stdout] 216 | | LeftClosedRightOpen, [INFO] [stdout] 217 | | LeftClosedRightOpen, [INFO] [stdout] 218 | | LeftOpenRightOpen [INFO] [stdout] 219 | | ); [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 `impl_cut_for_two_right` (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/cut.rs:174:28 [INFO] [stdout] | [INFO] [stdout] 171 | fn $fn(self, edge: T) -> Self::Interval { [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] ... [INFO] [stdout] 174 | right: std::cmp::min(edge, self.right), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 213 | / impl_cut_for_two_right!( [INFO] [stdout] 214 | | LeftClosedRightOpen, [INFO] [stdout] 215 | | LeftClosedRightClosed, [INFO] [stdout] 216 | | LeftClosedRightOpen, [INFO] [stdout] 217 | | LeftClosedRightOpen, [INFO] [stdout] 218 | | LeftOpenRightOpen [INFO] [stdout] 219 | | ); [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 `impl_cut_for_two_right` (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/cut.rs:185:27 [INFO] [stdout] | [INFO] [stdout] 183 | fn $fn(self, edge: T) -> Self::Interval { [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] 184 | Self::Interval { [INFO] [stdout] 185 | left: std::cmp::max(self.left, edge), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 213 | / impl_cut_for_two_right!( [INFO] [stdout] 214 | | LeftClosedRightOpen, [INFO] [stdout] 215 | | LeftClosedRightClosed, [INFO] [stdout] 216 | | LeftClosedRightOpen, [INFO] [stdout] 217 | | LeftClosedRightOpen, [INFO] [stdout] 218 | | LeftOpenRightOpen [INFO] [stdout] 219 | | ); [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 `impl_cut_for_two_right` (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/cut.rs:185:27 [INFO] [stdout] | [INFO] [stdout] 183 | fn $fn(self, edge: T) -> Self::Interval { [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] 184 | Self::Interval { [INFO] [stdout] 185 | left: std::cmp::max(self.left, edge), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 213 | / impl_cut_for_two_right!( [INFO] [stdout] 214 | | LeftClosedRightOpen, [INFO] [stdout] 215 | | LeftClosedRightClosed, [INFO] [stdout] 216 | | LeftClosedRightOpen, [INFO] [stdout] 217 | | LeftClosedRightOpen, [INFO] [stdout] 218 | | LeftOpenRightOpen [INFO] [stdout] 219 | | ); [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 `impl_cut_for_two_right` (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/cut.rs:174:28 [INFO] [stdout] | [INFO] [stdout] 171 | fn $fn(self, edge: T) -> Self::Interval { [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] ... [INFO] [stdout] 174 | right: std::cmp::min(edge, self.right), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_cut_for_two_right!( [INFO] [stdout] 221 | | LeftOpenRightOpen, [INFO] [stdout] 222 | | LeftOpenRightClosed, [INFO] [stdout] 223 | | LeftOpenRightOpen, [INFO] [stdout] 224 | | LeftClosedRightOpen, [INFO] [stdout] 225 | | LeftOpenRightOpen [INFO] [stdout] 226 | | ); [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 `impl_cut_for_two_right` (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/cut.rs:174:28 [INFO] [stdout] | [INFO] [stdout] 171 | fn $fn(self, edge: T) -> Self::Interval { [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] ... [INFO] [stdout] 174 | right: std::cmp::min(edge, self.right), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_cut_for_two_right!( [INFO] [stdout] 221 | | LeftOpenRightOpen, [INFO] [stdout] 222 | | LeftOpenRightClosed, [INFO] [stdout] 223 | | LeftOpenRightOpen, [INFO] [stdout] 224 | | LeftClosedRightOpen, [INFO] [stdout] 225 | | LeftOpenRightOpen [INFO] [stdout] 226 | | ); [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 `impl_cut_for_two_right` (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/cut.rs:185:27 [INFO] [stdout] | [INFO] [stdout] 183 | fn $fn(self, edge: T) -> Self::Interval { [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] 184 | Self::Interval { [INFO] [stdout] 185 | left: std::cmp::max(self.left, edge), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_cut_for_two_right!( [INFO] [stdout] 221 | | LeftOpenRightOpen, [INFO] [stdout] 222 | | LeftOpenRightClosed, [INFO] [stdout] 223 | | LeftOpenRightOpen, [INFO] [stdout] 224 | | LeftClosedRightOpen, [INFO] [stdout] 225 | | LeftOpenRightOpen [INFO] [stdout] 226 | | ); [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 `impl_cut_for_two_right` (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/cut.rs:185:27 [INFO] [stdout] | [INFO] [stdout] 183 | fn $fn(self, edge: T) -> Self::Interval { [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] 184 | Self::Interval { [INFO] [stdout] 185 | left: std::cmp::max(self.left, edge), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_cut_for_two_right!( [INFO] [stdout] 221 | | LeftOpenRightOpen, [INFO] [stdout] 222 | | LeftOpenRightClosed, [INFO] [stdout] 223 | | LeftOpenRightOpen, [INFO] [stdout] 224 | | LeftClosedRightOpen, [INFO] [stdout] 225 | | LeftOpenRightOpen [INFO] [stdout] 226 | | ); [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 `impl_cut_for_two_right` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 24 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `kukan` (lib test) due to 25 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "b6e145d587d351dbd693acdab48ae2a18b479f258d9ec7318d565c60992068fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b6e145d587d351dbd693acdab48ae2a18b479f258d9ec7318d565c60992068fb", kill_on_drop: false }` [INFO] [stdout] b6e145d587d351dbd693acdab48ae2a18b479f258d9ec7318d565c60992068fb