[INFO] fetching crate jsony_macros 0.0.2... [INFO] building jsony_macros-0.0.2 against master#11663cd3bfefef7d34e8f0892c250bf698049392+rustflags=-Dtail-expr-drop-order for pr-134523 [INFO] extracting crate jsony_macros 0.0.2 into /workspace/builds/worker-4-tc1/source [INFO] validating manifest of crates.io crate jsony_macros 0.0.2 on toolchain 11663cd3bfefef7d34e8f0892c250bf698049392 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate jsony_macros 0.0.2 [INFO] finished tweaking crates.io crate jsony_macros 0.0.2 [INFO] tweaked toml for crates.io crate jsony_macros 0.0.2 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a80bd408aa36698f96da76b1cd9b2435e749a9f10a08d7b9a8f68f146b271a94 [INFO] running `Command { std: "docker" "start" "-a" "a80bd408aa36698f96da76b1cd9b2435e749a9f10a08d7b9a8f68f146b271a94", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a80bd408aa36698f96da76b1cd9b2435e749a9f10a08d7b9a8f68f146b271a94", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a80bd408aa36698f96da76b1cd9b2435e749a9f10a08d7b9a8f68f146b271a94", kill_on_drop: false }` [INFO] [stdout] a80bd408aa36698f96da76b1cd9b2435e749a9f10a08d7b9a8f68f146b271a94 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ee8b7e316e969be34fc29dcf8381ab5a5df44e15a7968dfd4f5bd7e1770219c5 [INFO] running `Command { std: "docker" "start" "-a" "ee8b7e316e969be34fc29dcf8381ab5a5df44e15a7968dfd4f5bd7e1770219c5", kill_on_drop: false }` [INFO] [stderr] Compiling jsony_macros v0.0.2 (/opt/rustwide/workdir) [INFO] [stdout] error: relative drop order changing in Rust 2024 [INFO] [stdout] --> src/ast.rs:710:35 [INFO] [stdout] | [INFO] [stdout] 710 | 'outer: while let Some(tok) = toks.next() { [INFO] [stdout] | --- ^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#4` [INFO] [stdout] | | up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024 [INFO] [stdout] | `tok` calls a custom destructor [INFO] [stdout] | `tok` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 716 | if let Some(sep) = toks.next() { [INFO] [stdout] | --- ----------- [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#1` [INFO] [stdout] | | `#1` will be dropped later as of Edition 2024 [INFO] [stdout] | `sep` calls a custom destructor [INFO] [stdout] | `sep` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 752 | for tok in toks.by_ref() { [INFO] [stdout] | --- ------------- [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#2` [INFO] [stdout] | | `#2` will be dropped later as of Edition 2024 [INFO] [stdout] | this value will be stored in a temporary; let us call it `#3` [INFO] [stdout] | `#3` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 767 | } [INFO] [stdout] | - now the temporary value is dropped here, before the local variables in the block or statement [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see [INFO] [stdout] note: `#4` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/proc_macro/src/bridge/client.rs:100:1 [INFO] [stdout] note: `tok` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/proc_macro/src/bridge/client.rs:100:1 [INFO] [stdout] note: `#1` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/proc_macro/src/bridge/client.rs:100:1 [INFO] [stdout] note: `sep` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/proc_macro/src/bridge/client.rs:100:1 [INFO] [stdout] note: `#2` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/proc_macro/src/bridge/client.rs:100:1 [INFO] [stdout] note: `#3` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/proc_macro/src/bridge/client.rs:100:1 [INFO] [stdout] = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] = note: this error originates in the macro `define_client_handles` which comes from the expansion of the macro `with_api_handle_types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: relative drop order changing in Rust 2024 [INFO] [stdout] --> src/template.rs:235:47 [INFO] [stdout] | [INFO] [stdout] 235 | while let Some(tok) = input.next() { [INFO] [stdout] | --- ^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#1` [INFO] [stdout] | | up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024 [INFO] [stdout] | `tok` calls a custom destructor [INFO] [stdout] | `tok` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 240 | } [INFO] [stdout] | - now the temporary value is dropped here, before the local variables in the block or statement [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see [INFO] [stdout] note: `#1` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/proc_macro/src/bridge/client.rs:100:1 [INFO] [stdout] note: `tok` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/proc_macro/src/bridge/client.rs:100:1 [INFO] [stdout] = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages [INFO] [stdout] = note: this error originates in the macro `define_client_handles` which comes from the expansion of the macro `with_api_handle_types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: relative drop order changing in Rust 2024 [INFO] [stdout] --> src/template.rs:235:47 [INFO] [stdout] | [INFO] [stdout] 147 | let mut attr = Attr::None; [INFO] [stdout] | -------- [INFO] [stdout] | | [INFO] [stdout] | `attr` calls a custom destructor [INFO] [stdout] | `attr` will be dropped later as of Edition 2024 [INFO] [stdout] 148 | 'outer: while let Some(mut t) = input.next() { [INFO] [stdout] | ----- [INFO] [stdout] | | [INFO] [stdout] | `t` calls a custom destructor [INFO] [stdout] | `t` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 154 | let TokenTree::Group(group) = (if let Some(got) = input.next() { [INFO] [stdout] | ----- - ------------ [INFO] [stdout] | | | | [INFO] [stdout] | | | this value will be stored in a temporary; let us call it `#2` [INFO] [stdout] | ______________________________________________|________| `#2` will be dropped later as of Edition 2024 [INFO] [stdout] | | | [INFO] [stdout] | | `group` calls a custom destructor [INFO] [stdout] | | `group` will be dropped later as of Edition 2024 [INFO] [stdout] 155 | | got [INFO] [stdout] 156 | | } else { [INFO] [stdout] 157 | | self.eof(Span::call_site()); [INFO] [stdout] 158 | | return; [INFO] [stdout] 159 | | }) else { [INFO] [stdout] | | - [INFO] [stdout] | | | [INFO] [stdout] | |__________________________this value will be stored in a temporary; let us call it `#1` [INFO] [stdout] | `#1` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 165 | let contents: Vec = group.stream().into_iter().collect(); [INFO] [stdout] | -------- [INFO] [stdout] | | [INFO] [stdout] | `contents` calls a custom destructor [INFO] [stdout] | `contents` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 191 | let tok = if let Some(got) = input.next() { [INFO] [stdout] | --- ------------ [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#3` [INFO] [stdout] | | `#3` will be dropped later as of Edition 2024 [INFO] [stdout] | `tok` calls a custom destructor [INFO] [stdout] | `tok` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 209 | let col = 'value: { [INFO] [stdout] | --- [INFO] [stdout] | | [INFO] [stdout] | `col` calls a custom destructor [INFO] [stdout] | `col` will be dropped later as of Edition 2024 [INFO] [stdout] 210 | if let Some(col) = input.next() { [INFO] [stdout] | --- ------------ [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#4` [INFO] [stdout] | | `#4` will be dropped later as of Edition 2024 [INFO] [stdout] | this value will be stored in a temporary; let us call it `#5` [INFO] [stdout] | `#5` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 235 | while let Some(tok) = input.next() { [INFO] [stdout] | --- ^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#9` [INFO] [stdout] | | up until Edition 2021 `#9` is dropped last but will be dropped earlier in Edition 2024 [INFO] [stdout] | this value will be stored in a temporary; let us call it `#6` [INFO] [stdout] | `#6` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 240 | } [INFO] [stdout] | - now the temporary value is dropped here, before the local variables in the block or statement [INFO] [stdout] ... [INFO] [stdout] 302 | for tok in input.by_ref() { [INFO] [stdout] | --- -------------- [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#7` [INFO] [stdout] | | `#7` will be dropped later as of Edition 2024 [INFO] [stdout] | this value will be stored in a temporary; let us call it `#8` [INFO] [stdout] | `#8` will be dropped later as of Edition 2024 [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see [INFO] [stdout] note: `#9` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/proc_macro/src/bridge/client.rs:100:1 [INFO] [stdout] note: `attr` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/proc_macro/src/bridge/client.rs:100:1 [INFO] [stdout] note: `t` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/proc_macro/src/bridge/client.rs:100:1 [INFO] [stdout] note: `group` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/proc_macro/src/bridge/client.rs:100:1 [INFO] [stdout] note: `#1` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/proc_macro/src/bridge/client.rs:100:1 [INFO] [stdout] note: `#2` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/proc_macro/src/bridge/client.rs:100:1 [INFO] [stdout] note: `contents` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/proc_macro/src/bridge/client.rs:100:1 [INFO] [stdout] note: `tok` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/proc_macro/src/bridge/client.rs:100:1 [INFO] [stdout] note: `#3` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/proc_macro/src/bridge/client.rs:100:1 [INFO] [stdout] note: `col` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/proc_macro/src/bridge/client.rs:100:1 [INFO] [stdout] note: `#4` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/proc_macro/src/bridge/client.rs:100:1 [INFO] [stdout] note: `#5` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/proc_macro/src/bridge/client.rs:100:1 [INFO] [stdout] note: `#6` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/proc_macro/src/bridge/client.rs:100:1 [INFO] [stdout] note: `#7` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/proc_macro/src/bridge/client.rs:100:1 [INFO] [stdout] note: `#8` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/proc_macro/src/bridge/client.rs:100:1 [INFO] [stdout] = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages [INFO] [stdout] = note: this error originates in the macro `define_client_handles` which comes from the expansion of the macro `with_api_handle_types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: relative drop order changing in Rust 2024 [INFO] [stdout] --> src/template.rs:344:35 [INFO] [stdout] | [INFO] [stdout] 209 | let col = 'value: { [INFO] [stdout] | --- [INFO] [stdout] | | [INFO] [stdout] | `col` calls a custom destructor [INFO] [stdout] | `col` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 344 | if let Some(tt) = input.next() { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this value will be stored in a temporary; let us call it `#1` [INFO] [stdout] | up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 349 | } [INFO] [stdout] | - now the temporary value is dropped here, before the local variables in the block or statement [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see [INFO] [stdout] note: `#1` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/proc_macro/src/bridge/client.rs:100:1 [INFO] [stdout] note: `col` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/proc_macro/src/bridge/client.rs:100:1 [INFO] [stdout] = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages [INFO] [stdout] = note: this error originates in the macro `define_client_handles` which comes from the expansion of the macro `with_api_handle_types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: relative drop order changing in Rust 2024 [INFO] [stdout] --> src/template.rs:148:41 [INFO] [stdout] | [INFO] [stdout] 147 | let mut attr = Attr::None; [INFO] [stdout] | -------- [INFO] [stdout] | | [INFO] [stdout] | `attr` calls a custom destructor [INFO] [stdout] | `attr` will be dropped later as of Edition 2024 [INFO] [stdout] 148 | 'outer: while let Some(mut t) = input.next() { [INFO] [stdout] | ----- ^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#11` [INFO] [stdout] | | up until Edition 2021 `#11` is dropped last but will be dropped earlier in Edition 2024 [INFO] [stdout] | `t` calls a custom destructor [INFO] [stdout] | `t` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 154 | let TokenTree::Group(group) = (if let Some(got) = input.next() { [INFO] [stdout] | ----- - ------------ [INFO] [stdout] | | | | [INFO] [stdout] | | | this value will be stored in a temporary; let us call it `#2` [INFO] [stdout] | ______________________________________________|________| `#2` will be dropped later as of Edition 2024 [INFO] [stdout] | | | [INFO] [stdout] | | `group` calls a custom destructor [INFO] [stdout] | | `group` will be dropped later as of Edition 2024 [INFO] [stdout] 155 | | got [INFO] [stdout] 156 | | } else { [INFO] [stdout] 157 | | self.eof(Span::call_site()); [INFO] [stdout] 158 | | return; [INFO] [stdout] 159 | | }) else { [INFO] [stdout] | | - [INFO] [stdout] | | | [INFO] [stdout] | |__________________________this value will be stored in a temporary; let us call it `#1` [INFO] [stdout] | `#1` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 165 | let contents: Vec = group.stream().into_iter().collect(); [INFO] [stdout] | -------- [INFO] [stdout] | | [INFO] [stdout] | `contents` calls a custom destructor [INFO] [stdout] | `contents` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 189 | let mut toks: Vec = Vec::new(); [INFO] [stdout] | -------- [INFO] [stdout] | | [INFO] [stdout] | `toks` calls a custom destructor [INFO] [stdout] | `toks` will be dropped later as of Edition 2024 [INFO] [stdout] 190 | loop { [INFO] [stdout] 191 | let tok = if let Some(got) = input.next() { [INFO] [stdout] | --- ------------ [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#3` [INFO] [stdout] | | `#3` will be dropped later as of Edition 2024 [INFO] [stdout] | `tok` calls a custom destructor [INFO] [stdout] | `tok` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 209 | let col = 'value: { [INFO] [stdout] | --- [INFO] [stdout] | | [INFO] [stdout] | `col` calls a custom destructor [INFO] [stdout] | `col` will be dropped later as of Edition 2024 [INFO] [stdout] 210 | if let Some(col) = input.next() { [INFO] [stdout] | --- ------------ [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#4` [INFO] [stdout] | | `#4` will be dropped later as of Edition 2024 [INFO] [stdout] | this value will be stored in a temporary; let us call it `#5` [INFO] [stdout] | `#5` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 235 | while let Some(tok) = input.next() { [INFO] [stdout] | --- [INFO] [stdout] | | [INFO] [stdout] | this value will be stored in a temporary; let us call it `#6` [INFO] [stdout] | `#6` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 276 | let tok = if let Some(got) = input.next() { [INFO] [stdout] | --- ------------ [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#8` [INFO] [stdout] | | `#8` will be dropped later as of Edition 2024 [INFO] [stdout] | this value will be stored in a temporary; let us call it `#7` [INFO] [stdout] | `#7` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 302 | for tok in input.by_ref() { [INFO] [stdout] | --- -------------- [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#9` [INFO] [stdout] | | `#9` will be dropped later as of Edition 2024 [INFO] [stdout] | this value will be stored in a temporary; let us call it `#10` [INFO] [stdout] | `#10` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 350 | } [INFO] [stdout] | - now the temporary value is dropped here, before the local variables in the block or statement [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see [INFO] [stdout] note: `#11` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/proc_macro/src/bridge/client.rs:100:1 [INFO] [stdout] note: `attr` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/proc_macro/src/bridge/client.rs:100:1 [INFO] [stdout] note: `t` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/proc_macro/src/bridge/client.rs:100:1 [INFO] [stdout] note: `group` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/proc_macro/src/bridge/client.rs:100:1 [INFO] [stdout] note: `#1` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/proc_macro/src/bridge/client.rs:100:1 [INFO] [stdout] note: `#2` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/proc_macro/src/bridge/client.rs:100:1 [INFO] [stdout] note: `contents` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/proc_macro/src/bridge/client.rs:100:1 [INFO] [stdout] note: `toks` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/proc_macro/src/bridge/client.rs:100:1 [INFO] [stdout] note: `tok` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/proc_macro/src/bridge/client.rs:100:1 [INFO] [stdout] note: `#3` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/proc_macro/src/bridge/client.rs:100:1 [INFO] [stdout] note: `col` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/proc_macro/src/bridge/client.rs:100:1 [INFO] [stdout] note: `#4` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/proc_macro/src/bridge/client.rs:100:1 [INFO] [stdout] note: `#5` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/proc_macro/src/bridge/client.rs:100:1 [INFO] [stdout] note: `#6` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/proc_macro/src/bridge/client.rs:100:1 [INFO] [stdout] note: `#7` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/proc_macro/src/bridge/client.rs:100:1 [INFO] [stdout] note: `#8` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/proc_macro/src/bridge/client.rs:100:1 [INFO] [stdout] note: `#9` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/proc_macro/src/bridge/client.rs:100:1 [INFO] [stdout] note: `#10` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/proc_macro/src/bridge/client.rs:100:1 [INFO] [stdout] = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages [INFO] [stdout] = note: this error originates in the macro `define_client_handles` which comes from the expansion of the macro `with_api_handle_types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `jsony_macros` (lib) due to 5 previous errors [INFO] running `Command { std: "docker" "inspect" "ee8b7e316e969be34fc29dcf8381ab5a5df44e15a7968dfd4f5bd7e1770219c5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ee8b7e316e969be34fc29dcf8381ab5a5df44e15a7968dfd4f5bd7e1770219c5", kill_on_drop: false }` [INFO] [stdout] ee8b7e316e969be34fc29dcf8381ab5a5df44e15a7968dfd4f5bd7e1770219c5