[INFO] fetching crate sval_nested 2.13.0... [INFO] checking sval_nested-2.13.0 against try#4d98531622e1718ae0bc3c7a1ab9cd8938428452+rustflags=-Dtail_expr_drop_order for pr-129604 [INFO] extracting crate sval_nested 2.13.0 into /workspace/builds/worker-0-tc2/source [INFO] validating manifest of crates.io crate sval_nested 2.13.0 on toolchain 4d98531622e1718ae0bc3c7a1ab9cd8938428452 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate sval_nested 2.13.0 [INFO] finished tweaking crates.io crate sval_nested 2.13.0 [INFO] tweaked toml for crates.io crate sval_nested 2.13.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] crate crates.io crate sval_nested 2.13.0 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-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] 4b1408c56aa5ccd0ec8ba3b7fc58cb3e6e0c6ce0502d041a9a43997b1c0597e2 [INFO] running `Command { std: "docker" "start" "-a" "4b1408c56aa5ccd0ec8ba3b7fc58cb3e6e0c6ce0502d041a9a43997b1c0597e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4b1408c56aa5ccd0ec8ba3b7fc58cb3e6e0c6ce0502d041a9a43997b1c0597e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4b1408c56aa5ccd0ec8ba3b7fc58cb3e6e0c6ce0502d041a9a43997b1c0597e2", kill_on_drop: false }` [INFO] [stdout] 4b1408c56aa5ccd0ec8ba3b7fc58cb3e6e0c6ce0502d041a9a43997b1c0597e2 [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] 40b1819e40ce4026318b6dd65dece320b6aa54d22831fc0df6e3fc1b5e43a5a1 [INFO] running `Command { std: "docker" "start" "-a" "40b1819e40ce4026318b6dd65dece320b6aa54d22831fc0df6e3fc1b5e43a5a1", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.79 [INFO] [stderr] Checking sval v2.13.0 [INFO] [stderr] Checking sval_ref v2.13.0 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Checking sval_buffer v2.13.0 [INFO] [stderr] Compiling syn v2.0.55 [INFO] [stderr] Checking sval_nested v2.13.0 (/opt/rustwide/workdir) [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/flat.rs:160:23 [INFO] [stdout] | [INFO] [stdout] 158 | pub fn new(stream: S) -> Self { [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 159 | FlatStream { [INFO] [stdout] 160 | buffered: None, [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/flat.rs:161:20 [INFO] [stdout] | [INFO] [stdout] 158 | pub fn new(stream: S) -> Self { [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 161 | state: State::Any(Some(Any { [INFO] [stdout] | ____________________^ [INFO] [stdout] 162 | | stream, [INFO] [stdout] 163 | | _marker: PhantomData, [INFO] [stdout] 164 | | })), [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/flat.rs:230:46 [INFO] [stdout] | [INFO] [stdout] 229 | ref mut state => state.value_computed(&Tag(tag, label, index), |stream, _| { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 230 | stream.tag(tag.cloned(), label.cloned(), index.cloned()) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/flat.rs:240:20 [INFO] [stdout] | [INFO] [stdout] 239 | |stream| { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 240 | Ok(State::Seq(Some(Seq { [INFO] [stdout] | ____________________^ [INFO] [stdout] 241 | | stream: stream.stream.seq_begin(num_entries)?, [INFO] [stdout] 242 | | }))) [INFO] [stdout] | |___________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/flat.rs:263:22 [INFO] [stdout] | [INFO] [stdout] 263 | |stream| stream.take_seq()?.stream.end(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/flat.rs:271:20 [INFO] [stdout] | [INFO] [stdout] 270 | |stream| { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 271 | Ok(State::Map(Some(Map { [INFO] [stdout] | ____________________^ [INFO] [stdout] 272 | | stream: stream.stream.map_begin(num_entries)?, [INFO] [stdout] 273 | | is_key: true, [INFO] [stdout] 274 | | }))) [INFO] [stdout] | |___________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/flat.rs:317:22 [INFO] [stdout] | [INFO] [stdout] 317 | |stream| stream.take_map()?.stream.end(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/flat.rs:330:20 [INFO] [stdout] | [INFO] [stdout] 329 | |stream| { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | Ok(State::Enum(Some(Enum { [INFO] [stdout] | ____________________^ [INFO] [stdout] 331 | | stream: FlatStreamEnum::new(stream.stream.enum_begin( [INFO] [stdout] 332 | | tag.cloned(), [INFO] [stdout] 333 | | label.cloned(), [INFO] [stdout] 334 | | index.cloned(), [INFO] [stdout] 335 | | )?), [INFO] [stdout] 336 | | }))) [INFO] [stdout] | |___________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/flat.rs:343:20 [INFO] [stdout] | [INFO] [stdout] 338 | |mut stream| { [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 343 | Ok(State::Enum(Some(stream))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/flat.rs:375:20 [INFO] [stdout] | [INFO] [stdout] 374 | |stream| { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 375 | Ok(State::Tagged(Some(Tagged { [INFO] [stdout] | ____________________^ [INFO] [stdout] 376 | | stream: stream.stream, [INFO] [stdout] 377 | | tag: tag.cloned(), [INFO] [stdout] 378 | | label: if let Some(label) = label { [INFO] [stdout] ... | [INFO] [stdout] 383 | | index: index.cloned(), [INFO] [stdout] 384 | | }))) [INFO] [stdout] | |___________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/flat.rs:387:20 [INFO] [stdout] | [INFO] [stdout] 386 | |stream| { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 387 | Ok(State::EnumVariant(Some(EnumVariant::Tagged(Tagged { [INFO] [stdout] | ____________________^ [INFO] [stdout] 388 | | stream: stream.stream, [INFO] [stdout] 389 | | tag: tag.cloned(), [INFO] [stdout] 390 | | label: if let Some(label) = label { [INFO] [stdout] ... | [INFO] [stdout] 395 | | index: index.cloned(), [INFO] [stdout] 396 | | })))) [INFO] [stdout] | |____________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/flat.rs:423:20 [INFO] [stdout] | [INFO] [stdout] 422 | |stream| { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 423 | Ok(State::Record(Some(Record { [INFO] [stdout] | ____________________^ [INFO] [stdout] 424 | | stream: stream.stream.record_begin( [INFO] [stdout] 425 | | tag.cloned(), [INFO] [stdout] 426 | | label.cloned(), [INFO] [stdout] ... | [INFO] [stdout] 430 | | field: None, [INFO] [stdout] 431 | | }))) [INFO] [stdout] | |___________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/flat.rs:434:20 [INFO] [stdout] | [INFO] [stdout] 433 | |stream| { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 434 | Ok(State::EnumVariant(Some(EnumVariant::Record(Record { [INFO] [stdout] | ____________________^ [INFO] [stdout] 435 | | stream: stream.stream.record_begin( [INFO] [stdout] 436 | | tag.cloned(), [INFO] [stdout] 437 | | label.cloned(), [INFO] [stdout] ... | [INFO] [stdout] 441 | | field: None, [INFO] [stdout] 442 | | })))) [INFO] [stdout] | |____________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/flat.rs:498:20 [INFO] [stdout] | [INFO] [stdout] 497 | |stream| { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 498 | Ok(State::Tuple(Some(Tuple { [INFO] [stdout] | ____________________^ [INFO] [stdout] 499 | | stream: stream.stream.tuple_begin( [INFO] [stdout] 500 | | tag.cloned(), [INFO] [stdout] 501 | | label.cloned(), [INFO] [stdout] ... | [INFO] [stdout] 505 | | field: None, [INFO] [stdout] 506 | | }))) [INFO] [stdout] | |___________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/flat.rs:509:20 [INFO] [stdout] | [INFO] [stdout] 508 | |stream| { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 509 | Ok(State::EnumVariant(Some(EnumVariant::Tuple(Tuple { [INFO] [stdout] | ____________________^ [INFO] [stdout] 510 | | stream: stream.stream.tuple_begin( [INFO] [stdout] 511 | | tag.cloned(), [INFO] [stdout] 512 | | label.cloned(), [INFO] [stdout] ... | [INFO] [stdout] 516 | | field: None, [INFO] [stdout] 517 | | })))) [INFO] [stdout] | |____________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/flat.rs:720:40 [INFO] [stdout] | [INFO] [stdout] 720 | |stream| stream.put_buffer(Buffered::Text(TextBuf::new())), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/flat.rs:763:40 [INFO] [stdout] | [INFO] [stdout] 763 | |stream| stream.put_buffer(Buffered::Binary(BinaryBuf::new())), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/flat.rs:816:11 [INFO] [stdout] | [INFO] [stdout] 814 | f: impl FnOnce(&mut FlatStream<'sval, S>) -> Result, [INFO] [stdout] | ------------------------------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 815 | ) -> sval::Result { [INFO] [stdout] 816 | match f(stream) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/flat.rs:833:13 [INFO] [stdout] | [INFO] [stdout] 830 | any: impl FnOnce(S, &V) -> Result, [INFO] [stdout] | ---------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 833 | |stream| any(stream, value), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/flat.rs:852:13 [INFO] [stdout] | [INFO] [stdout] 849 | any: impl FnOnce(S, &V) -> Result, [INFO] [stdout] | ---------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 852 | |stream| any(stream, value), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/flat.rs:1030:47 [INFO] [stdout] | [INFO] [stdout] 1027 | stream: impl FnOnce(&mut Self) -> Result>, [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 1030 | self.buffer_or_with(buffer, |s| match stream(s) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/flat_enum.rs:21:20 [INFO] [stdout] | [INFO] [stdout] 18 | pub fn new(stream: S) -> Self { [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 21 | queue: Default::default(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/flat_enum.rs:31:30 [INFO] [stdout] | [INFO] [stdout] 28 | label: Option, [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 31 | self.queue.push_back(NestedVariant { [INFO] [stdout] | ______________________________^ [INFO] [stdout] 32 | | tag, [INFO] [stdout] 33 | | label: if let Some(label) = label { [INFO] [stdout] 34 | | Some(owned_label(label)?) [INFO] [stdout] ... | [INFO] [stdout] 38 | | index, [INFO] [stdout] 39 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/flat_enum.rs:59:25 [INFO] [stdout] | [INFO] [stdout] 47 | mut self, [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 48 | value: impl FnOnce(Self, I) -> Result, [INFO] [stdout] 49 | nested: impl FnOnce( [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 53 | input: I, [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 57 | .nested(variant.tag, variant.label, variant.index, |variant| { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 58 | nested( [INFO] [stdout] 59 | / FlatStreamEnum { [INFO] [stdout] 60 | | stream: variant, [INFO] [stdout] 61 | | queue: self.queue, [INFO] [stdout] 62 | | }, [INFO] [stdout] | |_________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/flat_enum.rs:138:13 [INFO] [stdout] | [INFO] [stdout] 130 | self, [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 131 | tag: Option, [INFO] [stdout] 132 | label: Option, [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 138 | (tag, label, index), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/flat_enum.rs:152:13 [INFO] [stdout] | [INFO] [stdout] 143 | self, [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 144 | tag: Option, [INFO] [stdout] 145 | label: Option, [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 146 | index: Option, [INFO] [stdout] 147 | value: V, [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 152 | (value, tag, label, index), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/flat_enum.rs:170:13 [INFO] [stdout] | [INFO] [stdout] 157 | self, [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 158 | tag: Option, [INFO] [stdout] 159 | label: Option, [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 160 | index: Option, [INFO] [stdout] 161 | value: V, [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 170 | (value, tag, label, index), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:1116:13 [INFO] [stdout] | [INFO] [stdout] 1074 | stream: S, [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 1075 | tag: Option, [INFO] [stdout] 1076 | label: Option, [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 1116 | label.clone(), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 28 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `sval_nested` (lib) due to 29 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "40b1819e40ce4026318b6dd65dece320b6aa54d22831fc0df6e3fc1b5e43a5a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "40b1819e40ce4026318b6dd65dece320b6aa54d22831fc0df6e3fc1b5e43a5a1", kill_on_drop: false }` [INFO] [stdout] 40b1819e40ce4026318b6dd65dece320b6aa54d22831fc0df6e3fc1b5e43a5a1