[INFO] fetching crate colorz 1.1.2... [INFO] checking colorz-1.1.2 against try#4d98531622e1718ae0bc3c7a1ab9cd8938428452+rustflags=-Dtail_expr_drop_order for pr-129604 [INFO] extracting crate colorz 1.1.2 into /workspace/builds/worker-4-tc2/source [INFO] validating manifest of crates.io crate colorz 1.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 colorz 1.1.2 [INFO] finished tweaking crates.io crate colorz 1.1.2 [INFO] tweaked toml for crates.io crate colorz 1.1.2 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate crates.io crate colorz 1.1.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] a835b09b09df4989e01e5b8a67684a73840a6c3fcd886c77077650503ee019fc [INFO] running `Command { std: "docker" "start" "-a" "a835b09b09df4989e01e5b8a67684a73840a6c3fcd886c77077650503ee019fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a835b09b09df4989e01e5b8a67684a73840a6c3fcd886c77077650503ee019fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a835b09b09df4989e01e5b8a67684a73840a6c3fcd886c77077650503ee019fc", kill_on_drop: false }` [INFO] [stdout] a835b09b09df4989e01e5b8a67684a73840a6c3fcd886c77077650503ee019fc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] a37078483bb1856faf17849352bd4eb82441aa283f07cba8f78ed5f3d2d8889d [INFO] running `Command { std: "docker" "start" "-a" "a37078483bb1856faf17849352bd4eb82441aa283f07cba8f78ed5f3d2d8889d", kill_on_drop: false }` [INFO] [stderr] Checking colorz v1.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: struct `ColorSupport` is never constructed [INFO] [stdout] --> src/mode.rs:175:8 [INFO] [stdout] | [INFO] [stdout] 175 | struct ColorSupport { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ColorSupport` is never constructed [INFO] [stdout] --> src/mode.rs:175:8 [INFO] [stdout] | [INFO] [stdout] 175 | struct ColorSupport { [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/style.rs:851:9 [INFO] [stdout] | [INFO] [stdout] 850 | fn from_iter>(iter: T) -> Self { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 851 | / iter.into_iter() [INFO] [stdout] 852 | | .map(Into::into) [INFO] [stdout] | |____________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = 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/value.rs:79:17 [INFO] [stdout] | [INFO] [stdout] 78 | fn into_fg(self, color: C) -> StyledValue where Self: Sized { [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] 79 | self.into_style().fg(color) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 221 | / AnsiColorMethods! { [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | /// Changes the foreground to black [INFO] [stdout] 224 | | /// Changes the background to black [INFO] [stdout] ... | [INFO] [stdout] 300 | | ) [INFO] [stdout] 301 | | } [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 `AnsiColorMethods` (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/value.rs:91:17 [INFO] [stdout] | [INFO] [stdout] 90 | fn into_bg(self, color: C) -> StyledValue where Self: Sized { [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] 91 | self.into_style().bg(color) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 221 | / AnsiColorMethods! { [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | /// Changes the foreground to black [INFO] [stdout] 224 | | /// Changes the background to black [INFO] [stdout] ... | [INFO] [stdout] 300 | | ) [INFO] [stdout] 301 | | } [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 `AnsiColorMethods` (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/value.rs:103:17 [INFO] [stdout] | [INFO] [stdout] 102 | fn into_underline_color(self, color: C) -> StyledValue where Self: Sized { [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] 103 | self.into_style().underline_color(color) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 221 | / AnsiColorMethods! { [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | /// Changes the foreground to black [INFO] [stdout] 224 | | /// Changes the background to black [INFO] [stdout] ... | [INFO] [stdout] 300 | | ) [INFO] [stdout] 301 | | } [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 `AnsiColorMethods` (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/value.rs:115:17 [INFO] [stdout] | [INFO] [stdout] 114 | $(#[$fg] #[inline] fn $into_fun(self) -> StyledValue where Self: Sized{ [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 115 | self.into_style().$fun() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 221 | / AnsiColorMethods! { [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | /// Changes the foreground to black [INFO] [stdout] 224 | | /// Changes the background to black [INFO] [stdout] ... | [INFO] [stdout] 300 | | ) [INFO] [stdout] 301 | | } [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 `AnsiColorMethods` (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/value.rs:119:17 [INFO] [stdout] | [INFO] [stdout] 118 | $(#[$bg] #[inline] fn $into_on_fun(self) -> StyledValue where Self: Sized { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 119 | self.into_style().$on_fun() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 221 | / AnsiColorMethods! { [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | /// Changes the foreground to black [INFO] [stdout] 224 | | /// Changes the background to black [INFO] [stdout] ... | [INFO] [stdout] 300 | | ) [INFO] [stdout] 301 | | } [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 `AnsiColorMethods` (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/value.rs:127:17 [INFO] [stdout] | [INFO] [stdout] 126 | $(#[$doc] #[inline] fn $into_effect_fun(self) -> StyledValue where Self: Sized { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 127 | self.into_style().$effect_fun() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 221 | / AnsiColorMethods! { [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | /// Changes the foreground to black [INFO] [stdout] 224 | | /// Changes the background to black [INFO] [stdout] ... | [INFO] [stdout] 300 | | ) [INFO] [stdout] 301 | | } [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 `AnsiColorMethods` (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/value.rs:157:28 [INFO] [stdout] | [INFO] [stdout] 154 | pub fn fg(self, color: C) -> StyledValue { [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] 157 | style: self.style.fg(color), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 221 | / AnsiColorMethods! { [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | /// Changes the foreground to black [INFO] [stdout] 224 | | /// Changes the background to black [INFO] [stdout] ... | [INFO] [stdout] 300 | | ) [INFO] [stdout] 301 | | } [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 `AnsiColorMethods` (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/value.rs:167:28 [INFO] [stdout] | [INFO] [stdout] 164 | pub fn bg(self, color: C) -> StyledValue { [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] 167 | style: self.style.bg(color), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 221 | / AnsiColorMethods! { [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | /// Changes the foreground to black [INFO] [stdout] 224 | | /// Changes the background to black [INFO] [stdout] ... | [INFO] [stdout] 300 | | ) [INFO] [stdout] 301 | | } [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 `AnsiColorMethods` (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/value.rs:177:28 [INFO] [stdout] | [INFO] [stdout] 174 | pub fn underline_color(self, color: C) -> StyledValue { [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] 177 | style: self.style.underline_color(color), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 221 | / AnsiColorMethods! { [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | /// Changes the foreground to black [INFO] [stdout] 224 | | /// Changes the background to black [INFO] [stdout] ... | [INFO] [stdout] 300 | | ) [INFO] [stdout] 301 | | } [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 `AnsiColorMethods` (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/style.rs:851:9 [INFO] [stdout] | [INFO] [stdout] 850 | fn from_iter>(iter: T) -> Self { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 851 | / iter.into_iter() [INFO] [stdout] 852 | | .map(Into::into) [INFO] [stdout] | |____________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = 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/value.rs:79:17 [INFO] [stdout] | [INFO] [stdout] 78 | fn into_fg(self, color: C) -> StyledValue where Self: Sized { [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] 79 | self.into_style().fg(color) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 221 | / AnsiColorMethods! { [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | /// Changes the foreground to black [INFO] [stdout] 224 | | /// Changes the background to black [INFO] [stdout] ... | [INFO] [stdout] 300 | | ) [INFO] [stdout] 301 | | } [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 `AnsiColorMethods` (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/value.rs:91:17 [INFO] [stdout] | [INFO] [stdout] 90 | fn into_bg(self, color: C) -> StyledValue where Self: Sized { [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] 91 | self.into_style().bg(color) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 221 | / AnsiColorMethods! { [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | /// Changes the foreground to black [INFO] [stdout] 224 | | /// Changes the background to black [INFO] [stdout] ... | [INFO] [stdout] 300 | | ) [INFO] [stdout] 301 | | } [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 `AnsiColorMethods` (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/value.rs:103:17 [INFO] [stdout] | [INFO] [stdout] 102 | fn into_underline_color(self, color: C) -> StyledValue where Self: Sized { [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] 103 | self.into_style().underline_color(color) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 221 | / AnsiColorMethods! { [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | /// Changes the foreground to black [INFO] [stdout] 224 | | /// Changes the background to black [INFO] [stdout] ... | [INFO] [stdout] 300 | | ) [INFO] [stdout] 301 | | } [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 `AnsiColorMethods` (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/value.rs:115:17 [INFO] [stdout] | [INFO] [stdout] 114 | $(#[$fg] #[inline] fn $into_fun(self) -> StyledValue where Self: Sized{ [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 115 | self.into_style().$fun() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 221 | / AnsiColorMethods! { [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | /// Changes the foreground to black [INFO] [stdout] 224 | | /// Changes the background to black [INFO] [stdout] ... | [INFO] [stdout] 300 | | ) [INFO] [stdout] 301 | | } [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 `AnsiColorMethods` (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/value.rs:119:17 [INFO] [stdout] | [INFO] [stdout] 118 | $(#[$bg] #[inline] fn $into_on_fun(self) -> StyledValue where Self: Sized { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 119 | self.into_style().$on_fun() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 221 | / AnsiColorMethods! { [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | /// Changes the foreground to black [INFO] [stdout] 224 | | /// Changes the background to black [INFO] [stdout] ... | [INFO] [stdout] 300 | | ) [INFO] [stdout] 301 | | } [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 `AnsiColorMethods` (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/value.rs:127:17 [INFO] [stdout] | [INFO] [stdout] 126 | $(#[$doc] #[inline] fn $into_effect_fun(self) -> StyledValue where Self: Sized { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 127 | self.into_style().$effect_fun() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 221 | / AnsiColorMethods! { [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | /// Changes the foreground to black [INFO] [stdout] 224 | | /// Changes the background to black [INFO] [stdout] ... | [INFO] [stdout] 300 | | ) [INFO] [stdout] 301 | | } [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 `AnsiColorMethods` (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/value.rs:157:28 [INFO] [stdout] | [INFO] [stdout] 154 | pub fn fg(self, color: C) -> StyledValue { [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] 157 | style: self.style.fg(color), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 221 | / AnsiColorMethods! { [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | /// Changes the foreground to black [INFO] [stdout] 224 | | /// Changes the background to black [INFO] [stdout] ... | [INFO] [stdout] 300 | | ) [INFO] [stdout] 301 | | } [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 `AnsiColorMethods` (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/value.rs:167:28 [INFO] [stdout] | [INFO] [stdout] 164 | pub fn bg(self, color: C) -> StyledValue { [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] 167 | style: self.style.bg(color), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 221 | / AnsiColorMethods! { [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | /// Changes the foreground to black [INFO] [stdout] 224 | | /// Changes the background to black [INFO] [stdout] ... | [INFO] [stdout] 300 | | ) [INFO] [stdout] 301 | | } [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 `AnsiColorMethods` (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/value.rs:177:28 [INFO] [stdout] | [INFO] [stdout] 174 | pub fn underline_color(self, color: C) -> StyledValue { [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] 177 | style: self.style.underline_color(color), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 221 | / AnsiColorMethods! { [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | /// Changes the foreground to black [INFO] [stdout] 224 | | /// Changes the background to black [INFO] [stdout] ... | [INFO] [stdout] 300 | | ) [INFO] [stdout] 301 | | } [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 `AnsiColorMethods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 10 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 10 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `colorz` (lib test) due to 11 previous errors; 1 warning emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `colorz` (lib) due to 11 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "a37078483bb1856faf17849352bd4eb82441aa283f07cba8f78ed5f3d2d8889d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a37078483bb1856faf17849352bd4eb82441aa283f07cba8f78ed5f3d2d8889d", kill_on_drop: false }` [INFO] [stdout] a37078483bb1856faf17849352bd4eb82441aa283f07cba8f78ed5f3d2d8889d