[INFO] fetching crate rcodec 1.0.1... [INFO] checking rcodec-1.0.1 against try#4d98531622e1718ae0bc3c7a1ab9cd8938428452+rustflags=-Dtail_expr_drop_order for pr-129604 [INFO] extracting crate rcodec 1.0.1 into /workspace/builds/worker-4-tc2/source [INFO] validating manifest of crates.io crate rcodec 1.0.1 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 rcodec 1.0.1 [INFO] finished tweaking crates.io crate rcodec 1.0.1 [INFO] tweaked toml for crates.io crate rcodec 1.0.1 written to /workspace/builds/worker-4-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 9 packages to latest compatible versions [INFO] [stderr] Adding syn v1.0.109 (latest: v2.0.77) [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] 57dc4d56af3a1dac3d95eee61f839265266d0dc19c32120bf38f2d8be5c1f26e [INFO] running `Command { std: "docker" "start" "-a" "57dc4d56af3a1dac3d95eee61f839265266d0dc19c32120bf38f2d8be5c1f26e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "57dc4d56af3a1dac3d95eee61f839265266d0dc19c32120bf38f2d8be5c1f26e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "57dc4d56af3a1dac3d95eee61f839265266d0dc19c32120bf38f2d8be5c1f26e", kill_on_drop: false }` [INFO] [stdout] 57dc4d56af3a1dac3d95eee61f839265266d0dc19c32120bf38f2d8be5c1f26e [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] 0c51d3ad97550d86ec3c4bff9c485538f3d5f3807f28cb5c7ea57277ca95a311 [INFO] running `Command { std: "docker" "start" "-a" "0c51d3ad97550d86ec3c4bff9c485538f3d5f3807f28cb5c7ea57277ca95a311", kill_on_drop: false }` [INFO] [stderr] Compiling pl-hlist-derive v1.0.0 [INFO] [stderr] Checking pl-hlist v1.0.1 [INFO] [stderr] Checking rcodec v1.0.1 (/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/byte_vector.rs:183:37 [INFO] [stdout] | [INFO] [stdout] 183 | rhs_view <- ByteVector::view(&rhs, 0, rhs_view_len); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:50:27 [INFO] [stdout] | [INFO] [stdout] 50 | $e.and_then(move |$v| { [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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/macros.rs:47:16 [INFO] [stdout] | [INFO] [stdout] 47 | $e.map(move |$v| $yld) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | $e.and_then(move |$v| { [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] ::: src/byte_vector.rs:181:21 [INFO] [stdout] | [INFO] [stdout] 181 | / forcomp!({ [INFO] [stdout] 182 | | lhs_view <- ByteVector::view(&lhs, offset, lhs_view_len); [INFO] [stdout] 183 | | rhs_view <- ByteVector::view(&rhs, 0, rhs_view_len); [INFO] [stdout] 184 | | } yield { [INFO] [stdout] 185 | | Rc::new(StorageType::Append { lhs: lhs_view, rhs: rhs_view, len: lhs_view_len + rhs_view_len }) [INFO] [stdout] 186 | | }) [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 `forcomp_stmts` which comes from the expansion of the macro `forcomp` (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/byte_vector.rs:185:33 [INFO] [stdout] | [INFO] [stdout] 182 | lhs_view <- ByteVector::view(&lhs, offset, lhs_view_len); [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 185 | Rc::new(StorageType::Append { lhs: lhs_view, rhs: rhs_view, len: lhs_view_len + rhs_view_len }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:47:22 [INFO] [stdout] | [INFO] [stdout] 47 | $e.map(move |$v| $yld) [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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/byte_vector.rs:464:18 [INFO] [stdout] | [INFO] [stdout] 462 | let storage = StorageType::Heap { bytes }; [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 463 | ByteVector { [INFO] [stdout] 464 | storage: Rc::new(storage), [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/byte_vector.rs:483:18 [INFO] [stdout] | [INFO] [stdout] 470 | let storage = if bytes.len() <= DIRECT_VALUE_SIZE_LIMIT { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 483 | storage: Rc::new(storage), [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/byte_vector.rs:499:21 [INFO] [stdout] | [INFO] [stdout] 499 | metadata <- path.metadata(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:50:27 [INFO] [stdout] | [INFO] [stdout] 50 | $e.and_then(move |$v| { [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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/macros.rs:47:16 [INFO] [stdout] | [INFO] [stdout] 47 | $e.map(move |$v| $yld) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | $e.and_then(move |$v| { [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] ::: src/byte_vector.rs:497:18 [INFO] [stdout] | [INFO] [stdout] 497 | let result = forcomp!({ [INFO] [stdout] | __________________- [INFO] [stdout] 498 | | file <- File::open(path); [INFO] [stdout] 499 | | metadata <- path.metadata(); [INFO] [stdout] 500 | | } yield { [INFO] [stdout] ... | [INFO] [stdout] 509 | | } [INFO] [stdout] 510 | | }); [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 `forcomp_stmts` which comes from the expansion of the macro `forcomp` (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/byte_vector.rs:502:22 [INFO] [stdout] | [INFO] [stdout] 498 | file <- File::open(path); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 502 | storage: Rc::new(StorageType::File { [INFO] [stdout] | ______________________^ [INFO] [stdout] 503 | | file: WrappedFile { [INFO] [stdout] 504 | | file: RefCell::new(file), [INFO] [stdout] 505 | | path: format!("{}", path.display()) [INFO] [stdout] 506 | | }, [INFO] [stdout] 507 | | length: metadata.len() as usize [INFO] [stdout] 508 | | }) [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/byte_vector.rs:546:18 [INFO] [stdout] | [INFO] [stdout] 542 | let storage = StorageType::Heap { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 546 | storage: Rc::new(storage), [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/codec.rs:365:24 [INFO] [stdout] | [INFO] [stdout] 365 | decoded <- self.codec.decode(&taken); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:50:27 [INFO] [stdout] | [INFO] [stdout] 50 | $e.and_then(move |$v| { [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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/codec.rs:367:62 [INFO] [stdout] | [INFO] [stdout] 367 | DecoderResult { value: decoded.value, remainder: bv.drop(self.len).unwrap() } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:47:22 [INFO] [stdout] | [INFO] [stdout] 47 | $e.map(move |$v| $yld) [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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/codec.rs:421:26 [INFO] [stdout] | [INFO] [stdout] 421 | remainder <- { [INFO] [stdout] | __________________________^ [INFO] [stdout] 422 | | // TODO: Ideally we'd just use fixed_size_bytes() here, but not sure how to transfer ownership of val_decoder [INFO] [stdout] 423 | | let len = decoded_len.value.to_usize().unwrap(); [INFO] [stdout] 424 | | decoded_len.remainder.take(len) [INFO] [stdout] 425 | | }; [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:50:27 [INFO] [stdout] | [INFO] [stdout] 50 | $e.and_then(move |$v| { [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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/codec.rs:426:28 [INFO] [stdout] | [INFO] [stdout] 426 | decoded_val <- self.val_codec.decode(&remainder); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:50:27 [INFO] [stdout] | [INFO] [stdout] 50 | $e.and_then(move |$v| { [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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/macros.rs:47:16 [INFO] [stdout] | [INFO] [stdout] 47 | $e.map(move |$v| $yld) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | $e.and_then(move |$v| { [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] ::: src/codec.rs:419:9 [INFO] [stdout] | [INFO] [stdout] 419 | / forcomp!({ [INFO] [stdout] 420 | | decoded_len <- self.len_codec.decode(&bv); [INFO] [stdout] 421 | | remainder <- { [INFO] [stdout] 422 | | // TODO: Ideally we'd just use fixed_size_bytes() here, but not sure how to transfer ownership of val_decoder [INFO] [stdout] ... | [INFO] [stdout] 428 | | DecoderResult { value: decoded_val.value, remainder: bv.drop(remainder.length()).unwrap() } [INFO] [stdout] 429 | | }) [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 `forcomp_stmts` which comes from the expansion of the macro `forcomp` (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/codec.rs:428:66 [INFO] [stdout] | [INFO] [stdout] 421 | remainder <- { [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 428 | DecoderResult { value: decoded_val.value, remainder: bv.drop(remainder.length()).unwrap() } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:47:22 [INFO] [stdout] | [INFO] [stdout] 47 | $e.map(move |$v| $yld) [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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/macros.rs:47:16 [INFO] [stdout] | [INFO] [stdout] 47 | $e.map(move |$v| $yld) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | $e.and_then(move |$v| { [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] ::: src/codec.rs:464:9 [INFO] [stdout] | [INFO] [stdout] 464 | / forcomp!({ [INFO] [stdout] 465 | | decoded <- self.bv_codec.decode(bv); [INFO] [stdout] 466 | | vec <- decoded.value.to_vec(); [INFO] [stdout] 467 | | } yield { [INFO] [stdout] 468 | | DecoderResult { value: vec, remainder: decoded.remainder } [INFO] [stdout] 469 | | }) [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 `forcomp_stmts` which comes from the expansion of the macro `forcomp` (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/codec.rs:534:29 [INFO] [stdout] | [INFO] [stdout] 534 | encoded_tail <- self.tail_codec.encode(&value.tail()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:50:27 [INFO] [stdout] | [INFO] [stdout] 50 | $e.and_then(move |$v| { [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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/macros.rs:47:16 [INFO] [stdout] | [INFO] [stdout] 47 | $e.map(move |$v| $yld) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | $e.and_then(move |$v| { [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] ::: src/codec.rs:532:9 [INFO] [stdout] | [INFO] [stdout] 532 | / forcomp!({ [INFO] [stdout] 533 | | encoded_head <- self.head_codec.encode(&value.head()); [INFO] [stdout] 534 | | encoded_tail <- self.tail_codec.encode(&value.tail()); [INFO] [stdout] 535 | | } yield { [INFO] [stdout] 536 | | byte_vector::append(&encoded_head, &encoded_tail) [INFO] [stdout] 537 | | }) [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 `forcomp_stmts` which comes from the expansion of the macro `forcomp` (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/codec.rs:544:29 [INFO] [stdout] | [INFO] [stdout] 544 | decoded_tail <- self.tail_codec.decode(&decoded_head.remainder); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:50:27 [INFO] [stdout] | [INFO] [stdout] 50 | $e.and_then(move |$v| { [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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/macros.rs:47:16 [INFO] [stdout] | [INFO] [stdout] 47 | $e.map(move |$v| $yld) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | $e.and_then(move |$v| { [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] ::: src/codec.rs:542:9 [INFO] [stdout] | [INFO] [stdout] 542 | / forcomp!({ [INFO] [stdout] 543 | | decoded_head <- self.head_codec.decode(&bv); [INFO] [stdout] 544 | | decoded_tail <- self.tail_codec.decode(&decoded_head.remainder); [INFO] [stdout] 545 | | } yield { [INFO] [stdout] 546 | | DecoderResult { value: HCons(decoded_head.value, decoded_tail.value), remainder: decoded_tail.remainder } [INFO] [stdout] 547 | | }) [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 `forcomp_stmts` which comes from the expansion of the macro `forcomp` (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/codec.rs:546:36 [INFO] [stdout] | [INFO] [stdout] 543 | decoded_head <- self.head_codec.decode(&bv); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 546 | DecoderResult { value: HCons(decoded_head.value, decoded_tail.value), remainder: decoded_tail.remainder } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:47:22 [INFO] [stdout] | [INFO] [stdout] 47 | $e.map(move |$v| $yld) [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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/codec.rs:590:29 [INFO] [stdout] | [INFO] [stdout] 590 | encoded_tail <- (self.tail_codec_fn)(&value.head()).encode(&value.tail()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:50:27 [INFO] [stdout] | [INFO] [stdout] 50 | $e.and_then(move |$v| { [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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/macros.rs:47:16 [INFO] [stdout] | [INFO] [stdout] 47 | $e.map(move |$v| $yld) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | $e.and_then(move |$v| { [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] ::: src/codec.rs:588:9 [INFO] [stdout] | [INFO] [stdout] 588 | / forcomp!({ [INFO] [stdout] 589 | | encoded_head <- self.head_codec.encode(&value.head()); [INFO] [stdout] 590 | | encoded_tail <- (self.tail_codec_fn)(&value.head()).encode(&value.tail()); [INFO] [stdout] 591 | | } yield { [INFO] [stdout] 592 | | byte_vector::append(&encoded_head, &encoded_tail) [INFO] [stdout] 593 | | }) [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 `forcomp_stmts` which comes from the expansion of the macro `forcomp` (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/codec.rs:599:29 [INFO] [stdout] | [INFO] [stdout] 599 | decoded_tail <- (self.tail_codec_fn)(&decoded_head.value).decode(&decoded_head.remainder); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:50:27 [INFO] [stdout] | [INFO] [stdout] 50 | $e.and_then(move |$v| { [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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/macros.rs:47:16 [INFO] [stdout] | [INFO] [stdout] 47 | $e.map(move |$v| $yld) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | $e.and_then(move |$v| { [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] ::: src/codec.rs:597:9 [INFO] [stdout] | [INFO] [stdout] 597 | / forcomp!({ [INFO] [stdout] 598 | | decoded_head <- self.head_codec.decode(&bv); [INFO] [stdout] 599 | | decoded_tail <- (self.tail_codec_fn)(&decoded_head.value).decode(&decoded_head.remainder); [INFO] [stdout] 600 | | } yield { [INFO] [stdout] 601 | | DecoderResult { value: HCons(decoded_head.value, decoded_tail.value), remainder: decoded_tail.remainder } [INFO] [stdout] 602 | | }) [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 `forcomp_stmts` which comes from the expansion of the macro `forcomp` (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/codec.rs:601:36 [INFO] [stdout] | [INFO] [stdout] 598 | decoded_head <- self.head_codec.decode(&bv); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 601 | DecoderResult { value: HCons(decoded_head.value, decoded_tail.value), remainder: decoded_tail.remainder } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:47:22 [INFO] [stdout] | [INFO] [stdout] 47 | $e.map(move |$v| $yld) [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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/codec.rs:643:20 [INFO] [stdout] | [INFO] [stdout] 642 | self.hlist_codec.decode(bv).map(|decoded| DecoderResult { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 643 | value: S::from_hlist(decoded.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/codec.rs:752:28 [INFO] [stdout] | [INFO] [stdout] 752 | encoded_rhs <- self.rhs.encode(value); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:50:27 [INFO] [stdout] | [INFO] [stdout] 50 | $e.and_then(move |$v| { [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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/macros.rs:47:16 [INFO] [stdout] | [INFO] [stdout] 47 | $e.map(move |$v| $yld) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | $e.and_then(move |$v| { [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] ::: src/codec.rs:750:9 [INFO] [stdout] | [INFO] [stdout] 750 | / forcomp!({ [INFO] [stdout] 751 | | encoded_lhs <- self.lhs.encode(&()); [INFO] [stdout] 752 | | encoded_rhs <- self.rhs.encode(value); [INFO] [stdout] 753 | | } yield { [INFO] [stdout] 754 | | byte_vector::append(&encoded_lhs, &encoded_rhs) [INFO] [stdout] 755 | | }) [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 `forcomp_stmts` which comes from the expansion of the macro `forcomp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 29 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rcodec` (lib) due to 30 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/byte_vector.rs:183:37 [INFO] [stdout] | [INFO] [stdout] 183 | rhs_view <- ByteVector::view(&rhs, 0, rhs_view_len); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:50:27 [INFO] [stdout] | [INFO] [stdout] 50 | $e.and_then(move |$v| { [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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/macros.rs:47:16 [INFO] [stdout] | [INFO] [stdout] 47 | $e.map(move |$v| $yld) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | $e.and_then(move |$v| { [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] ::: src/byte_vector.rs:181:21 [INFO] [stdout] | [INFO] [stdout] 181 | / forcomp!({ [INFO] [stdout] 182 | | lhs_view <- ByteVector::view(&lhs, offset, lhs_view_len); [INFO] [stdout] 183 | | rhs_view <- ByteVector::view(&rhs, 0, rhs_view_len); [INFO] [stdout] 184 | | } yield { [INFO] [stdout] 185 | | Rc::new(StorageType::Append { lhs: lhs_view, rhs: rhs_view, len: lhs_view_len + rhs_view_len }) [INFO] [stdout] 186 | | }) [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 `forcomp_stmts` which comes from the expansion of the macro `forcomp` (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/byte_vector.rs:185:33 [INFO] [stdout] | [INFO] [stdout] 182 | lhs_view <- ByteVector::view(&lhs, offset, lhs_view_len); [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 185 | Rc::new(StorageType::Append { lhs: lhs_view, rhs: rhs_view, len: lhs_view_len + rhs_view_len }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:47:22 [INFO] [stdout] | [INFO] [stdout] 47 | $e.map(move |$v| $yld) [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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/byte_vector.rs:464:18 [INFO] [stdout] | [INFO] [stdout] 462 | let storage = StorageType::Heap { bytes }; [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 463 | ByteVector { [INFO] [stdout] 464 | storage: Rc::new(storage), [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/byte_vector.rs:483:18 [INFO] [stdout] | [INFO] [stdout] 470 | let storage = if bytes.len() <= DIRECT_VALUE_SIZE_LIMIT { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 483 | storage: Rc::new(storage), [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/byte_vector.rs:499:21 [INFO] [stdout] | [INFO] [stdout] 499 | metadata <- path.metadata(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:50:27 [INFO] [stdout] | [INFO] [stdout] 50 | $e.and_then(move |$v| { [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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/macros.rs:47:16 [INFO] [stdout] | [INFO] [stdout] 47 | $e.map(move |$v| $yld) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | $e.and_then(move |$v| { [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] ::: src/byte_vector.rs:497:18 [INFO] [stdout] | [INFO] [stdout] 497 | let result = forcomp!({ [INFO] [stdout] | __________________- [INFO] [stdout] 498 | | file <- File::open(path); [INFO] [stdout] 499 | | metadata <- path.metadata(); [INFO] [stdout] 500 | | } yield { [INFO] [stdout] ... | [INFO] [stdout] 509 | | } [INFO] [stdout] 510 | | }); [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 `forcomp_stmts` which comes from the expansion of the macro `forcomp` (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/byte_vector.rs:502:22 [INFO] [stdout] | [INFO] [stdout] 498 | file <- File::open(path); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 502 | storage: Rc::new(StorageType::File { [INFO] [stdout] | ______________________^ [INFO] [stdout] 503 | | file: WrappedFile { [INFO] [stdout] 504 | | file: RefCell::new(file), [INFO] [stdout] 505 | | path: format!("{}", path.display()) [INFO] [stdout] 506 | | }, [INFO] [stdout] 507 | | length: metadata.len() as usize [INFO] [stdout] 508 | | }) [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/byte_vector.rs:546:18 [INFO] [stdout] | [INFO] [stdout] 542 | let storage = StorageType::Heap { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 546 | storage: Rc::new(storage), [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/codec.rs:365:24 [INFO] [stdout] | [INFO] [stdout] 365 | decoded <- self.codec.decode(&taken); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:50:27 [INFO] [stdout] | [INFO] [stdout] 50 | $e.and_then(move |$v| { [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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/codec.rs:367:62 [INFO] [stdout] | [INFO] [stdout] 367 | DecoderResult { value: decoded.value, remainder: bv.drop(self.len).unwrap() } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:47:22 [INFO] [stdout] | [INFO] [stdout] 47 | $e.map(move |$v| $yld) [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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/codec.rs:421:26 [INFO] [stdout] | [INFO] [stdout] 421 | remainder <- { [INFO] [stdout] | __________________________^ [INFO] [stdout] 422 | | // TODO: Ideally we'd just use fixed_size_bytes() here, but not sure how to transfer ownership of val_decoder [INFO] [stdout] 423 | | let len = decoded_len.value.to_usize().unwrap(); [INFO] [stdout] 424 | | decoded_len.remainder.take(len) [INFO] [stdout] 425 | | }; [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:50:27 [INFO] [stdout] | [INFO] [stdout] 50 | $e.and_then(move |$v| { [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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/codec.rs:426:28 [INFO] [stdout] | [INFO] [stdout] 426 | decoded_val <- self.val_codec.decode(&remainder); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:50:27 [INFO] [stdout] | [INFO] [stdout] 50 | $e.and_then(move |$v| { [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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/macros.rs:47:16 [INFO] [stdout] | [INFO] [stdout] 47 | $e.map(move |$v| $yld) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | $e.and_then(move |$v| { [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] ::: src/codec.rs:419:9 [INFO] [stdout] | [INFO] [stdout] 419 | / forcomp!({ [INFO] [stdout] 420 | | decoded_len <- self.len_codec.decode(&bv); [INFO] [stdout] 421 | | remainder <- { [INFO] [stdout] 422 | | // TODO: Ideally we'd just use fixed_size_bytes() here, but not sure how to transfer ownership of val_decoder [INFO] [stdout] ... | [INFO] [stdout] 428 | | DecoderResult { value: decoded_val.value, remainder: bv.drop(remainder.length()).unwrap() } [INFO] [stdout] 429 | | }) [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 `forcomp_stmts` which comes from the expansion of the macro `forcomp` (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/codec.rs:428:66 [INFO] [stdout] | [INFO] [stdout] 421 | remainder <- { [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 428 | DecoderResult { value: decoded_val.value, remainder: bv.drop(remainder.length()).unwrap() } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:47:22 [INFO] [stdout] | [INFO] [stdout] 47 | $e.map(move |$v| $yld) [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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/macros.rs:47:16 [INFO] [stdout] | [INFO] [stdout] 47 | $e.map(move |$v| $yld) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | $e.and_then(move |$v| { [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] ::: src/codec.rs:464:9 [INFO] [stdout] | [INFO] [stdout] 464 | / forcomp!({ [INFO] [stdout] 465 | | decoded <- self.bv_codec.decode(bv); [INFO] [stdout] 466 | | vec <- decoded.value.to_vec(); [INFO] [stdout] 467 | | } yield { [INFO] [stdout] 468 | | DecoderResult { value: vec, remainder: decoded.remainder } [INFO] [stdout] 469 | | }) [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 `forcomp_stmts` which comes from the expansion of the macro `forcomp` (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/codec.rs:534:29 [INFO] [stdout] | [INFO] [stdout] 534 | encoded_tail <- self.tail_codec.encode(&value.tail()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:50:27 [INFO] [stdout] | [INFO] [stdout] 50 | $e.and_then(move |$v| { [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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/macros.rs:47:16 [INFO] [stdout] | [INFO] [stdout] 47 | $e.map(move |$v| $yld) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | $e.and_then(move |$v| { [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] ::: src/codec.rs:532:9 [INFO] [stdout] | [INFO] [stdout] 532 | / forcomp!({ [INFO] [stdout] 533 | | encoded_head <- self.head_codec.encode(&value.head()); [INFO] [stdout] 534 | | encoded_tail <- self.tail_codec.encode(&value.tail()); [INFO] [stdout] 535 | | } yield { [INFO] [stdout] 536 | | byte_vector::append(&encoded_head, &encoded_tail) [INFO] [stdout] 537 | | }) [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 `forcomp_stmts` which comes from the expansion of the macro `forcomp` (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/codec.rs:544:29 [INFO] [stdout] | [INFO] [stdout] 544 | decoded_tail <- self.tail_codec.decode(&decoded_head.remainder); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:50:27 [INFO] [stdout] | [INFO] [stdout] 50 | $e.and_then(move |$v| { [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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/macros.rs:47:16 [INFO] [stdout] | [INFO] [stdout] 47 | $e.map(move |$v| $yld) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | $e.and_then(move |$v| { [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] ::: src/codec.rs:542:9 [INFO] [stdout] | [INFO] [stdout] 542 | / forcomp!({ [INFO] [stdout] 543 | | decoded_head <- self.head_codec.decode(&bv); [INFO] [stdout] 544 | | decoded_tail <- self.tail_codec.decode(&decoded_head.remainder); [INFO] [stdout] 545 | | } yield { [INFO] [stdout] 546 | | DecoderResult { value: HCons(decoded_head.value, decoded_tail.value), remainder: decoded_tail.remainder } [INFO] [stdout] 547 | | }) [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 `forcomp_stmts` which comes from the expansion of the macro `forcomp` (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/codec.rs:546:36 [INFO] [stdout] | [INFO] [stdout] 543 | decoded_head <- self.head_codec.decode(&bv); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 546 | DecoderResult { value: HCons(decoded_head.value, decoded_tail.value), remainder: decoded_tail.remainder } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:47:22 [INFO] [stdout] | [INFO] [stdout] 47 | $e.map(move |$v| $yld) [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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/codec.rs:590:29 [INFO] [stdout] | [INFO] [stdout] 590 | encoded_tail <- (self.tail_codec_fn)(&value.head()).encode(&value.tail()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:50:27 [INFO] [stdout] | [INFO] [stdout] 50 | $e.and_then(move |$v| { [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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/macros.rs:47:16 [INFO] [stdout] | [INFO] [stdout] 47 | $e.map(move |$v| $yld) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | $e.and_then(move |$v| { [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] ::: src/codec.rs:588:9 [INFO] [stdout] | [INFO] [stdout] 588 | / forcomp!({ [INFO] [stdout] 589 | | encoded_head <- self.head_codec.encode(&value.head()); [INFO] [stdout] 590 | | encoded_tail <- (self.tail_codec_fn)(&value.head()).encode(&value.tail()); [INFO] [stdout] 591 | | } yield { [INFO] [stdout] 592 | | byte_vector::append(&encoded_head, &encoded_tail) [INFO] [stdout] 593 | | }) [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 `forcomp_stmts` which comes from the expansion of the macro `forcomp` (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/codec.rs:599:29 [INFO] [stdout] | [INFO] [stdout] 599 | decoded_tail <- (self.tail_codec_fn)(&decoded_head.value).decode(&decoded_head.remainder); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:50:27 [INFO] [stdout] | [INFO] [stdout] 50 | $e.and_then(move |$v| { [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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/macros.rs:47:16 [INFO] [stdout] | [INFO] [stdout] 47 | $e.map(move |$v| $yld) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | $e.and_then(move |$v| { [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] ::: src/codec.rs:597:9 [INFO] [stdout] | [INFO] [stdout] 597 | / forcomp!({ [INFO] [stdout] 598 | | decoded_head <- self.head_codec.decode(&bv); [INFO] [stdout] 599 | | decoded_tail <- (self.tail_codec_fn)(&decoded_head.value).decode(&decoded_head.remainder); [INFO] [stdout] 600 | | } yield { [INFO] [stdout] 601 | | DecoderResult { value: HCons(decoded_head.value, decoded_tail.value), remainder: decoded_tail.remainder } [INFO] [stdout] 602 | | }) [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 `forcomp_stmts` which comes from the expansion of the macro `forcomp` (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/codec.rs:601:36 [INFO] [stdout] | [INFO] [stdout] 598 | decoded_head <- self.head_codec.decode(&bv); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 601 | DecoderResult { value: HCons(decoded_head.value, decoded_tail.value), remainder: decoded_tail.remainder } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:47:22 [INFO] [stdout] | [INFO] [stdout] 47 | $e.map(move |$v| $yld) [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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/codec.rs:643:20 [INFO] [stdout] | [INFO] [stdout] 642 | self.hlist_codec.decode(bv).map(|decoded| DecoderResult { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 643 | value: S::from_hlist(decoded.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/codec.rs:752:28 [INFO] [stdout] | [INFO] [stdout] 752 | encoded_rhs <- self.rhs.encode(value); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:50:27 [INFO] [stdout] | [INFO] [stdout] 50 | $e.and_then(move |$v| { [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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/macros.rs:47:16 [INFO] [stdout] | [INFO] [stdout] 47 | $e.map(move |$v| $yld) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | $e.and_then(move |$v| { [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] ::: src/codec.rs:750:9 [INFO] [stdout] | [INFO] [stdout] 750 | / forcomp!({ [INFO] [stdout] 751 | | encoded_lhs <- self.lhs.encode(&()); [INFO] [stdout] 752 | | encoded_rhs <- self.rhs.encode(value); [INFO] [stdout] 753 | | } yield { [INFO] [stdout] 754 | | byte_vector::append(&encoded_lhs, &encoded_rhs) [INFO] [stdout] 755 | | }) [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 `forcomp_stmts` which comes from the expansion of the macro `forcomp` (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/codec.rs:818:13 [INFO] [stdout] | [INFO] [stdout] 798 | let result = codec.encode(value).and_then(|encoded| { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 818 | codec.decode(&encoded).map(|decoded| decoded.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/codec.rs:973:15 [INFO] [stdout] | [INFO] [stdout] 971 | let input = byte_vector!(7, 1, 2, 3, 4); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 972 | let codec = ignore(3); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 973 | match codec.decode(&input) { [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/codec.rs:1049:15 [INFO] [stdout] | [INFO] [stdout] 1047 | let input = byte_vector!(7, 1, 2, 3, 4); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 1048 | let codec = bytes(3); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 1049 | match codec.decode(&input) { [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/codec.rs:1098:15 [INFO] [stdout] | [INFO] [stdout] 1096 | let input = byte_vector!(7, 1, 2, 3, 4); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 1097 | let codec = fixed_size_bytes(3, uint8); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 1098 | match codec.decode(&input) { [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/codec.rs:1201:31 [INFO] [stdout] | [INFO] [stdout] 1201 | |header| hcodec!({bytes((*header) as usize)} :: {uint16}), [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/macros.rs:115:9 [INFO] [stdout] | [INFO] [stdout] 115 | hlist_prepend_codec($crate::hcodec_block!($($head)+), hnil_codec()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/codec.rs:1201:22 [INFO] [stdout] | [INFO] [stdout] 1201 | |header| hcodec!({bytes((*header) as usize)} :: {uint16}), [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 `$crate::hcodec` which comes from the expansion of the macro `hcodec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 35 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rcodec` (lib test) due to 36 previous errors [INFO] running `Command { std: "docker" "inspect" "0c51d3ad97550d86ec3c4bff9c485538f3d5f3807f28cb5c7ea57277ca95a311", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0c51d3ad97550d86ec3c4bff9c485538f3d5f3807f28cb5c7ea57277ca95a311", kill_on_drop: false }` [INFO] [stdout] 0c51d3ad97550d86ec3c4bff9c485538f3d5f3807f28cb5c7ea57277ca95a311