[INFO] fetching crate esyn 0.9.1... [INFO] checking esyn-0.9.1 against try#4d98531622e1718ae0bc3c7a1ab9cd8938428452+rustflags=-Dtail_expr_drop_order for pr-129604 [INFO] extracting crate esyn 0.9.1 into /workspace/builds/worker-1-tc2/source [INFO] validating manifest of crates.io crate esyn 0.9.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 esyn 0.9.1 [INFO] finished tweaking crates.io crate esyn 0.9.1 [INFO] tweaked toml for crates.io crate esyn 0.9.1 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate crates.io crate esyn 0.9.1 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-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 7279117ca31c7d07d9d421d137af15141b327a5e23ea12e5fa72b45390a4a55c [INFO] running `Command { std: "docker" "start" "-a" "7279117ca31c7d07d9d421d137af15141b327a5e23ea12e5fa72b45390a4a55c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7279117ca31c7d07d9d421d137af15141b327a5e23ea12e5fa72b45390a4a55c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7279117ca31c7d07d9d421d137af15141b327a5e23ea12e5fa72b45390a4a55c", kill_on_drop: false }` [INFO] [stdout] 7279117ca31c7d07d9d421d137af15141b327a5e23ea12e5fa72b45390a4a55c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 20f375e15c4cdeb186a76cf98c03c8907834281777c436d82abb21c9fa9c45ec [INFO] running `Command { std: "docker" "start" "-a" "20f375e15c4cdeb186a76cf98c03c8907834281777c436d82abb21c9fa9c45ec", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.79 [INFO] [stderr] Compiling thiserror v1.0.58 [INFO] [stderr] Compiling prettyplease v0.2.17 [INFO] [stderr] Checking quote v1.0.35 [INFO] [stderr] Checking syn v2.0.58 [INFO] [stderr] Compiling thiserror-impl v1.0.58 [INFO] [stderr] Compiling esyn-derive v0.9.1 [INFO] [stderr] Checking esyn v0.9.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `sd` [INFO] [stdout] --> src/ext/duration.rs:11:13 [INFO] [stdout] | [INFO] [stdout] 11 | let sd = SynDur::from_str(&tmp); [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_sd` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `sd` [INFO] [stdout] --> src/ext/duration.rs:11:13 [INFO] [stdout] | [INFO] [stdout] 11 | let sd = SynDur::from_str(&tmp); [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_sd` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `num` and `suffix` are never read [INFO] [stdout] --> src/ext/duration.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 37 | struct SynDur { [INFO] [stdout] | ------ fields in this struct [INFO] [stdout] 38 | num: u128, [INFO] [stdout] | ^^^ [INFO] [stdout] 39 | suffix: String, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `to_string` is never used [INFO] [stdout] --> src/ext/duration.rs:62:8 [INFO] [stdout] | [INFO] [stdout] 42 | impl SynDur { [INFO] [stdout] | ----------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 62 | fn to_string(&self) -> String { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `FnVisit` is never used [INFO] [stdout] --> src/visit.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | pub type FnVisit<'other, 'ast, Input, Output> = Box Option + 'other>; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `WrapExprBlock` is never constructed [INFO] [stdout] --> src/visit.rs:28:12 [INFO] [stdout] | [INFO] [stdout] 28 | pub struct WrapExprBlock<'ast> { [INFO] [stdout] | ^^^^^^^^^^^^^ [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/auto.rs:17:35 [INFO] [stdout] | [INFO] [stdout] 16 | fn into_pretty(self) -> Res { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 17 | Ok(prettyplease::unparse(&syn::parse2(self)?)) [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/auto/custom_syntax.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 22 | fn into_expr(self) -> syn::Expr { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 23 | Wrap::new(self).into_expr() [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/auto/ders.rs:80:13 [INFO] [stdout] | [INFO] [stdout] 72 | let mut iter = match ast { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 80 | / ( [INFO] [stdout] 81 | | $( [INFO] [stdout] 82 | | <$t as DeRs>::de( [INFO] [stdout] 83 | | &iter.next().unwrap() [INFO] [stdout] 84 | | ).unwrap() , [INFO] [stdout] 85 | | )+ [INFO] [stdout] 86 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 111 | impl_DeRs_for_tuple!(A); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_DeRs_for_tuple` (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/auto/ders.rs:80:13 [INFO] [stdout] | [INFO] [stdout] 72 | let mut iter = match ast { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 80 | / ( [INFO] [stdout] 81 | | $( [INFO] [stdout] 82 | | <$t as DeRs>::de( [INFO] [stdout] 83 | | &iter.next().unwrap() [INFO] [stdout] 84 | | ).unwrap() , [INFO] [stdout] 85 | | )+ [INFO] [stdout] 86 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 112 | impl_DeRs_for_tuple!(A, B); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_DeRs_for_tuple` (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/auto/ders.rs:80:13 [INFO] [stdout] | [INFO] [stdout] 72 | let mut iter = match ast { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 80 | / ( [INFO] [stdout] 81 | | $( [INFO] [stdout] 82 | | <$t as DeRs>::de( [INFO] [stdout] 83 | | &iter.next().unwrap() [INFO] [stdout] 84 | | ).unwrap() , [INFO] [stdout] 85 | | )+ [INFO] [stdout] 86 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 113 | impl_DeRs_for_tuple!(A, B, C); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_DeRs_for_tuple` (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/auto/ders.rs:80:13 [INFO] [stdout] | [INFO] [stdout] 72 | let mut iter = match ast { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 80 | / ( [INFO] [stdout] 81 | | $( [INFO] [stdout] 82 | | <$t as DeRs>::de( [INFO] [stdout] 83 | | &iter.next().unwrap() [INFO] [stdout] 84 | | ).unwrap() , [INFO] [stdout] 85 | | )+ [INFO] [stdout] 86 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 114 | impl_DeRs_for_tuple!(A, B, C, D); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_DeRs_for_tuple` (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/auto/ders.rs:80:13 [INFO] [stdout] | [INFO] [stdout] 72 | let mut iter = match ast { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 80 | / ( [INFO] [stdout] 81 | | $( [INFO] [stdout] 82 | | <$t as DeRs>::de( [INFO] [stdout] 83 | | &iter.next().unwrap() [INFO] [stdout] 84 | | ).unwrap() , [INFO] [stdout] 85 | | )+ [INFO] [stdout] 86 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 115 | impl_DeRs_for_tuple!(A, B, C, D, E); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_DeRs_for_tuple` (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/auto/ders.rs:80:13 [INFO] [stdout] | [INFO] [stdout] 72 | let mut iter = match ast { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 80 | / ( [INFO] [stdout] 81 | | $( [INFO] [stdout] 82 | | <$t as DeRs>::de( [INFO] [stdout] 83 | | &iter.next().unwrap() [INFO] [stdout] 84 | | ).unwrap() , [INFO] [stdout] 85 | | )+ [INFO] [stdout] 86 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 116 | impl_DeRs_for_tuple!(A, B, C, D, E, F); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_DeRs_for_tuple` (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/auto/ders.rs:80:13 [INFO] [stdout] | [INFO] [stdout] 72 | let mut iter = match ast { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 80 | / ( [INFO] [stdout] 81 | | $( [INFO] [stdout] 82 | | <$t as DeRs>::de( [INFO] [stdout] 83 | | &iter.next().unwrap() [INFO] [stdout] 84 | | ).unwrap() , [INFO] [stdout] 85 | | )+ [INFO] [stdout] 86 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 117 | impl_DeRs_for_tuple!(A, B, C, D, E, F, G); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_DeRs_for_tuple` (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/auto/ders.rs:80:13 [INFO] [stdout] | [INFO] [stdout] 72 | let mut iter = match ast { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 80 | / ( [INFO] [stdout] 81 | | $( [INFO] [stdout] 82 | | <$t as DeRs>::de( [INFO] [stdout] 83 | | &iter.next().unwrap() [INFO] [stdout] 84 | | ).unwrap() , [INFO] [stdout] 85 | | )+ [INFO] [stdout] 86 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 118 | impl_DeRs_for_tuple!(A, B, C, D, E, F, G, H); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_DeRs_for_tuple` (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/auto/ders.rs:80:13 [INFO] [stdout] | [INFO] [stdout] 72 | let mut iter = match ast { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 80 | / ( [INFO] [stdout] 81 | | $( [INFO] [stdout] 82 | | <$t as DeRs>::de( [INFO] [stdout] 83 | | &iter.next().unwrap() [INFO] [stdout] 84 | | ).unwrap() , [INFO] [stdout] 85 | | )+ [INFO] [stdout] 86 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 119 | impl_DeRs_for_tuple!(A, B, C, D, E, F, G, H, I); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_DeRs_for_tuple` (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/auto/ders.rs:80:13 [INFO] [stdout] | [INFO] [stdout] 72 | let mut iter = match ast { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 80 | / ( [INFO] [stdout] 81 | | $( [INFO] [stdout] 82 | | <$t as DeRs>::de( [INFO] [stdout] 83 | | &iter.next().unwrap() [INFO] [stdout] 84 | | ).unwrap() , [INFO] [stdout] 85 | | )+ [INFO] [stdout] 86 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 120 | impl_DeRs_for_tuple!(A, B, C, D, E, F, G, H, I, J); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_DeRs_for_tuple` (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/auto/ders.rs:80:13 [INFO] [stdout] | [INFO] [stdout] 72 | let mut iter = match ast { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 80 | / ( [INFO] [stdout] 81 | | $( [INFO] [stdout] 82 | | <$t as DeRs>::de( [INFO] [stdout] 83 | | &iter.next().unwrap() [INFO] [stdout] 84 | | ).unwrap() , [INFO] [stdout] 85 | | )+ [INFO] [stdout] 86 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 121 | impl_DeRs_for_tuple!(A, B, C, D, E, F, G, H, I, J, K); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_DeRs_for_tuple` (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/auto/ders.rs:80:13 [INFO] [stdout] | [INFO] [stdout] 72 | let mut iter = match ast { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 80 | / ( [INFO] [stdout] 81 | | $( [INFO] [stdout] 82 | | <$t as DeRs>::de( [INFO] [stdout] 83 | | &iter.next().unwrap() [INFO] [stdout] 84 | | ).unwrap() , [INFO] [stdout] 85 | | )+ [INFO] [stdout] 86 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 122 | impl_DeRs_for_tuple!(A, B, C, D, E, F, G, H, I, J, K, L); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_DeRs_for_tuple` (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/auto/wrap.rs:50:12 [INFO] [stdout] | [INFO] [stdout] 48 | let expr = input.parse()?; [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 49 | [INFO] [stdout] 50 | Ok(Self(T::de(&expr).unwrap())) [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/parser.rs:82:12 [INFO] [stdout] | [INFO] [stdout] 69 | let mut res: T = self.inner_get_value(fn_name, let_name)?; [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 82 | Ok(Wrap::new(res)) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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/parser.rs:108:12 [INFO] [stdout] | [INFO] [stdout] 108 | Ok(Wrap::new(>::de(expr)?)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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] warning: fields `num` and `suffix` are never read [INFO] [stdout] --> src/ext/duration.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 37 | struct SynDur { [INFO] [stdout] | ------ fields in this struct [INFO] [stdout] 38 | num: u128, [INFO] [stdout] | ^^^ [INFO] [stdout] 39 | suffix: String, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `to_string` is never used [INFO] [stdout] --> src/ext/duration.rs:62:8 [INFO] [stdout] | [INFO] [stdout] 42 | impl SynDur { [INFO] [stdout] | ----------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 62 | fn to_string(&self) -> String { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `FnVisit` is never used [INFO] [stdout] --> src/visit.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | pub type FnVisit<'other, 'ast, Input, Output> = Box Option + 'other>; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `WrapExprBlock` is never constructed [INFO] [stdout] --> src/visit.rs:28:12 [INFO] [stdout] | [INFO] [stdout] 28 | pub struct WrapExprBlock<'ast> { [INFO] [stdout] | ^^^^^^^^^^^^^ [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/auto.rs:17:35 [INFO] [stdout] | [INFO] [stdout] 16 | fn into_pretty(self) -> Res { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 17 | Ok(prettyplease::unparse(&syn::parse2(self)?)) [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/auto/custom_syntax.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 22 | fn into_expr(self) -> syn::Expr { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 23 | Wrap::new(self).into_expr() [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/auto/ders.rs:80:13 [INFO] [stdout] | [INFO] [stdout] 72 | let mut iter = match ast { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 80 | / ( [INFO] [stdout] 81 | | $( [INFO] [stdout] 82 | | <$t as DeRs>::de( [INFO] [stdout] 83 | | &iter.next().unwrap() [INFO] [stdout] 84 | | ).unwrap() , [INFO] [stdout] 85 | | )+ [INFO] [stdout] 86 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 111 | impl_DeRs_for_tuple!(A); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_DeRs_for_tuple` (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/auto/ders.rs:80:13 [INFO] [stdout] | [INFO] [stdout] 72 | let mut iter = match ast { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 80 | / ( [INFO] [stdout] 81 | | $( [INFO] [stdout] 82 | | <$t as DeRs>::de( [INFO] [stdout] 83 | | &iter.next().unwrap() [INFO] [stdout] 84 | | ).unwrap() , [INFO] [stdout] 85 | | )+ [INFO] [stdout] 86 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 112 | impl_DeRs_for_tuple!(A, B); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_DeRs_for_tuple` (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/auto/ders.rs:80:13 [INFO] [stdout] | [INFO] [stdout] 72 | let mut iter = match ast { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 80 | / ( [INFO] [stdout] 81 | | $( [INFO] [stdout] 82 | | <$t as DeRs>::de( [INFO] [stdout] 83 | | &iter.next().unwrap() [INFO] [stdout] 84 | | ).unwrap() , [INFO] [stdout] 85 | | )+ [INFO] [stdout] 86 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 113 | impl_DeRs_for_tuple!(A, B, C); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_DeRs_for_tuple` (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/auto/ders.rs:80:13 [INFO] [stdout] | [INFO] [stdout] 72 | let mut iter = match ast { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 80 | / ( [INFO] [stdout] 81 | | $( [INFO] [stdout] 82 | | <$t as DeRs>::de( [INFO] [stdout] 83 | | &iter.next().unwrap() [INFO] [stdout] 84 | | ).unwrap() , [INFO] [stdout] 85 | | )+ [INFO] [stdout] 86 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 114 | impl_DeRs_for_tuple!(A, B, C, D); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_DeRs_for_tuple` (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/auto/ders.rs:80:13 [INFO] [stdout] | [INFO] [stdout] 72 | let mut iter = match ast { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 80 | / ( [INFO] [stdout] 81 | | $( [INFO] [stdout] 82 | | <$t as DeRs>::de( [INFO] [stdout] 83 | | &iter.next().unwrap() [INFO] [stdout] 84 | | ).unwrap() , [INFO] [stdout] 85 | | )+ [INFO] [stdout] 86 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 115 | impl_DeRs_for_tuple!(A, B, C, D, E); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_DeRs_for_tuple` (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/auto/ders.rs:80:13 [INFO] [stdout] | [INFO] [stdout] 72 | let mut iter = match ast { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 80 | / ( [INFO] [stdout] 81 | | $( [INFO] [stdout] 82 | | <$t as DeRs>::de( [INFO] [stdout] 83 | | &iter.next().unwrap() [INFO] [stdout] 84 | | ).unwrap() , [INFO] [stdout] 85 | | )+ [INFO] [stdout] 86 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 116 | impl_DeRs_for_tuple!(A, B, C, D, E, F); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_DeRs_for_tuple` (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/auto/ders.rs:80:13 [INFO] [stdout] | [INFO] [stdout] 72 | let mut iter = match ast { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 80 | / ( [INFO] [stdout] 81 | | $( [INFO] [stdout] 82 | | <$t as DeRs>::de( [INFO] [stdout] 83 | | &iter.next().unwrap() [INFO] [stdout] 84 | | ).unwrap() , [INFO] [stdout] 85 | | )+ [INFO] [stdout] 86 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 117 | impl_DeRs_for_tuple!(A, B, C, D, E, F, G); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_DeRs_for_tuple` (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/auto/ders.rs:80:13 [INFO] [stdout] | [INFO] [stdout] 72 | let mut iter = match ast { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 80 | / ( [INFO] [stdout] 81 | | $( [INFO] [stdout] 82 | | <$t as DeRs>::de( [INFO] [stdout] 83 | | &iter.next().unwrap() [INFO] [stdout] 84 | | ).unwrap() , [INFO] [stdout] 85 | | )+ [INFO] [stdout] 86 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 118 | impl_DeRs_for_tuple!(A, B, C, D, E, F, G, H); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_DeRs_for_tuple` (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/auto/ders.rs:80:13 [INFO] [stdout] | [INFO] [stdout] 72 | let mut iter = match ast { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 80 | / ( [INFO] [stdout] 81 | | $( [INFO] [stdout] 82 | | <$t as DeRs>::de( [INFO] [stdout] 83 | | &iter.next().unwrap() [INFO] [stdout] 84 | | ).unwrap() , [INFO] [stdout] 85 | | )+ [INFO] [stdout] 86 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 119 | impl_DeRs_for_tuple!(A, B, C, D, E, F, G, H, I); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_DeRs_for_tuple` (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/auto/ders.rs:80:13 [INFO] [stdout] | [INFO] [stdout] 72 | let mut iter = match ast { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 80 | / ( [INFO] [stdout] 81 | | $( [INFO] [stdout] 82 | | <$t as DeRs>::de( [INFO] [stdout] 83 | | &iter.next().unwrap() [INFO] [stdout] 84 | | ).unwrap() , [INFO] [stdout] 85 | | )+ [INFO] [stdout] 86 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 120 | impl_DeRs_for_tuple!(A, B, C, D, E, F, G, H, I, J); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_DeRs_for_tuple` (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/auto/ders.rs:80:13 [INFO] [stdout] | [INFO] [stdout] 72 | let mut iter = match ast { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 80 | / ( [INFO] [stdout] 81 | | $( [INFO] [stdout] 82 | | <$t as DeRs>::de( [INFO] [stdout] 83 | | &iter.next().unwrap() [INFO] [stdout] 84 | | ).unwrap() , [INFO] [stdout] 85 | | )+ [INFO] [stdout] 86 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 121 | impl_DeRs_for_tuple!(A, B, C, D, E, F, G, H, I, J, K); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_DeRs_for_tuple` (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/auto/ders.rs:80:13 [INFO] [stdout] | [INFO] [stdout] 72 | let mut iter = match ast { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 80 | / ( [INFO] [stdout] 81 | | $( [INFO] [stdout] 82 | | <$t as DeRs>::de( [INFO] [stdout] 83 | | &iter.next().unwrap() [INFO] [stdout] 84 | | ).unwrap() , [INFO] [stdout] 85 | | )+ [INFO] [stdout] 86 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 122 | impl_DeRs_for_tuple!(A, B, C, D, E, F, G, H, I, J, K, L); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_DeRs_for_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 17 previous errors; 5 warnings emitted [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/auto/wrap.rs:50:12 [INFO] [stdout] | [INFO] [stdout] 48 | let expr = input.parse()?; [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 49 | [INFO] [stdout] 50 | Ok(Self(T::de(&expr).unwrap())) [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/parser.rs:82:12 [INFO] [stdout] | [INFO] [stdout] 69 | let mut res: T = self.inner_get_value(fn_name, let_name)?; [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 82 | Ok(Wrap::new(res)) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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/parser.rs:108:12 [INFO] [stdout] | [INFO] [stdout] 108 | Ok(Wrap::new(>::de(expr)?)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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] [stderr] error: could not compile `esyn` (lib) due to 18 previous errors; 5 warnings emitted [INFO] [stdout] error: aborting due to 17 previous errors; 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `esyn` (lib test) due to 18 previous errors; 5 warnings emitted [INFO] running `Command { std: "docker" "inspect" "20f375e15c4cdeb186a76cf98c03c8907834281777c436d82abb21c9fa9c45ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "20f375e15c4cdeb186a76cf98c03c8907834281777c436d82abb21c9fa9c45ec", kill_on_drop: false }` [INFO] [stdout] 20f375e15c4cdeb186a76cf98c03c8907834281777c436d82abb21c9fa9c45ec