[INFO] fetching crate educe 0.6.0... [INFO] checking educe-0.6.0 against try#4d98531622e1718ae0bc3c7a1ab9cd8938428452+rustflags=-Dtail_expr_drop_order for pr-129604 [INFO] extracting crate educe 0.6.0 into /workspace/builds/worker-7-tc2/source [INFO] validating manifest of crates.io crate educe 0.6.0 on toolchain 4d98531622e1718ae0bc3c7a1ab9cd8938428452 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate educe 0.6.0 [INFO] finished tweaking crates.io crate educe 0.6.0 [INFO] tweaked toml for crates.io crate educe 0.6.0 written to /workspace/builds/worker-7-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 11 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 770db20d4e7c2acdb4cdb39f5057e718ee05d0428f7752c54e7149d1b334ee77 [INFO] running `Command { std: "docker" "start" "-a" "770db20d4e7c2acdb4cdb39f5057e718ee05d0428f7752c54e7149d1b334ee77", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "770db20d4e7c2acdb4cdb39f5057e718ee05d0428f7752c54e7149d1b334ee77", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "770db20d4e7c2acdb4cdb39f5057e718ee05d0428f7752c54e7149d1b334ee77", kill_on_drop: false }` [INFO] [stdout] 770db20d4e7c2acdb4cdb39f5057e718ee05d0428f7752c54e7149d1b334ee77 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 05afcde2f461abfb15f9bec62eb601555c51c79857045b4744b861640fe3592c [INFO] running `Command { std: "docker" "start" "-a" "05afcde2f461abfb15f9bec62eb601555c51c79857045b4744b861640fe3592c", kill_on_drop: false }` [INFO] [stderr] Compiling rustversion v1.0.17 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking syn v2.0.77 [INFO] [stderr] Compiling enum-ordinalize-derive v4.3.1 [INFO] [stderr] Checking enum-ordinalize v4.3.0 [INFO] [stderr] Checking assert-eq-float v0.1.4 [INFO] [stderr] Checking educe v0.6.0 (/opt/rustwide/workdir) [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:2127:16 [INFO] [stdout] | [INFO] [stdout] 2125 | let token_stream = derive_input_handler(input.parse::()?)?; [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 2126 | [INFO] [stdout] 2127 | Ok(Self(token_stream)) [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] = 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/common/type.rs:28:12 [INFO] [stdout] | [INFO] [stdout] 15 | let ty = input.parse::()?; [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 26 | let list = input.parse_terminated(Meta::parse, Token![,])?; [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 27 | [INFO] [stdout] 28 | Ok(Self { [INFO] [stdout] | ____________^ [INFO] [stdout] 29 | | ty, [INFO] [stdout] 30 | | list, [INFO] [stdout] 31 | | }) [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] | [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/common/unsafe_punctuated_meta.rs:30:12 [INFO] [stdout] | [INFO] [stdout] 28 | let list = input.parse_terminated(Meta::parse, Token![,])?; [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 29 | [INFO] [stdout] 30 | Ok(Self { [INFO] [stdout] | ____________^ [INFO] [stdout] 31 | | list, [INFO] [stdout] 32 | | has_unsafe, [INFO] [stdout] 33 | | }) [INFO] [stdout] | | ^ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | |_________| [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/trait_handlers/clone/models/field_attribute.rs:77:12 [INFO] [stdout] | [INFO] [stdout] 17 | let mut method = None; [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 77 | Ok(FieldAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 78 | | method, [INFO] [stdout] 79 | | }) [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/trait_handlers/clone/models/field_attribute.rs:121:12 [INFO] [stdout] | [INFO] [stdout] 87 | let mut output = None; [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 121 | Ok(output.unwrap_or(FieldAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 122 | | method: None [INFO] [stdout] 123 | | })) [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/trait_handlers/clone/models/type_attribute.rs:92:12 [INFO] [stdout] | [INFO] [stdout] 19 | let mut bound = Bound::Auto; [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 92 | Ok(TypeAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 93 | | bound, [INFO] [stdout] 94 | | }) [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/trait_handlers/clone/models/type_attribute.rs:136:12 [INFO] [stdout] | [INFO] [stdout] 102 | let mut output = None; [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 136 | Ok(output.unwrap_or(TypeAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 137 | | bound: Bound::Auto [INFO] [stdout] 138 | | })) [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/trait_handlers/copy/models/type_attribute.rs:92:12 [INFO] [stdout] | [INFO] [stdout] 19 | let mut bound = Bound::Auto; [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 92 | Ok(TypeAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 93 | | bound, [INFO] [stdout] 94 | | }) [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/trait_handlers/copy/models/type_attribute.rs:136:12 [INFO] [stdout] | [INFO] [stdout] 102 | let mut output = None; [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 136 | Ok(output.unwrap_or(TypeAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 137 | | bound: Bound::Auto [INFO] [stdout] 138 | | })) [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/trait_handlers/debug/debug_enum.rs:61:53 [INFO] [stdout] | [INFO] [stdout] 61 | variant_name.map(|variant_name| variant_name.into_token_stream().to_string()) [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/trait_handlers/debug/models/field_attribute.rs:172:12 [INFO] [stdout] | [INFO] [stdout] 38 | let mut name = self.name.clone(); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 39 | let mut ignore = false; [INFO] [stdout] 40 | let mut method = None; [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 172 | Ok(FieldAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 173 | | name, [INFO] [stdout] 174 | | ignore, [INFO] [stdout] 175 | | method, [INFO] [stdout] 176 | | }) [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/trait_handlers/debug/models/field_attribute.rs:218:12 [INFO] [stdout] | [INFO] [stdout] 184 | let mut output = None; [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 218 | Ok(output.unwrap_or(FieldAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 219 | | name: self.name.clone(), [INFO] [stdout] 220 | | ignore: false, [INFO] [stdout] 221 | | method: None, [INFO] [stdout] 222 | | })) [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/trait_handlers/debug/models/type_attribute.rs:210:12 [INFO] [stdout] | [INFO] [stdout] 54 | let mut name = self.name.clone(); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 55 | let mut named_field = self.named_field; [INFO] [stdout] 56 | let mut bound = Bound::Auto; [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 210 | Ok(TypeAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 211 | | has_unsafe, [INFO] [stdout] 212 | | name, [INFO] [stdout] 213 | | named_field, [INFO] [stdout] 214 | | bound, [INFO] [stdout] 215 | | }) [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/trait_handlers/debug/models/type_attribute.rs:257:12 [INFO] [stdout] | [INFO] [stdout] 223 | let mut output = None; [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 257 | Ok(output.unwrap_or(TypeAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 258 | | has_unsafe: false, [INFO] [stdout] 259 | | name: self.name.clone(), [INFO] [stdout] 260 | | named_field: self.named_field, [INFO] [stdout] 261 | | bound: Bound::Auto, [INFO] [stdout] 262 | | })) [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/trait_handlers/default/models/field_attribute.rs:113:12 [INFO] [stdout] | [INFO] [stdout] 30 | let mut expression = None; [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 113 | Ok(FieldAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 114 | | flag, [INFO] [stdout] 115 | | expression, [INFO] [stdout] 116 | | span: meta.span(), [INFO] [stdout] 117 | | }) [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/trait_handlers/default/models/field_attribute.rs:160:12 [INFO] [stdout] | [INFO] [stdout] 126 | let mut output = None; [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 160 | Ok(output.unwrap_or(FieldAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 161 | | flag: false, [INFO] [stdout] 162 | | expression: None, [INFO] [stdout] 163 | | span: Span::call_site(), [INFO] [stdout] 164 | | })) [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/trait_handlers/default/models/type_attribute.rs:158:12 [INFO] [stdout] | [INFO] [stdout] 35 | let mut expression = None; [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 36 | let mut bound = Bound::Auto; [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 158 | Ok(TypeAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 159 | | flag, [INFO] [stdout] 160 | | new, [INFO] [stdout] 161 | | expression, [INFO] [stdout] 162 | | bound, [INFO] [stdout] 163 | | span: meta.span(), [INFO] [stdout] 164 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/trait_handlers/default/models/type_attribute.rs:206:12 [INFO] [stdout] | [INFO] [stdout] 172 | let mut output = None; [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 206 | Ok(output.unwrap_or(TypeAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 207 | | flag: false, [INFO] [stdout] 208 | | new: false, [INFO] [stdout] 209 | | expression: None, [INFO] [stdout] 210 | | bound: Bound::Auto, [INFO] [stdout] 211 | | span: Span::call_site(), [INFO] [stdout] 212 | | })) [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/trait_handlers/eq/models/type_attribute.rs:92:12 [INFO] [stdout] | [INFO] [stdout] 19 | let mut bound = Bound::Auto; [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 92 | Ok(TypeAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 93 | | bound, [INFO] [stdout] 94 | | }) [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/trait_handlers/eq/models/type_attribute.rs:136:12 [INFO] [stdout] | [INFO] [stdout] 102 | let mut output = None; [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 136 | Ok(output.unwrap_or(TypeAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 137 | | bound: Bound::Auto [INFO] [stdout] 138 | | })) [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/trait_handlers/hash/models/field_attribute.rs:123:12 [INFO] [stdout] | [INFO] [stdout] 27 | let mut method = None; [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 123 | Ok(FieldAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 124 | | ignore, [INFO] [stdout] 125 | | method, [INFO] [stdout] 126 | | }) [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/trait_handlers/hash/models/field_attribute.rs:168:12 [INFO] [stdout] | [INFO] [stdout] 134 | let mut output = None; [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 168 | Ok(output.unwrap_or(FieldAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 169 | | ignore: false, method: None [INFO] [stdout] 170 | | })) [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/trait_handlers/hash/models/type_attribute.rs:105:12 [INFO] [stdout] | [INFO] [stdout] 25 | let mut bound = Bound::Auto; [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 105 | Ok(TypeAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 106 | | has_unsafe, [INFO] [stdout] 107 | | bound, [INFO] [stdout] 108 | | }) [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/trait_handlers/hash/models/type_attribute.rs:150:12 [INFO] [stdout] | [INFO] [stdout] 116 | let mut output = None; [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 150 | Ok(output.unwrap_or(TypeAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 151 | | has_unsafe: false, bound: Bound::Auto [INFO] [stdout] 152 | | })) [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/trait_handlers/into/models/field_attribute.rs:102:12 [INFO] [stdout] | [INFO] [stdout] 23 | let mut types = HashMap::new(); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 102 | Ok(FieldAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 103 | | types, [INFO] [stdout] 104 | | }) [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/trait_handlers/into/models/field_attribute.rs:148:12 [INFO] [stdout] | [INFO] [stdout] 112 | let mut output: Option = None; [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 113 | [INFO] [stdout] 114 | let mut v_meta = Vec::new(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 148 | Ok(output.unwrap_or_else(|| FieldAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 149 | | types: HashMap::new() [INFO] [stdout] 150 | | })) [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/trait_handlers/into/models/field_attribute.rs:149:20 [INFO] [stdout] | [INFO] [stdout] 149 | types: HashMap::new() [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/trait_handlers/into/models/type_attribute.rs:103:12 [INFO] [stdout] | [INFO] [stdout] 23 | let mut types = HashMap::new(); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 103 | Ok(TypeAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 104 | | types, [INFO] [stdout] 105 | | }) [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/trait_handlers/into/models/type_attribute.rs:149:12 [INFO] [stdout] | [INFO] [stdout] 113 | let mut output: Option = None; [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 114 | [INFO] [stdout] 115 | let mut v_meta = Vec::new(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 149 | Ok(output.unwrap_or(TypeAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 150 | | types: HashMap::new() [INFO] [stdout] 151 | | })) [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/trait_handlers/ord/models/field_attribute.rs:154:12 [INFO] [stdout] | [INFO] [stdout] 33 | let mut method = None; [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 154 | Ok(FieldAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 155 | | ignore, [INFO] [stdout] 156 | | method, [INFO] [stdout] 157 | | rank, [INFO] [stdout] 158 | | rank_span, [INFO] [stdout] 159 | | }) [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/trait_handlers/ord/models/field_attribute.rs:210:12 [INFO] [stdout] | [INFO] [stdout] 167 | let mut output = None; [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 210 | Ok(output.unwrap_or(FieldAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 211 | | ignore: false, [INFO] [stdout] 212 | | method: None, [INFO] [stdout] 213 | | rank: self.rank, [INFO] [stdout] 214 | | rank_span: None, [INFO] [stdout] 215 | | })) [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/trait_handlers/ord/models/type_attribute.rs:92:12 [INFO] [stdout] | [INFO] [stdout] 19 | let mut bound = Bound::Auto; [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 92 | Ok(TypeAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 93 | | bound, [INFO] [stdout] 94 | | }) [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/trait_handlers/ord/models/type_attribute.rs:145:12 [INFO] [stdout] | [INFO] [stdout] 102 | let mut output = None; [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 145 | Ok(output.unwrap_or(TypeAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 146 | | bound: Bound::Auto [INFO] [stdout] 147 | | })) [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/trait_handlers/partial_eq/models/field_attribute.rs:123:12 [INFO] [stdout] | [INFO] [stdout] 27 | let mut method = None; [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 123 | Ok(FieldAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 124 | | ignore, [INFO] [stdout] 125 | | method, [INFO] [stdout] 126 | | }) [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/trait_handlers/partial_eq/models/field_attribute.rs:177:12 [INFO] [stdout] | [INFO] [stdout] 134 | let mut output = None; [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 177 | Ok(output.unwrap_or(FieldAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 178 | | ignore: false, method: None [INFO] [stdout] 179 | | })) [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/trait_handlers/partial_eq/models/type_attribute.rs:105:12 [INFO] [stdout] | [INFO] [stdout] 25 | let mut bound = Bound::Auto; [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 105 | Ok(TypeAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 106 | | has_unsafe, [INFO] [stdout] 107 | | bound, [INFO] [stdout] 108 | | }) [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/trait_handlers/partial_eq/models/type_attribute.rs:159:12 [INFO] [stdout] | [INFO] [stdout] 116 | let mut output = None; [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 159 | Ok(output.unwrap_or(TypeAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 160 | | has_unsafe: false, bound: Bound::Auto [INFO] [stdout] 161 | | })) [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/trait_handlers/partial_ord/models/field_attribute.rs:154:12 [INFO] [stdout] | [INFO] [stdout] 33 | let mut method = None; [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 154 | Ok(FieldAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 155 | | ignore, [INFO] [stdout] 156 | | method, [INFO] [stdout] 157 | | rank, [INFO] [stdout] 158 | | rank_span, [INFO] [stdout] 159 | | }) [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/trait_handlers/partial_ord/models/field_attribute.rs:201:12 [INFO] [stdout] | [INFO] [stdout] 167 | let mut output = None; [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 201 | Ok(output.unwrap_or(FieldAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 202 | | ignore: false, [INFO] [stdout] 203 | | method: None, [INFO] [stdout] 204 | | rank: self.rank, [INFO] [stdout] 205 | | rank_span: None, [INFO] [stdout] 206 | | })) [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/trait_handlers/partial_ord/models/type_attribute.rs:92:12 [INFO] [stdout] | [INFO] [stdout] 19 | let mut bound = Bound::Auto; [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 92 | Ok(TypeAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 93 | | bound, [INFO] [stdout] 94 | | }) [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/trait_handlers/partial_ord/models/type_attribute.rs:136:12 [INFO] [stdout] | [INFO] [stdout] 102 | let mut output = None; [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 136 | Ok(output.unwrap_or(TypeAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 137 | | bound: Bound::Auto [INFO] [stdout] 138 | | })) [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 41 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `educe` (lib) due to 42 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/lib.rs:2127:16 [INFO] [stdout] | [INFO] [stdout] 2125 | let token_stream = derive_input_handler(input.parse::()?)?; [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 2126 | [INFO] [stdout] 2127 | Ok(Self(token_stream)) [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] = 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/common/type.rs:28:12 [INFO] [stdout] | [INFO] [stdout] 15 | let ty = input.parse::()?; [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 26 | let list = input.parse_terminated(Meta::parse, Token![,])?; [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 27 | [INFO] [stdout] 28 | Ok(Self { [INFO] [stdout] | ____________^ [INFO] [stdout] 29 | | ty, [INFO] [stdout] 30 | | list, [INFO] [stdout] 31 | | }) [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] | [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/common/unsafe_punctuated_meta.rs:30:12 [INFO] [stdout] | [INFO] [stdout] 28 | let list = input.parse_terminated(Meta::parse, Token![,])?; [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 29 | [INFO] [stdout] 30 | Ok(Self { [INFO] [stdout] | ____________^ [INFO] [stdout] 31 | | list, [INFO] [stdout] 32 | | has_unsafe, [INFO] [stdout] 33 | | }) [INFO] [stdout] | | ^ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | |_________| [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/trait_handlers/clone/models/field_attribute.rs:77:12 [INFO] [stdout] | [INFO] [stdout] 17 | let mut method = None; [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 77 | Ok(FieldAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 78 | | method, [INFO] [stdout] 79 | | }) [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/trait_handlers/clone/models/field_attribute.rs:121:12 [INFO] [stdout] | [INFO] [stdout] 87 | let mut output = None; [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 121 | Ok(output.unwrap_or(FieldAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 122 | | method: None [INFO] [stdout] 123 | | })) [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/trait_handlers/clone/models/type_attribute.rs:92:12 [INFO] [stdout] | [INFO] [stdout] 19 | let mut bound = Bound::Auto; [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 92 | Ok(TypeAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 93 | | bound, [INFO] [stdout] 94 | | }) [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/trait_handlers/clone/models/type_attribute.rs:136:12 [INFO] [stdout] | [INFO] [stdout] 102 | let mut output = None; [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 136 | Ok(output.unwrap_or(TypeAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 137 | | bound: Bound::Auto [INFO] [stdout] 138 | | })) [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/trait_handlers/copy/models/type_attribute.rs:92:12 [INFO] [stdout] | [INFO] [stdout] 19 | let mut bound = Bound::Auto; [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 92 | Ok(TypeAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 93 | | bound, [INFO] [stdout] 94 | | }) [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/trait_handlers/copy/models/type_attribute.rs:136:12 [INFO] [stdout] | [INFO] [stdout] 102 | let mut output = None; [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 136 | Ok(output.unwrap_or(TypeAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 137 | | bound: Bound::Auto [INFO] [stdout] 138 | | })) [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/trait_handlers/debug/debug_enum.rs:61:53 [INFO] [stdout] | [INFO] [stdout] 61 | variant_name.map(|variant_name| variant_name.into_token_stream().to_string()) [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/trait_handlers/debug/models/field_attribute.rs:172:12 [INFO] [stdout] | [INFO] [stdout] 38 | let mut name = self.name.clone(); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 39 | let mut ignore = false; [INFO] [stdout] 40 | let mut method = None; [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 172 | Ok(FieldAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 173 | | name, [INFO] [stdout] 174 | | ignore, [INFO] [stdout] 175 | | method, [INFO] [stdout] 176 | | }) [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/trait_handlers/debug/models/field_attribute.rs:218:12 [INFO] [stdout] | [INFO] [stdout] 184 | let mut output = None; [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 218 | Ok(output.unwrap_or(FieldAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 219 | | name: self.name.clone(), [INFO] [stdout] 220 | | ignore: false, [INFO] [stdout] 221 | | method: None, [INFO] [stdout] 222 | | })) [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/trait_handlers/debug/models/type_attribute.rs:210:12 [INFO] [stdout] | [INFO] [stdout] 54 | let mut name = self.name.clone(); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 55 | let mut named_field = self.named_field; [INFO] [stdout] 56 | let mut bound = Bound::Auto; [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 210 | Ok(TypeAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 211 | | has_unsafe, [INFO] [stdout] 212 | | name, [INFO] [stdout] 213 | | named_field, [INFO] [stdout] 214 | | bound, [INFO] [stdout] 215 | | }) [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/trait_handlers/debug/models/type_attribute.rs:257:12 [INFO] [stdout] | [INFO] [stdout] 223 | let mut output = None; [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 257 | Ok(output.unwrap_or(TypeAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 258 | | has_unsafe: false, [INFO] [stdout] 259 | | name: self.name.clone(), [INFO] [stdout] 260 | | named_field: self.named_field, [INFO] [stdout] 261 | | bound: Bound::Auto, [INFO] [stdout] 262 | | })) [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/trait_handlers/default/models/field_attribute.rs:113:12 [INFO] [stdout] | [INFO] [stdout] 30 | let mut expression = None; [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 113 | Ok(FieldAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 114 | | flag, [INFO] [stdout] 115 | | expression, [INFO] [stdout] 116 | | span: meta.span(), [INFO] [stdout] 117 | | }) [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/trait_handlers/default/models/field_attribute.rs:160:12 [INFO] [stdout] | [INFO] [stdout] 126 | let mut output = None; [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 160 | Ok(output.unwrap_or(FieldAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 161 | | flag: false, [INFO] [stdout] 162 | | expression: None, [INFO] [stdout] 163 | | span: Span::call_site(), [INFO] [stdout] 164 | | })) [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/trait_handlers/default/models/type_attribute.rs:158:12 [INFO] [stdout] | [INFO] [stdout] 35 | let mut expression = None; [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 36 | let mut bound = Bound::Auto; [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 158 | Ok(TypeAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 159 | | flag, [INFO] [stdout] 160 | | new, [INFO] [stdout] 161 | | expression, [INFO] [stdout] 162 | | bound, [INFO] [stdout] 163 | | span: meta.span(), [INFO] [stdout] 164 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/trait_handlers/default/models/type_attribute.rs:206:12 [INFO] [stdout] | [INFO] [stdout] 172 | let mut output = None; [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 206 | Ok(output.unwrap_or(TypeAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 207 | | flag: false, [INFO] [stdout] 208 | | new: false, [INFO] [stdout] 209 | | expression: None, [INFO] [stdout] 210 | | bound: Bound::Auto, [INFO] [stdout] 211 | | span: Span::call_site(), [INFO] [stdout] 212 | | })) [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/trait_handlers/eq/models/type_attribute.rs:92:12 [INFO] [stdout] | [INFO] [stdout] 19 | let mut bound = Bound::Auto; [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 92 | Ok(TypeAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 93 | | bound, [INFO] [stdout] 94 | | }) [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/trait_handlers/eq/models/type_attribute.rs:136:12 [INFO] [stdout] | [INFO] [stdout] 102 | let mut output = None; [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 136 | Ok(output.unwrap_or(TypeAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 137 | | bound: Bound::Auto [INFO] [stdout] 138 | | })) [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/trait_handlers/hash/models/field_attribute.rs:123:12 [INFO] [stdout] | [INFO] [stdout] 27 | let mut method = None; [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 123 | Ok(FieldAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 124 | | ignore, [INFO] [stdout] 125 | | method, [INFO] [stdout] 126 | | }) [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/trait_handlers/hash/models/field_attribute.rs:168:12 [INFO] [stdout] | [INFO] [stdout] 134 | let mut output = None; [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 168 | Ok(output.unwrap_or(FieldAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 169 | | ignore: false, method: None [INFO] [stdout] 170 | | })) [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/trait_handlers/hash/models/type_attribute.rs:105:12 [INFO] [stdout] | [INFO] [stdout] 25 | let mut bound = Bound::Auto; [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 105 | Ok(TypeAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 106 | | has_unsafe, [INFO] [stdout] 107 | | bound, [INFO] [stdout] 108 | | }) [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/trait_handlers/hash/models/type_attribute.rs:150:12 [INFO] [stdout] | [INFO] [stdout] 116 | let mut output = None; [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 150 | Ok(output.unwrap_or(TypeAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 151 | | has_unsafe: false, bound: Bound::Auto [INFO] [stdout] 152 | | })) [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/trait_handlers/into/models/field_attribute.rs:102:12 [INFO] [stdout] | [INFO] [stdout] 23 | let mut types = HashMap::new(); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 102 | Ok(FieldAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 103 | | types, [INFO] [stdout] 104 | | }) [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/trait_handlers/into/models/field_attribute.rs:148:12 [INFO] [stdout] | [INFO] [stdout] 112 | let mut output: Option = None; [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 113 | [INFO] [stdout] 114 | let mut v_meta = Vec::new(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 148 | Ok(output.unwrap_or_else(|| FieldAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 149 | | types: HashMap::new() [INFO] [stdout] 150 | | })) [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/trait_handlers/into/models/field_attribute.rs:149:20 [INFO] [stdout] | [INFO] [stdout] 149 | types: HashMap::new() [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/trait_handlers/into/models/type_attribute.rs:103:12 [INFO] [stdout] | [INFO] [stdout] 23 | let mut types = HashMap::new(); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 103 | Ok(TypeAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 104 | | types, [INFO] [stdout] 105 | | }) [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/trait_handlers/into/models/type_attribute.rs:149:12 [INFO] [stdout] | [INFO] [stdout] 113 | let mut output: Option = None; [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 114 | [INFO] [stdout] 115 | let mut v_meta = Vec::new(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 149 | Ok(output.unwrap_or(TypeAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 150 | | types: HashMap::new() [INFO] [stdout] 151 | | })) [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/trait_handlers/ord/models/field_attribute.rs:154:12 [INFO] [stdout] | [INFO] [stdout] 33 | let mut method = None; [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 154 | Ok(FieldAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 155 | | ignore, [INFO] [stdout] 156 | | method, [INFO] [stdout] 157 | | rank, [INFO] [stdout] 158 | | rank_span, [INFO] [stdout] 159 | | }) [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/trait_handlers/ord/models/field_attribute.rs:210:12 [INFO] [stdout] | [INFO] [stdout] 167 | let mut output = None; [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 210 | Ok(output.unwrap_or(FieldAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 211 | | ignore: false, [INFO] [stdout] 212 | | method: None, [INFO] [stdout] 213 | | rank: self.rank, [INFO] [stdout] 214 | | rank_span: None, [INFO] [stdout] 215 | | })) [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/trait_handlers/ord/models/type_attribute.rs:92:12 [INFO] [stdout] | [INFO] [stdout] 19 | let mut bound = Bound::Auto; [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 92 | Ok(TypeAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 93 | | bound, [INFO] [stdout] 94 | | }) [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/trait_handlers/ord/models/type_attribute.rs:145:12 [INFO] [stdout] | [INFO] [stdout] 102 | let mut output = None; [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 145 | Ok(output.unwrap_or(TypeAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 146 | | bound: Bound::Auto [INFO] [stdout] 147 | | })) [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/trait_handlers/partial_eq/models/field_attribute.rs:123:12 [INFO] [stdout] | [INFO] [stdout] 27 | let mut method = None; [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 123 | Ok(FieldAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 124 | | ignore, [INFO] [stdout] 125 | | method, [INFO] [stdout] 126 | | }) [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/trait_handlers/partial_eq/models/field_attribute.rs:177:12 [INFO] [stdout] | [INFO] [stdout] 134 | let mut output = None; [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 177 | Ok(output.unwrap_or(FieldAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 178 | | ignore: false, method: None [INFO] [stdout] 179 | | })) [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/trait_handlers/partial_eq/models/type_attribute.rs:105:12 [INFO] [stdout] | [INFO] [stdout] 25 | let mut bound = Bound::Auto; [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 105 | Ok(TypeAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 106 | | has_unsafe, [INFO] [stdout] 107 | | bound, [INFO] [stdout] 108 | | }) [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/trait_handlers/partial_eq/models/type_attribute.rs:159:12 [INFO] [stdout] | [INFO] [stdout] 116 | let mut output = None; [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 159 | Ok(output.unwrap_or(TypeAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 160 | | has_unsafe: false, bound: Bound::Auto [INFO] [stdout] 161 | | })) [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/trait_handlers/partial_ord/models/field_attribute.rs:154:12 [INFO] [stdout] | [INFO] [stdout] 33 | let mut method = None; [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 154 | Ok(FieldAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 155 | | ignore, [INFO] [stdout] 156 | | method, [INFO] [stdout] 157 | | rank, [INFO] [stdout] 158 | | rank_span, [INFO] [stdout] 159 | | }) [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/trait_handlers/partial_ord/models/field_attribute.rs:201:12 [INFO] [stdout] | [INFO] [stdout] 167 | let mut output = None; [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 201 | Ok(output.unwrap_or(FieldAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 202 | | ignore: false, [INFO] [stdout] 203 | | method: None, [INFO] [stdout] 204 | | rank: self.rank, [INFO] [stdout] 205 | | rank_span: None, [INFO] [stdout] 206 | | })) [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/trait_handlers/partial_ord/models/type_attribute.rs:92:12 [INFO] [stdout] | [INFO] [stdout] 19 | let mut bound = Bound::Auto; [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 92 | Ok(TypeAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 93 | | bound, [INFO] [stdout] 94 | | }) [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/trait_handlers/partial_ord/models/type_attribute.rs:136:12 [INFO] [stdout] | [INFO] [stdout] 102 | let mut output = None; [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 136 | Ok(output.unwrap_or(TypeAttribute { [INFO] [stdout] | ____________^ [INFO] [stdout] 137 | | bound: Bound::Auto [INFO] [stdout] 138 | | })) [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 41 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `educe` (lib test) due to 42 previous errors [INFO] running `Command { std: "docker" "inspect" "05afcde2f461abfb15f9bec62eb601555c51c79857045b4744b861640fe3592c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "05afcde2f461abfb15f9bec62eb601555c51c79857045b4744b861640fe3592c", kill_on_drop: false }` [INFO] [stdout] 05afcde2f461abfb15f9bec62eb601555c51c79857045b4744b861640fe3592c