[INFO] fetching crate spl 0.4.1... [INFO] building spl-0.4.1 against master#11663cd3bfefef7d34e8f0892c250bf698049392+rustflags=-Dtail-expr-drop-order for pr-134523 [INFO] extracting crate spl 0.4.1 into /workspace/builds/worker-3-tc1/source [INFO] validating manifest of crates.io crate spl 0.4.1 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 spl 0.4.1 [INFO] finished tweaking crates.io crate spl 0.4.1 [INFO] tweaked toml for crates.io crate spl 0.4.1 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] crate crates.io crate spl 0.4.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded readformat v0.1.2 [INFO] [stderr] Downloaded multicall v0.1.4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 8b166d712311b900e445f5eded2a5ac811da349028f5159aea0318bd9f3dd288 [INFO] running `Command { std: "docker" "start" "-a" "8b166d712311b900e445f5eded2a5ac811da349028f5159aea0318bd9f3dd288", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8b166d712311b900e445f5eded2a5ac811da349028f5159aea0318bd9f3dd288", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8b166d712311b900e445f5eded2a5ac811da349028f5159aea0318bd9f3dd288", kill_on_drop: false }` [INFO] [stdout] 8b166d712311b900e445f5eded2a5ac811da349028f5159aea0318bd9f3dd288 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] d31e859f654a6437415e0de38e9fc25b47e6c8fb6b913af95820bf0e0dd5e53b [INFO] running `Command { std: "docker" "start" "-a" "d31e859f654a6437415e0de38e9fc25b47e6c8fb6b913af95820bf0e0dd5e53b", kill_on_drop: false }` [INFO] [stderr] Compiling multicall v0.1.4 [INFO] [stderr] Compiling readformat v0.1.2 [INFO] [stderr] Compiling spl v0.4.1 (/opt/rustwide/workdir) [INFO] [stdout] error: relative drop order changing in Rust 2024 [INFO] [stdout] --> src/dyn_fns.rs:272:21 [INFO] [stdout] | [INFO] [stdout] 269 | require_on_stack!(ctch, Func, stack, "dyn-catch"); [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | `ctch` calls a custom destructor [INFO] [stdout] | `ctch` will be dropped later as of Edition 2024 [INFO] [stdout] 270 | require_on_stack!(blk, Func, stack, "dyn-catch"); [INFO] [stdout] | --- [INFO] [stdout] | | [INFO] [stdout] | `blk` calls a custom destructor [INFO] [stdout] | `blk` will be dropped later as of Edition 2024 [INFO] [stdout] 271 | require_on_stack!(types, Array, stack, "dyn-catch"); [INFO] [stdout] | ----- [INFO] [stdout] | | [INFO] [stdout] | `types` calls a custom destructor [INFO] [stdout] | `types` will be dropped later as of Edition 2024 [INFO] [stdout] 272 | if let Err(e) = blk.to_call.call(stack) { [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] 282 | } [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` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `ctch` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `blk` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `types` may invoke a custom destructor because it contains a trait object [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] [INFO] [stdout] [INFO] [stdout] error: relative drop order changing in Rust 2024 [INFO] [stdout] --> src/lexer.rs:148:23 [INFO] [stdout] | [INFO] [stdout] 145 | let block = read_block_dyn(&str_words[i + 1..], false, ">".to_owned(), compat)?; [INFO] [stdout] | ----- [INFO] [stdout] | | [INFO] [stdout] | `block` calls a custom destructor [INFO] [stdout] | `block` will be dropped later as of Edition 2024 [INFO] [stdout] 146 | i += block.2 + 1; [INFO] [stdout] 147 | let mut block = block.1.words; [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] 148 | match words.remove(words.len() - 1) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this value will be stored in a temporary; let us call it `#2` [INFO] [stdout] | up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 161 | } [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: `#2` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `block` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `#1` may invoke a custom destructor because it contains a trait object [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] [INFO] [stdout] [INFO] [stdout] error: relative drop order changing in Rust 2024 [INFO] [stdout] --> src/runtime.rs:948:29 [INFO] [stdout] | [INFO] [stdout] 948 | while let Some(t) = q.pop_front() { [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] | `t` calls a custom destructor [INFO] [stdout] | `t` will be dropped later as of Edition 2024 [INFO] [stdout] 949 | if let Some(x) = t.lock_ro().functions.get(&name) { [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] 952 | q.append(&mut VecDeque::from(t.lock_ro().parents.clone())); [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] | 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] 953 | } [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` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `t` may invoke a custom destructor because it contains a trait object [INFO] [stdout] note: `#1` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/std/src/sync/rwlock.rs:818:1 [INFO] [stdout] = note: `#2` may invoke a custom destructor because it contains a trait object [INFO] [stdout] note: `#3` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/std/src/sync/rwlock.rs:818: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] [INFO] [stdout] [INFO] [stdout] error: relative drop order changing in Rust 2024 [INFO] [stdout] --> src/runtime.rs:960:29 [INFO] [stdout] | [INFO] [stdout] 960 | while let Some(t) = q.pop_front() { [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] | `t` calls a custom destructor [INFO] [stdout] | `t` will be dropped later as of Edition 2024 [INFO] [stdout] 961 | to_apply.append(&mut t.lock_ro().properties.clone()); [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] 962 | q.append(&mut VecDeque::from(t.lock_ro().parents.clone())); [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] | 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] 963 | } [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` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `t` may invoke a custom destructor because it contains a trait object [INFO] [stdout] note: `#1` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/std/src/sync/rwlock.rs:818:1 [INFO] [stdout] = note: `#2` may invoke a custom destructor because it contains a trait object [INFO] [stdout] note: `#3` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/std/src/sync/rwlock.rs:818: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] [INFO] [stdout] [INFO] [stdout] error: relative drop order changing in Rust 2024 [INFO] [stdout] --> src/runtime.rs:1281:40 [INFO] [stdout] | [INFO] [stdout] 1223 | let Value::Func(f) = stack.pop().lock_ro().native.clone() 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] | | 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] | `f` calls a custom destructor [INFO] [stdout] | `f` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 1228 | stack.fast_call(&f)?; [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] ... [INFO] [stdout] 1249 | let origin = stack.get_frame(); [INFO] [stdout] | ------ [INFO] [stdout] | | [INFO] [stdout] | `origin` calls a custom destructor [INFO] [stdout] | `origin` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 1253 | let t = runtime_mut(|mut rt| { [INFO] [stdout] | _____________________________-___- [INFO] [stdout] | | | [INFO] [stdout] | | `t` calls a custom destructor [INFO] [stdout] | | `t` will be dropped later as of Edition 2024 [INFO] [stdout] 1254 | | rt.make_type(name.clone(), |mut t| { [INFO] [stdout] 1255 | | for field in fields { [INFO] [stdout] 1256 | | t.add_property(field.to_owned(), origin.clone())?; [INFO] [stdout] ... | [INFO] [stdout] 1272 | | }) [INFO] [stdout] 1273 | | })?; [INFO] [stdout] | | - [INFO] [stdout] | | | [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] 1276 | let mut obj: Object = Value::Null.into(); [INFO] [stdout] | ------- [INFO] [stdout] | | [INFO] [stdout] | `obj` calls a custom destructor [INFO] [stdout] | `obj` will be dropped later as of Edition 2024 [INFO] [stdout] 1277 | obj.kind = t.clone(); [INFO] [stdout] 1278 | t.lock_ro().write_into(&mut obj); [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] 1281 | Value::Str(t.lock_ro().get_name()).into() [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this value will be stored in a temporary; let us call it `#45` [INFO] [stdout] | up until Edition 2021 `#45` is dropped last but will be dropped earlier in Edition 2024 [INFO] [stdout] 1282 | }; [INFO] [stdout] | - now the temporary value is dropped here, before the local variables in the block or statement [INFO] [stdout] ... [INFO] [stdout] 1287 | let mut f = stack.get_var(a.to_owned())?; [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] 1291 | let nf = o.field(a, stack)?; [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] ... [INFO] [stdout] 1295 | *f.lock_ro().field(name, stack)?.lock() = to_set; [INFO] [stdout] | -------------------------------------- [INFO] [stdout] | | [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] | this value will be stored in a temporary; let us call it `#11` [INFO] [stdout] | `#11` will be dropped later as of Edition 2024 [INFO] [stdout] | this value will be stored in a temporary; let us call it `#12` [INFO] [stdout] | `#12` will be dropped later as of Edition 2024 [INFO] [stdout] | this value will be stored in a temporary; let us call it `#13` [INFO] [stdout] | `#13` will be dropped later as of Edition 2024 [INFO] [stdout] 1296 | } else { [INFO] [stdout] 1297 | stack.set_var(name.clone(), to_set.spl())?; [INFO] [stdout] | ------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | this value will be stored in a temporary; let us call it `#14` [INFO] [stdout] | `#14` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 1302 | / runtime(move |rt| { [INFO] [stdout] 1303 | | rt.get_type_by_name(&tb) [INFO] [stdout] 1304 | | .ok_or_else(|| { [INFO] [stdout] 1305 | | rstack.error(ErrorKind::TypeNotFound(tb.to_owned())) [INFO] [stdout] ... | [INFO] [stdout] 1312 | | Ok(()) [INFO] [stdout] 1313 | | })?; [INFO] [stdout] | | - [INFO] [stdout] | |___________________________| [INFO] [stdout] | |___________________________this value will be stored in a temporary; let us call it `#15` [INFO] [stdout] | `#15` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 1317 | | let mut f = stack.get_var(a.to_owned())?; [INFO] [stdout] | | ----- ---------------------------- [INFO] [stdout] | | | | [INFO] [stdout] | | | this value will be stored in a temporary; let us call it `#17` [INFO] [stdout] | | | `#17` will be dropped later as of Edition 2024 [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#16` [INFO] [stdout] | | `#16` will be dropped later as of Edition 2024 [INFO] [stdout] ... | [INFO] [stdout] 1321 | | let nf = o.field(a, stack)?; [INFO] [stdout] | | ------------------ [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#18` [INFO] [stdout] | | `#18` will be dropped later as of Edition 2024 [INFO] [stdout] ... | [INFO] [stdout] 1326 | | let o = f.lock_ro().field(name, stack)?.clone(); [INFO] [stdout] | | ------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#19` [INFO] [stdout] | | `#19` will be dropped later as of Edition 2024 [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#20` [INFO] [stdout] | | `#20` will be dropped later as of Edition 2024 [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#21` [INFO] [stdout] | | `#21` will be dropped later as of Edition 2024 [INFO] [stdout] 1327 | | stack.set_var(name.to_owned(), o)?; [INFO] [stdout] | | ---------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#22` [INFO] [stdout] | | `#22` will be dropped later as of Edition 2024 [INFO] [stdout] ... | [INFO] [stdout] 1331 | | cond.exec(stack)?; [INFO] [stdout] | | ----------------- [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#23` [INFO] [stdout] | | `#23` will be dropped later as of Edition 2024 [INFO] [stdout] 1332 | | if !stack.pop().lock_ro().is_truthy() { [INFO] [stdout] | | --------------------- [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#24` [INFO] [stdout] | | `#24` will be dropped later as of Edition 2024 [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#25` [INFO] [stdout] | | `#25` will be dropped later as of Edition 2024 [INFO] [stdout] ... | [INFO] [stdout] 1335 | | blk.exec(stack)?; [INFO] [stdout] | | ---------------- [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#26` [INFO] [stdout] | | `#26` will be dropped later as of Edition 2024 [INFO] [stdout] ... | [INFO] [stdout] 1342 | | if stack.pop().lock_ro().is_truthy() { [INFO] [stdout] | | --------------------- [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#27` [INFO] [stdout] | | `#27` will be dropped later as of Edition 2024 [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#28` [INFO] [stdout] | | `#28` will be dropped later as of Edition 2024 [INFO] [stdout] 1343 | | blk.exec(stack)?; [INFO] [stdout] | | ---------------- [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#29` [INFO] [stdout] | | `#29` will be dropped later as of Edition 2024 [INFO] [stdout] ... | [INFO] [stdout] 1350 | | ctch.exec(stack)?; [INFO] [stdout] | | ----------------- [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#30` [INFO] [stdout] | | `#30` will be dropped later as of Edition 2024 [INFO] [stdout] ... | [INFO] [stdout] 1360 | | stack.set_var(var.to_owned(), obj)?; [INFO] [stdout] | | ----------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#31` [INFO] [stdout] | | `#31` will be dropped later as of Edition 2024 [INFO] [stdout] ... | [INFO] [stdout] 1400 | | let f = stack.get_func(x.clone())?; [INFO] [stdout] | | - -------------------------- [INFO] [stdout] | | | | [INFO] [stdout] | | | this value will be stored in a temporary; let us call it `#33` [INFO] [stdout] | | | `#33` will be dropped later as of Edition 2024 [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#32` [INFO] [stdout] | | `#32` will be dropped later as of Edition 2024 [INFO] [stdout] ... | [INFO] [stdout] 1424 | | stack.fast_call(&f)?; [INFO] [stdout] | | -------------------- [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#34` [INFO] [stdout] | | `#34` will be dropped later as of Edition 2024 [INFO] [stdout] 1425 | | } else { [INFO] [stdout] 1426 | | stack.call(&f)?; [INFO] [stdout] | | --------------- [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#35` [INFO] [stdout] | | `#35` will be dropped later as of Edition 2024 [INFO] [stdout] ... | [INFO] [stdout] 1430 | | stack.pop(); [INFO] [stdout] | | ----------- [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#36` [INFO] [stdout] | | `#36` will be dropped later as of Edition 2024 [INFO] [stdout] ... | [INFO] [stdout] 1437 | | let o = stack.peek(); [INFO] [stdout] | | - [INFO] [stdout] | | | [INFO] [stdout] | | `o` calls a custom destructor [INFO] [stdout] | | `o` will be dropped later as of Edition 2024 [INFO] [stdout] ... | [INFO] [stdout] 1440 | let f = f0 [INFO] [stdout] | _________________________-___- [INFO] [stdout] | _________________________|___| [INFO] [stdout] | _________________________|___| [INFO] [stdout] | _________________________|___| [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#37` [INFO] [stdout] | | `#37` will be dropped later as of Edition 2024 [INFO] [stdout] 1441 | | .get_fn(x.clone()) [INFO] [stdout] 1442 | | .ok_or_else(|| { [INFO] [stdout] 1443 | | stack.error(ErrorKind::MethodNotFound(f0.name.clone(), x.clone())) [INFO] [stdout] 1444 | | })? [INFO] [stdout] | | - [INFO] [stdout] | |___________________________| [INFO] [stdout] | |___________________________this value will be stored in a temporary; let us call it `#38` [INFO] [stdout] | |___________________________`#38` will be dropped later as of Edition 2024 [INFO] [stdout] | |___________________________this value will be stored in a temporary; let us call it `#39` [INFO] [stdout] | `#39` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 1447 | | println!("CALL({}) {}:{x}", stack.len(), &o.kind.lock_ro().name); [INFO] [stdout] | | ---------------- [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#40` [INFO] [stdout] | | `#40` will be dropped later as of Edition 2024 [INFO] [stdout] ... | [INFO] [stdout] 1471 | | stack.pop(); [INFO] [stdout] | | ----------- [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#41` [INFO] [stdout] | | `#41` will be dropped later as of Edition 2024 [INFO] [stdout] ... | [INFO] [stdout] 1475 | | stack.fast_call(&f)?; [INFO] [stdout] | | -------------------- [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#42` [INFO] [stdout] | | `#42` will be dropped later as of Edition 2024 [INFO] [stdout] 1476 | | } else { [INFO] [stdout] 1477 | | stack.call(&f)?; [INFO] [stdout] | | --------------- [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#43` [INFO] [stdout] | | `#43` will be dropped later as of Edition 2024 [INFO] [stdout] ... | [INFO] [stdout] 1481 | | stack.pop(); [INFO] [stdout] | | ----------- [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#44` [INFO] [stdout] | | `#44` 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: `#45` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/std/src/sync/rwlock.rs:818:1 [INFO] [stdout] = note: `f` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `#1` may invoke a custom destructor because it contains a trait object [INFO] [stdout] note: `#2` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/std/src/sync/rwlock.rs:818:1 [INFO] [stdout] = note: `#3` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `#4` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `origin` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `t` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `#5` may invoke a custom destructor because it contains a trait object [INFO] [stdout] note: `#6` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/std/src/sync/rwlock.rs:818:1 [INFO] [stdout] = note: `#7` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `#8` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `#9` may invoke a custom destructor because it contains a trait object [INFO] [stdout] note: `#10` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/std/src/sync/rwlock.rs:828:1 [INFO] [stdout] = note: `#11` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `#12` may invoke a custom destructor because it contains a trait object [INFO] [stdout] note: `#13` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/std/src/sync/rwlock.rs:818:1 [INFO] [stdout] = note: `#14` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `#15` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `#16` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `#17` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `#18` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `#19` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `#20` may invoke a custom destructor because it contains a trait object [INFO] [stdout] note: `#21` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/std/src/sync/rwlock.rs:818:1 [INFO] [stdout] = note: `#22` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `#23` may invoke a custom destructor because it contains a trait object [INFO] [stdout] note: `#24` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/std/src/sync/rwlock.rs:818:1 [INFO] [stdout] = note: `#25` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `#26` may invoke a custom destructor because it contains a trait object [INFO] [stdout] note: `#27` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/std/src/sync/rwlock.rs:818:1 [INFO] [stdout] = note: `#28` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `#29` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `#30` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `#31` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `#32` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `#33` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `#34` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `#35` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `#36` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `o` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `#37` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `#38` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `#39` may invoke a custom destructor because it contains a trait object [INFO] [stdout] note: `#40` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/std/src/sync/rwlock.rs:818:1 [INFO] [stdout] = note: `#41` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `#42` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `#43` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `#44` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `obj` may invoke a custom destructor because it contains a trait object [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] [INFO] [stdout] [INFO] [stdout] error: relative drop order changing in Rust 2024 [INFO] [stdout] --> src/runtime.rs:1347:41 [INFO] [stdout] | [INFO] [stdout] 1223 | let Value::Func(f) = stack.pop().lock_ro().native.clone() 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] | | 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] | `f` calls a custom destructor [INFO] [stdout] | `f` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 1228 | stack.fast_call(&f)?; [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] ... [INFO] [stdout] 1249 | let origin = stack.get_frame(); [INFO] [stdout] | ------ [INFO] [stdout] | | [INFO] [stdout] | `origin` calls a custom destructor [INFO] [stdout] | `origin` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 1253 | let t = runtime_mut(|mut rt| { [INFO] [stdout] | _____________________________-___- [INFO] [stdout] | | | [INFO] [stdout] | | `t` calls a custom destructor [INFO] [stdout] | | `t` will be dropped later as of Edition 2024 [INFO] [stdout] 1254 | | rt.make_type(name.clone(), |mut t| { [INFO] [stdout] 1255 | | for field in fields { [INFO] [stdout] 1256 | | t.add_property(field.to_owned(), origin.clone())?; [INFO] [stdout] ... | [INFO] [stdout] 1272 | | }) [INFO] [stdout] 1273 | | })?; [INFO] [stdout] | | - [INFO] [stdout] | | | [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] 1276 | let mut obj: Object = Value::Null.into(); [INFO] [stdout] | ------- [INFO] [stdout] | | [INFO] [stdout] | `obj` calls a custom destructor [INFO] [stdout] | `obj` will be dropped later as of Edition 2024 [INFO] [stdout] 1277 | obj.kind = t.clone(); [INFO] [stdout] 1278 | t.lock_ro().write_into(&mut obj); [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] 1287 | let mut f = stack.get_var(a.to_owned())?; [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] 1291 | let nf = o.field(a, stack)?; [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] ... [INFO] [stdout] 1295 | *f.lock_ro().field(name, stack)?.lock() = to_set; [INFO] [stdout] | -------------------------------------- [INFO] [stdout] | | [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] | this value will be stored in a temporary; let us call it `#11` [INFO] [stdout] | `#11` will be dropped later as of Edition 2024 [INFO] [stdout] | this value will be stored in a temporary; let us call it `#12` [INFO] [stdout] | `#12` will be dropped later as of Edition 2024 [INFO] [stdout] | this value will be stored in a temporary; let us call it `#13` [INFO] [stdout] | `#13` will be dropped later as of Edition 2024 [INFO] [stdout] 1296 | } else { [INFO] [stdout] 1297 | stack.set_var(name.clone(), to_set.spl())?; [INFO] [stdout] | ------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | this value will be stored in a temporary; let us call it `#14` [INFO] [stdout] | `#14` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 1302 | / runtime(move |rt| { [INFO] [stdout] 1303 | | rt.get_type_by_name(&tb) [INFO] [stdout] 1304 | | .ok_or_else(|| { [INFO] [stdout] 1305 | | rstack.error(ErrorKind::TypeNotFound(tb.to_owned())) [INFO] [stdout] ... | [INFO] [stdout] 1312 | | Ok(()) [INFO] [stdout] 1313 | | })?; [INFO] [stdout] | | - [INFO] [stdout] | |___________________________| [INFO] [stdout] | |___________________________this value will be stored in a temporary; let us call it `#15` [INFO] [stdout] | `#15` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 1317 | | let mut f = stack.get_var(a.to_owned())?; [INFO] [stdout] | | ----- ---------------------------- [INFO] [stdout] | | | | [INFO] [stdout] | | | this value will be stored in a temporary; let us call it `#17` [INFO] [stdout] | | | `#17` will be dropped later as of Edition 2024 [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#16` [INFO] [stdout] | | `#16` will be dropped later as of Edition 2024 [INFO] [stdout] ... | [INFO] [stdout] 1321 | | let nf = o.field(a, stack)?; [INFO] [stdout] | | ------------------ [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#18` [INFO] [stdout] | | `#18` will be dropped later as of Edition 2024 [INFO] [stdout] ... | [INFO] [stdout] 1326 | | let o = f.lock_ro().field(name, stack)?.clone(); [INFO] [stdout] | | ------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#19` [INFO] [stdout] | | `#19` will be dropped later as of Edition 2024 [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#20` [INFO] [stdout] | | `#20` will be dropped later as of Edition 2024 [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#21` [INFO] [stdout] | | `#21` will be dropped later as of Edition 2024 [INFO] [stdout] 1327 | | stack.set_var(name.to_owned(), o)?; [INFO] [stdout] | | ---------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#22` [INFO] [stdout] | | `#22` will be dropped later as of Edition 2024 [INFO] [stdout] ... | [INFO] [stdout] 1331 | | cond.exec(stack)?; [INFO] [stdout] | | ----------------- [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#23` [INFO] [stdout] | | `#23` will be dropped later as of Edition 2024 [INFO] [stdout] 1332 | | if !stack.pop().lock_ro().is_truthy() { [INFO] [stdout] | | --------------------- [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#24` [INFO] [stdout] | | `#24` will be dropped later as of Edition 2024 [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#25` [INFO] [stdout] | | `#25` will be dropped later as of Edition 2024 [INFO] [stdout] ... | [INFO] [stdout] 1335 | | blk.exec(stack)?; [INFO] [stdout] | | ---------------- [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#26` [INFO] [stdout] | | `#26` will be dropped later as of Edition 2024 [INFO] [stdout] ... | [INFO] [stdout] 1342 | | if stack.pop().lock_ro().is_truthy() { [INFO] [stdout] | | --------------------- [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#27` [INFO] [stdout] | | `#27` will be dropped later as of Edition 2024 [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#28` [INFO] [stdout] | | `#28` will be dropped later as of Edition 2024 [INFO] [stdout] 1343 | | blk.exec(stack)?; [INFO] [stdout] | | ---------------- [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#29` [INFO] [stdout] | | `#29` will be dropped later as of Edition 2024 [INFO] [stdout] ... | [INFO] [stdout] 1347 | | if let Err(e) = blk.exec(stack) { [INFO] [stdout] | | ^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#45` [INFO] [stdout] | | up until Edition 2021 `#45` is dropped last but will be dropped earlier in Edition 2024 [INFO] [stdout] ... | [INFO] [stdout] 1350 | | ctch.exec(stack)?; [INFO] [stdout] | | ----------------- [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#30` [INFO] [stdout] | | `#30` will be dropped later as of Edition 2024 [INFO] [stdout] ... | [INFO] [stdout] 1355 | | } [INFO] [stdout] | | - now the temporary value is dropped here, before the local variables in the block or statement [INFO] [stdout] ... | [INFO] [stdout] 1360 | | stack.set_var(var.to_owned(), obj)?; [INFO] [stdout] | | ----------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#31` [INFO] [stdout] | | `#31` will be dropped later as of Edition 2024 [INFO] [stdout] ... | [INFO] [stdout] 1400 | | let f = stack.get_func(x.clone())?; [INFO] [stdout] | | - -------------------------- [INFO] [stdout] | | | | [INFO] [stdout] | | | this value will be stored in a temporary; let us call it `#33` [INFO] [stdout] | | | `#33` will be dropped later as of Edition 2024 [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#32` [INFO] [stdout] | | `#32` will be dropped later as of Edition 2024 [INFO] [stdout] ... | [INFO] [stdout] 1424 | | stack.fast_call(&f)?; [INFO] [stdout] | | -------------------- [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#34` [INFO] [stdout] | | `#34` will be dropped later as of Edition 2024 [INFO] [stdout] 1425 | | } else { [INFO] [stdout] 1426 | | stack.call(&f)?; [INFO] [stdout] | | --------------- [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#35` [INFO] [stdout] | | `#35` will be dropped later as of Edition 2024 [INFO] [stdout] ... | [INFO] [stdout] 1430 | | stack.pop(); [INFO] [stdout] | | ----------- [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#36` [INFO] [stdout] | | `#36` will be dropped later as of Edition 2024 [INFO] [stdout] ... | [INFO] [stdout] 1437 | | let o = stack.peek(); [INFO] [stdout] | | - [INFO] [stdout] | | | [INFO] [stdout] | | `o` calls a custom destructor [INFO] [stdout] | | `o` will be dropped later as of Edition 2024 [INFO] [stdout] ... | [INFO] [stdout] 1440 | let f = f0 [INFO] [stdout] | _________________________-___- [INFO] [stdout] | _________________________|___| [INFO] [stdout] | _________________________|___| [INFO] [stdout] | _________________________|___| [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#37` [INFO] [stdout] | | `#37` will be dropped later as of Edition 2024 [INFO] [stdout] 1441 | | .get_fn(x.clone()) [INFO] [stdout] 1442 | | .ok_or_else(|| { [INFO] [stdout] 1443 | | stack.error(ErrorKind::MethodNotFound(f0.name.clone(), x.clone())) [INFO] [stdout] 1444 | | })? [INFO] [stdout] | | - [INFO] [stdout] | |___________________________| [INFO] [stdout] | |___________________________this value will be stored in a temporary; let us call it `#38` [INFO] [stdout] | |___________________________`#38` will be dropped later as of Edition 2024 [INFO] [stdout] | |___________________________this value will be stored in a temporary; let us call it `#39` [INFO] [stdout] | `#39` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 1447 | | println!("CALL({}) {}:{x}", stack.len(), &o.kind.lock_ro().name); [INFO] [stdout] | | ---------------- [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#40` [INFO] [stdout] | | `#40` will be dropped later as of Edition 2024 [INFO] [stdout] ... | [INFO] [stdout] 1471 | | stack.pop(); [INFO] [stdout] | | ----------- [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#41` [INFO] [stdout] | | `#41` will be dropped later as of Edition 2024 [INFO] [stdout] ... | [INFO] [stdout] 1475 | | stack.fast_call(&f)?; [INFO] [stdout] | | -------------------- [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#42` [INFO] [stdout] | | `#42` will be dropped later as of Edition 2024 [INFO] [stdout] 1476 | | } else { [INFO] [stdout] 1477 | | stack.call(&f)?; [INFO] [stdout] | | --------------- [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#43` [INFO] [stdout] | | `#43` will be dropped later as of Edition 2024 [INFO] [stdout] ... | [INFO] [stdout] 1481 | | stack.pop(); [INFO] [stdout] | | ----------- [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#44` [INFO] [stdout] | | `#44` 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: `#45` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `f` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `#1` may invoke a custom destructor because it contains a trait object [INFO] [stdout] note: `#2` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/std/src/sync/rwlock.rs:818:1 [INFO] [stdout] = note: `#3` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `#4` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `origin` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `t` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `#5` may invoke a custom destructor because it contains a trait object [INFO] [stdout] note: `#6` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/std/src/sync/rwlock.rs:818:1 [INFO] [stdout] = note: `#7` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `#8` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `#9` may invoke a custom destructor because it contains a trait object [INFO] [stdout] note: `#10` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/std/src/sync/rwlock.rs:828:1 [INFO] [stdout] = note: `#11` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `#12` may invoke a custom destructor because it contains a trait object [INFO] [stdout] note: `#13` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/std/src/sync/rwlock.rs:818:1 [INFO] [stdout] = note: `#14` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `#15` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `#16` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `#17` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `#18` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `#19` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `#20` may invoke a custom destructor because it contains a trait object [INFO] [stdout] note: `#21` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/std/src/sync/rwlock.rs:818:1 [INFO] [stdout] = note: `#22` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `#23` may invoke a custom destructor because it contains a trait object [INFO] [stdout] note: `#24` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/std/src/sync/rwlock.rs:818:1 [INFO] [stdout] = note: `#25` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `#26` may invoke a custom destructor because it contains a trait object [INFO] [stdout] note: `#27` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/std/src/sync/rwlock.rs:818:1 [INFO] [stdout] = note: `#28` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `#29` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `#30` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `#31` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `#32` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `#33` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `#34` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `#35` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `#36` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `o` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `#37` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `#38` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `#39` may invoke a custom destructor because it contains a trait object [INFO] [stdout] note: `#40` invokes this custom destructor [INFO] [stdout] --> /rustc/11663cd3bfefef7d34e8f0892c250bf698049392/library/std/src/sync/rwlock.rs:818:1 [INFO] [stdout] = note: `#41` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `#42` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `#43` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `#44` may invoke a custom destructor because it contains a trait object [INFO] [stdout] = note: `obj` may invoke a custom destructor because it contains a trait object [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] [INFO] [stdout] [INFO] [stderr] error: could not compile `spl` (lib) due to 6 previous errors [INFO] running `Command { std: "docker" "inspect" "d31e859f654a6437415e0de38e9fc25b47e6c8fb6b913af95820bf0e0dd5e53b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d31e859f654a6437415e0de38e9fc25b47e6c8fb6b913af95820bf0e0dd5e53b", kill_on_drop: false }` [INFO] [stdout] d31e859f654a6437415e0de38e9fc25b47e6c8fb6b913af95820bf0e0dd5e53b