[INFO] fetching crate scc 2.3.0... [INFO] building scc-2.3.0 against master#11663cd3bfefef7d34e8f0892c250bf698049392+rustflags=-Dtail-expr-drop-order for pr-134523 [INFO] extracting crate scc 2.3.0 into /workspace/builds/worker-4-tc1/source [INFO] validating manifest of crates.io crate scc 2.3.0 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 scc 2.3.0 [INFO] finished tweaking crates.io crate scc 2.3.0 [INFO] tweaked toml for crates.io crate scc 2.3.0 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] [stderr] Updating crates.io index [INFO] [stderr] Locking 154 packages to latest compatible versions [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] f196674a332be06b26fa7a64b62bef4c513db77fcc30485d5f95b90245fd8614 [INFO] running `Command { std: "docker" "start" "-a" "f196674a332be06b26fa7a64b62bef4c513db77fcc30485d5f95b90245fd8614", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f196674a332be06b26fa7a64b62bef4c513db77fcc30485d5f95b90245fd8614", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f196674a332be06b26fa7a64b62bef4c513db77fcc30485d5f95b90245fd8614", kill_on_drop: false }` [INFO] [stdout] f196674a332be06b26fa7a64b62bef4c513db77fcc30485d5f95b90245fd8614 [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] 2fbd44d7dcf1a2e78048d681454ad884c509686a51e634d4043ee801d8a976f7 [INFO] running `Command { std: "docker" "start" "-a" "2fbd44d7dcf1a2e78048d681454ad884c509686a51e634d4043ee801d8a976f7", kill_on_drop: false }` [INFO] [stderr] Compiling sdd v3.0.5 [INFO] [stderr] Compiling scc v2.3.0 (/opt/rustwide/workdir) [INFO] [stdout] error: relative drop order changing in Rust 2024 [INFO] [stdout] --> src/bag.rs:151:9 [INFO] [stdout] | [INFO] [stdout] 137 | let result = self.stack.peek_with(|e| { [INFO] [stdout] | ------ [INFO] [stdout] | | [INFO] [stdout] | `result` calls a custom destructor [INFO] [stdout] | `result` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 151 | self.primary_storage.pop().0 [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] 152 | } [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: 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/bag.rs:178:35 [INFO] [stdout] | [INFO] [stdout] 178 | while let Some(storage) = popped.pop() { [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] | `storage` calls a custom destructor [INFO] [stdout] | `storage` will be dropped later as of Edition 2024 [INFO] [stdout] 179 | acc = storage.pop_all(acc, &mut fold); [INFO] [stdout] 180 | } [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] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `storage` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [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/hash_cache.rs:242:47 [INFO] [stdout] | [INFO] [stdout] 241 | let guard = Guard::new(); [INFO] [stdout] | ----- [INFO] [stdout] | | [INFO] [stdout] | `guard` calls a custom destructor [INFO] [stdout] | `guard` will be dropped later as of Edition 2024 [INFO] [stdout] 242 | if let Ok(mut locked_entry) = self.reserve_entry( [INFO] [stdout] | _______________________________________________^ [INFO] [stdout] 243 | | &key, [INFO] [stdout] 244 | | hash, [INFO] [stdout] 245 | | &mut async_wait_pinned, [INFO] [stdout] 246 | | self.prolonged_guard_ref(&guard), [INFO] [stdout] 247 | | ) { [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] 262 | } [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] --> src/hash_table/bucket.rs:944:1 [INFO] [stdout] | [INFO] [stdout] 944 | / impl Drop for Locker<'_, K, V, L, TYPE> { [INFO] [stdout] 945 | | #[inline] [INFO] [stdout] 946 | | fn drop(&mut self) { [INFO] [stdout] 947 | | let mut current = self.bucket.state.load(Relaxed); [INFO] [stdout] ... | [INFO] [stdout] 961 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `guard` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/guard.rs:156:1 [INFO] [stdout] | [INFO] [stdout] 156 | impl Drop for Guard { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [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/hash_cache.rs:685:39 [INFO] [stdout] | [INFO] [stdout] 685 | if let Some(locker) = Reader::lock(bucket, &guard) { [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] | `locker` calls a custom destructor [INFO] [stdout] | `locker` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 693 | } [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] --> src/hash_table/bucket.rs:1058:1 [INFO] [stdout] | [INFO] [stdout] 1058 | / impl Drop for Reader<'_, K, V, L, TYPE> { [INFO] [stdout] 1059 | | #[inline] [INFO] [stdout] 1060 | | fn drop(&mut self) { [INFO] [stdout] 1061 | | Self::release(self.bucket); [INFO] [stdout] 1062 | | } [INFO] [stdout] 1063 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `locker` invokes this custom destructor [INFO] [stdout] --> src/hash_table/bucket.rs:1058:1 [INFO] [stdout] | [INFO] [stdout] 1058 | / impl Drop for Reader<'_, K, V, L, TYPE> { [INFO] [stdout] 1059 | | #[inline] [INFO] [stdout] 1060 | | fn drop(&mut self) { [INFO] [stdout] 1061 | | Self::release(self.bucket); [INFO] [stdout] 1062 | | } [INFO] [stdout] 1063 | | } [INFO] [stdout] | |_^ [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/hash_cache.rs:723:41 [INFO] [stdout] | [INFO] [stdout] 723 | while let Some(current_array) = current_array_holder.take() { [INFO] [stdout] | ------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#6` [INFO] [stdout] | | up until Edition 2021 `#6` is dropped last but will be dropped earlier in Edition 2024 [INFO] [stdout] | `current_array` calls a custom destructor [INFO] [stdout] | `current_array` will be dropped later as of Edition 2024 [INFO] [stdout] 724 | self.cleanse_old_array_async(¤t_array).await; [INFO] [stdout] | -------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | `__awaitee` calls a custom destructor [INFO] [stdout] | `__awaitee` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 727 | let mut async_wait = AsyncWait::default(); [INFO] [stdout] | -------------- [INFO] [stdout] | | [INFO] [stdout] | `async_wait` calls a custom destructor [INFO] [stdout] | `async_wait` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 730 | let guard = Guard::new(); [INFO] [stdout] | ----- [INFO] [stdout] | | [INFO] [stdout] | `guard` calls a custom destructor [INFO] [stdout] | `guard` will be dropped later as of Edition 2024 [INFO] [stdout] 731 | let bucket = current_array.bucket(index); [INFO] [stdout] 732 | if let Ok(reader) = [INFO] [stdout] | ------ [INFO] [stdout] | | [INFO] [stdout] | `reader` calls a custom destructor [INFO] [stdout] | `reader` will be dropped later as of Edition 2024 [INFO] [stdout] 733 | Reader::try_lock_or_wait(bucket, &mut async_wait_pinned, &guard) [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] 734 | { [INFO] [stdout] 735 | if let Some(reader) = reader { [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] 750 | if let Some(new_current_array) = self.array.get_shared(Acquire, &Guard::new()) { [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 `#3` [INFO] [stdout] | | `#3` will be dropped later as of Edition 2024 [INFO] [stdout] | `new_current_array` calls a custom destructor [INFO] [stdout] | `new_current_array` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 754 | current_array_holder.replace(new_current_array); [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] 758 | } [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: `#6` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `current_array` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `__awaitee` invokes this custom destructor [INFO] [stdout] --> src/wait_queue.rs:254:1 [INFO] [stdout] | [INFO] [stdout] 254 | / impl Drop for AsyncWait { [INFO] [stdout] 255 | | #[inline] [INFO] [stdout] 256 | | fn drop(&mut self) { [INFO] [stdout] 257 | | if self.mutex.is_some() { [INFO] [stdout] ... | [INFO] [stdout] 261 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `async_wait` invokes this custom destructor [INFO] [stdout] --> src/wait_queue.rs:254:1 [INFO] [stdout] | [INFO] [stdout] 254 | / impl Drop for AsyncWait { [INFO] [stdout] 255 | | #[inline] [INFO] [stdout] 256 | | fn drop(&mut self) { [INFO] [stdout] 257 | | if self.mutex.is_some() { [INFO] [stdout] ... | [INFO] [stdout] 261 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `guard` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/guard.rs:156:1 [INFO] [stdout] | [INFO] [stdout] 156 | impl Drop for Guard { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `#1` invokes this custom destructor [INFO] [stdout] --> src/hash_table/bucket.rs:1058:1 [INFO] [stdout] | [INFO] [stdout] 1058 | / impl Drop for Reader<'_, K, V, L, TYPE> { [INFO] [stdout] 1059 | | #[inline] [INFO] [stdout] 1060 | | fn drop(&mut self) { [INFO] [stdout] 1061 | | Self::release(self.bucket); [INFO] [stdout] 1062 | | } [INFO] [stdout] 1063 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `reader` invokes this custom destructor [INFO] [stdout] --> src/hash_table/bucket.rs:1058:1 [INFO] [stdout] | [INFO] [stdout] 1058 | / impl Drop for Reader<'_, K, V, L, TYPE> { [INFO] [stdout] 1059 | | #[inline] [INFO] [stdout] 1060 | | fn drop(&mut self) { [INFO] [stdout] 1061 | | Self::release(self.bucket); [INFO] [stdout] 1062 | | } [INFO] [stdout] 1063 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `#2` invokes this custom destructor [INFO] [stdout] --> src/hash_table/bucket.rs:1058:1 [INFO] [stdout] | [INFO] [stdout] 1058 | / impl Drop for Reader<'_, K, V, L, TYPE> { [INFO] [stdout] 1059 | | #[inline] [INFO] [stdout] 1060 | | fn drop(&mut self) { [INFO] [stdout] 1061 | | Self::release(self.bucket); [INFO] [stdout] 1062 | | } [INFO] [stdout] 1063 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `#3` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `#4` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/guard.rs:156:1 [INFO] [stdout] | [INFO] [stdout] 156 | impl Drop for Guard { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `new_current_array` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `#5` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [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/hash_cache.rs:811:41 [INFO] [stdout] | [INFO] [stdout] 811 | while let Some(current_array) = current_array_holder.take() { [INFO] [stdout] | ------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#6` [INFO] [stdout] | | up until Edition 2021 `#6` is dropped last but will be dropped earlier in Edition 2024 [INFO] [stdout] | `current_array` calls a custom destructor [INFO] [stdout] | `current_array` will be dropped later as of Edition 2024 [INFO] [stdout] 812 | self.cleanse_old_array_async(¤t_array).await; [INFO] [stdout] | -------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | `__awaitee` calls a custom destructor [INFO] [stdout] | `__awaitee` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 815 | let mut async_wait = AsyncWait::default(); [INFO] [stdout] | -------------- [INFO] [stdout] | | [INFO] [stdout] | `async_wait` calls a custom destructor [INFO] [stdout] | `async_wait` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 818 | let guard = Guard::new(); [INFO] [stdout] | ----- [INFO] [stdout] | | [INFO] [stdout] | `guard` calls a custom destructor [INFO] [stdout] | `guard` will be dropped later as of Edition 2024 [INFO] [stdout] 819 | let bucket = current_array.bucket(index); [INFO] [stdout] 820 | if let Ok(reader) = [INFO] [stdout] | ------ [INFO] [stdout] | | [INFO] [stdout] | `reader` calls a custom destructor [INFO] [stdout] | `reader` will be dropped later as of Edition 2024 [INFO] [stdout] 821 | Reader::try_lock_or_wait(bucket, &mut async_wait_pinned, &guard) [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] 822 | { [INFO] [stdout] 823 | if let Some(reader) = reader { [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] 841 | if let Some(new_current_array) = self.array.get_shared(Acquire, &Guard::new()) { [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 `#3` [INFO] [stdout] | | `#3` will be dropped later as of Edition 2024 [INFO] [stdout] | `new_current_array` calls a custom destructor [INFO] [stdout] | `new_current_array` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 845 | current_array_holder.replace(new_current_array); [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] 849 | } [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: `#6` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `current_array` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `__awaitee` invokes this custom destructor [INFO] [stdout] --> src/wait_queue.rs:254:1 [INFO] [stdout] | [INFO] [stdout] 254 | / impl Drop for AsyncWait { [INFO] [stdout] 255 | | #[inline] [INFO] [stdout] 256 | | fn drop(&mut self) { [INFO] [stdout] 257 | | if self.mutex.is_some() { [INFO] [stdout] ... | [INFO] [stdout] 261 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `async_wait` invokes this custom destructor [INFO] [stdout] --> src/wait_queue.rs:254:1 [INFO] [stdout] | [INFO] [stdout] 254 | / impl Drop for AsyncWait { [INFO] [stdout] 255 | | #[inline] [INFO] [stdout] 256 | | fn drop(&mut self) { [INFO] [stdout] 257 | | if self.mutex.is_some() { [INFO] [stdout] ... | [INFO] [stdout] 261 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `guard` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/guard.rs:156:1 [INFO] [stdout] | [INFO] [stdout] 156 | impl Drop for Guard { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `#1` invokes this custom destructor [INFO] [stdout] --> src/hash_table/bucket.rs:1058:1 [INFO] [stdout] | [INFO] [stdout] 1058 | / impl Drop for Reader<'_, K, V, L, TYPE> { [INFO] [stdout] 1059 | | #[inline] [INFO] [stdout] 1060 | | fn drop(&mut self) { [INFO] [stdout] 1061 | | Self::release(self.bucket); [INFO] [stdout] 1062 | | } [INFO] [stdout] 1063 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `reader` invokes this custom destructor [INFO] [stdout] --> src/hash_table/bucket.rs:1058:1 [INFO] [stdout] | [INFO] [stdout] 1058 | / impl Drop for Reader<'_, K, V, L, TYPE> { [INFO] [stdout] 1059 | | #[inline] [INFO] [stdout] 1060 | | fn drop(&mut self) { [INFO] [stdout] 1061 | | Self::release(self.bucket); [INFO] [stdout] 1062 | | } [INFO] [stdout] 1063 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `#2` invokes this custom destructor [INFO] [stdout] --> src/hash_table/bucket.rs:1058:1 [INFO] [stdout] | [INFO] [stdout] 1058 | / impl Drop for Reader<'_, K, V, L, TYPE> { [INFO] [stdout] 1059 | | #[inline] [INFO] [stdout] 1060 | | fn drop(&mut self) { [INFO] [stdout] 1061 | | Self::release(self.bucket); [INFO] [stdout] 1062 | | } [INFO] [stdout] 1063 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `#3` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `#4` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/guard.rs:156:1 [INFO] [stdout] | [INFO] [stdout] 156 | impl Drop for Guard { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `new_current_array` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `#5` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [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/hash_cache.rs:909:41 [INFO] [stdout] | [INFO] [stdout] 909 | while let Some(current_array) = current_array_holder.take() { [INFO] [stdout] | ------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#7` [INFO] [stdout] | | up until Edition 2021 `#7` is dropped last but will be dropped earlier in Edition 2024 [INFO] [stdout] | `current_array` calls a custom destructor [INFO] [stdout] | `current_array` will be dropped later as of Edition 2024 [INFO] [stdout] 910 | self.cleanse_old_array_async(¤t_array).await; [INFO] [stdout] | -------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | `__awaitee` calls a custom destructor [INFO] [stdout] | `__awaitee` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 913 | let mut async_wait = AsyncWait::default(); [INFO] [stdout] | -------------- [INFO] [stdout] | | [INFO] [stdout] | `async_wait` calls a custom destructor [INFO] [stdout] | `async_wait` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 916 | let guard = Guard::new(); [INFO] [stdout] | ----- [INFO] [stdout] | | [INFO] [stdout] | `guard` calls a custom destructor [INFO] [stdout] | `guard` will be dropped later as of Edition 2024 [INFO] [stdout] 917 | let bucket = current_array.bucket_mut(index); [INFO] [stdout] 918 | if let Ok(locker) = [INFO] [stdout] | ------ [INFO] [stdout] | | [INFO] [stdout] | `locker` calls a custom destructor [INFO] [stdout] | `locker` will be dropped later as of Edition 2024 [INFO] [stdout] 919 | Locker::try_lock_or_wait(bucket, &mut async_wait_pinned, &guard) [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] 920 | { [INFO] [stdout] 921 | if let Some(mut locker) = locker { [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] 927 | locker.remove(data_block_mut, &mut entry_ptr, &guard); [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] ... [INFO] [stdout] 939 | if let Some(new_current_array) = self.array.get_shared(Acquire, &Guard::new()) { [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] | | 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] | `new_current_array` calls a custom destructor [INFO] [stdout] | `new_current_array` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 943 | current_array_holder.replace(new_current_array); [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] 947 | } [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: `#7` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `current_array` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `__awaitee` invokes this custom destructor [INFO] [stdout] --> src/wait_queue.rs:254:1 [INFO] [stdout] | [INFO] [stdout] 254 | / impl Drop for AsyncWait { [INFO] [stdout] 255 | | #[inline] [INFO] [stdout] 256 | | fn drop(&mut self) { [INFO] [stdout] 257 | | if self.mutex.is_some() { [INFO] [stdout] ... | [INFO] [stdout] 261 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `async_wait` invokes this custom destructor [INFO] [stdout] --> src/wait_queue.rs:254:1 [INFO] [stdout] | [INFO] [stdout] 254 | / impl Drop for AsyncWait { [INFO] [stdout] 255 | | #[inline] [INFO] [stdout] 256 | | fn drop(&mut self) { [INFO] [stdout] 257 | | if self.mutex.is_some() { [INFO] [stdout] ... | [INFO] [stdout] 261 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `guard` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/guard.rs:156:1 [INFO] [stdout] | [INFO] [stdout] 156 | impl Drop for Guard { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `#1` invokes this custom destructor [INFO] [stdout] --> src/hash_table/bucket.rs:944:1 [INFO] [stdout] | [INFO] [stdout] 944 | / impl Drop for Locker<'_, K, V, L, TYPE> { [INFO] [stdout] 945 | | #[inline] [INFO] [stdout] 946 | | fn drop(&mut self) { [INFO] [stdout] 947 | | let mut current = self.bucket.state.load(Relaxed); [INFO] [stdout] ... | [INFO] [stdout] 961 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `locker` invokes this custom destructor [INFO] [stdout] --> src/hash_table/bucket.rs:944:1 [INFO] [stdout] | [INFO] [stdout] 944 | / impl Drop for Locker<'_, K, V, L, TYPE> { [INFO] [stdout] 945 | | #[inline] [INFO] [stdout] 946 | | fn drop(&mut self) { [INFO] [stdout] 947 | | let mut current = self.bucket.state.load(Relaxed); [INFO] [stdout] ... | [INFO] [stdout] 961 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `#2` invokes this custom destructor [INFO] [stdout] --> src/hash_table/bucket.rs:944:1 [INFO] [stdout] | [INFO] [stdout] 944 | / impl Drop for Locker<'_, K, V, L, TYPE> { [INFO] [stdout] 945 | | #[inline] [INFO] [stdout] 946 | | fn drop(&mut self) { [INFO] [stdout] 947 | | let mut current = self.bucket.state.load(Relaxed); [INFO] [stdout] ... | [INFO] [stdout] 961 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `#4` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `#5` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/guard.rs:156:1 [INFO] [stdout] | [INFO] [stdout] 156 | impl Drop for Guard { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `new_current_array` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `#6` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [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/hash_index.rs:308:43 [INFO] [stdout] | [INFO] [stdout] 307 | let guard = Guard::new(); [INFO] [stdout] | ----- [INFO] [stdout] | | [INFO] [stdout] | `guard` calls a custom destructor [INFO] [stdout] | `guard` will be dropped later as of Edition 2024 [INFO] [stdout] 308 | if let Ok(locked_entry) = self.reserve_entry( [INFO] [stdout] | ___________________________________________^ [INFO] [stdout] 309 | | &key, [INFO] [stdout] 310 | | hash, [INFO] [stdout] 311 | | &mut async_wait_pinned, [INFO] [stdout] 312 | | self.prolonged_guard_ref(&guard), [INFO] [stdout] 313 | | ) { [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] 327 | } [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] --> src/hash_table/bucket.rs:944:1 [INFO] [stdout] | [INFO] [stdout] 944 | / impl Drop for Locker<'_, K, V, L, TYPE> { [INFO] [stdout] 945 | | #[inline] [INFO] [stdout] 946 | | fn drop(&mut self) { [INFO] [stdout] 947 | | let mut current = self.bucket.state.load(Relaxed); [INFO] [stdout] ... | [INFO] [stdout] 961 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `guard` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/guard.rs:156:1 [INFO] [stdout] | [INFO] [stdout] 156 | impl Drop for Guard { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [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/hash_table.rs:1195:41 [INFO] [stdout] | [INFO] [stdout] 1195 | while let Some(current_array) = current_array_holder.take() { [INFO] [stdout] | ------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#8` [INFO] [stdout] | | up until Edition 2021 `#8` is dropped last but will be dropped earlier in Edition 2024 [INFO] [stdout] | `current_array` calls a custom destructor [INFO] [stdout] | `current_array` will be dropped later as of Edition 2024 [INFO] [stdout] 1196 | while current_array.has_old_array() { [INFO] [stdout] 1197 | let mut async_wait = AsyncWait::default(); [INFO] [stdout] | -------------- [INFO] [stdout] | | [INFO] [stdout] | `async_wait` calls a custom destructor [INFO] [stdout] | `async_wait` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 1202 | &Guard::new(), [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] 1211 | let mut async_wait = AsyncWait::default(); [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] 1214 | let guard = Guard::new(); [INFO] [stdout] | ----- [INFO] [stdout] | | [INFO] [stdout] | `guard` calls a custom destructor [INFO] [stdout] | `guard` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 1219 | if let Ok(locker) = Locker::try_lock_or_wait( [INFO] [stdout] | ___________________________________------____- [INFO] [stdout] | | | [INFO] [stdout] | | `locker` calls a custom destructor [INFO] [stdout] | | `locker` will be dropped later as of Edition 2024 [INFO] [stdout] 1220 | | bucket, [INFO] [stdout] 1221 | | &mut async_wait_pinned, [INFO] [stdout] 1222 | | prolonged_guard, [INFO] [stdout] 1223 | | ) { [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] 1224 | if let Some(locker) = locker { [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] 1244 | if let Some(new_current_array) = [INFO] [stdout] | ----------------- [INFO] [stdout] | | [INFO] [stdout] | `new_current_array` calls a custom destructor [INFO] [stdout] | `new_current_array` will be dropped later as of Edition 2024 [INFO] [stdout] 1245 | hash_table.bucket_array().get_shared(Acquire, &Guard::new()) [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] | 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] 1250 | current_array_holder.replace(new_current_array); [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] ... [INFO] [stdout] 1254 | } [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: `#8` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `current_array` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `async_wait` invokes this custom destructor [INFO] [stdout] --> src/wait_queue.rs:254:1 [INFO] [stdout] | [INFO] [stdout] 254 | / impl Drop for AsyncWait { [INFO] [stdout] 255 | | #[inline] [INFO] [stdout] 256 | | fn drop(&mut self) { [INFO] [stdout] 257 | | if self.mutex.is_some() { [INFO] [stdout] ... | [INFO] [stdout] 261 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `#1` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/guard.rs:156:1 [INFO] [stdout] | [INFO] [stdout] 156 | impl Drop for Guard { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `#2` invokes this custom destructor [INFO] [stdout] --> src/wait_queue.rs:254:1 [INFO] [stdout] | [INFO] [stdout] 254 | / impl Drop for AsyncWait { [INFO] [stdout] 255 | | #[inline] [INFO] [stdout] 256 | | fn drop(&mut self) { [INFO] [stdout] 257 | | if self.mutex.is_some() { [INFO] [stdout] ... | [INFO] [stdout] 261 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `guard` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/guard.rs:156:1 [INFO] [stdout] | [INFO] [stdout] 156 | impl Drop for Guard { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `#3` invokes this custom destructor [INFO] [stdout] --> src/hash_table/bucket.rs:944:1 [INFO] [stdout] | [INFO] [stdout] 944 | / impl Drop for Locker<'_, K, V, L, TYPE> { [INFO] [stdout] 945 | | #[inline] [INFO] [stdout] 946 | | fn drop(&mut self) { [INFO] [stdout] 947 | | let mut current = self.bucket.state.load(Relaxed); [INFO] [stdout] ... | [INFO] [stdout] 961 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `locker` invokes this custom destructor [INFO] [stdout] --> src/hash_table/bucket.rs:944:1 [INFO] [stdout] | [INFO] [stdout] 944 | / impl Drop for Locker<'_, K, V, L, TYPE> { [INFO] [stdout] 945 | | #[inline] [INFO] [stdout] 946 | | fn drop(&mut self) { [INFO] [stdout] 947 | | let mut current = self.bucket.state.load(Relaxed); [INFO] [stdout] ... | [INFO] [stdout] 961 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `#4` invokes this custom destructor [INFO] [stdout] --> src/hash_table/bucket.rs:944:1 [INFO] [stdout] | [INFO] [stdout] 944 | / impl Drop for Locker<'_, K, V, L, TYPE> { [INFO] [stdout] 945 | | #[inline] [INFO] [stdout] 946 | | fn drop(&mut self) { [INFO] [stdout] 947 | | let mut current = self.bucket.state.load(Relaxed); [INFO] [stdout] ... | [INFO] [stdout] 961 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `#5` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `#6` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/guard.rs:156:1 [INFO] [stdout] | [INFO] [stdout] 156 | impl Drop for Guard { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `new_current_array` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `#7` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [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/hash_index.rs:479:35 [INFO] [stdout] | [INFO] [stdout] 477 | let guard = Guard::new(); [INFO] [stdout] | ----- [INFO] [stdout] | | [INFO] [stdout] | `guard` calls a custom destructor [INFO] [stdout] | `guard` will be dropped later as of Edition 2024 [INFO] [stdout] 478 | let hash = self.hash(&key); [INFO] [stdout] 479 | if let Ok(Some((k, v))) = self.insert_entry(key, val, hash, &mut (), &guard) { [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] 484 | } [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: `guard` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/guard.rs:156:1 [INFO] [stdout] | [INFO] [stdout] 156 | impl Drop for Guard { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [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/hash_index.rs:860:41 [INFO] [stdout] | [INFO] [stdout] 860 | while let Some(current_array) = current_array_holder.take() { [INFO] [stdout] | ------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#6` [INFO] [stdout] | | up until Edition 2021 `#6` is dropped last but will be dropped earlier in Edition 2024 [INFO] [stdout] | `current_array` calls a custom destructor [INFO] [stdout] | `current_array` will be dropped later as of Edition 2024 [INFO] [stdout] 861 | self.cleanse_old_array_async(¤t_array).await; [INFO] [stdout] | -------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | `__awaitee` calls a custom destructor [INFO] [stdout] | `__awaitee` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 864 | let mut async_wait = AsyncWait::default(); [INFO] [stdout] | -------------- [INFO] [stdout] | | [INFO] [stdout] | `async_wait` calls a custom destructor [INFO] [stdout] | `async_wait` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 867 | let guard = Guard::new(); [INFO] [stdout] | ----- [INFO] [stdout] | | [INFO] [stdout] | `guard` calls a custom destructor [INFO] [stdout] | `guard` will be dropped later as of Edition 2024 [INFO] [stdout] 868 | let bucket = current_array.bucket_mut(index); [INFO] [stdout] 869 | if let Ok(locker) = [INFO] [stdout] | ------ [INFO] [stdout] | | [INFO] [stdout] | `locker` calls a custom destructor [INFO] [stdout] | `locker` will be dropped later as of Edition 2024 [INFO] [stdout] 870 | Locker::try_lock_or_wait(bucket, &mut async_wait_pinned, &guard) [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] 871 | { [INFO] [stdout] 872 | if let Some(mut locker) = locker { [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] 890 | if let Some(new_current_array) = self.array.get_shared(Acquire, &Guard::new()) { [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 `#3` [INFO] [stdout] | | `#3` will be dropped later as of Edition 2024 [INFO] [stdout] | `new_current_array` calls a custom destructor [INFO] [stdout] | `new_current_array` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 894 | current_array_holder.replace(new_current_array); [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] 898 | } [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: `#6` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `current_array` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `__awaitee` invokes this custom destructor [INFO] [stdout] --> src/wait_queue.rs:254:1 [INFO] [stdout] | [INFO] [stdout] 254 | / impl Drop for AsyncWait { [INFO] [stdout] 255 | | #[inline] [INFO] [stdout] 256 | | fn drop(&mut self) { [INFO] [stdout] 257 | | if self.mutex.is_some() { [INFO] [stdout] ... | [INFO] [stdout] 261 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `async_wait` invokes this custom destructor [INFO] [stdout] --> src/wait_queue.rs:254:1 [INFO] [stdout] | [INFO] [stdout] 254 | / impl Drop for AsyncWait { [INFO] [stdout] 255 | | #[inline] [INFO] [stdout] 256 | | fn drop(&mut self) { [INFO] [stdout] 257 | | if self.mutex.is_some() { [INFO] [stdout] ... | [INFO] [stdout] 261 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `guard` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/guard.rs:156:1 [INFO] [stdout] | [INFO] [stdout] 156 | impl Drop for Guard { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `#1` invokes this custom destructor [INFO] [stdout] --> src/hash_table/bucket.rs:944:1 [INFO] [stdout] | [INFO] [stdout] 944 | / impl Drop for Locker<'_, K, V, L, TYPE> { [INFO] [stdout] 945 | | #[inline] [INFO] [stdout] 946 | | fn drop(&mut self) { [INFO] [stdout] 947 | | let mut current = self.bucket.state.load(Relaxed); [INFO] [stdout] ... | [INFO] [stdout] 961 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `locker` invokes this custom destructor [INFO] [stdout] --> src/hash_table/bucket.rs:944:1 [INFO] [stdout] | [INFO] [stdout] 944 | / impl Drop for Locker<'_, K, V, L, TYPE> { [INFO] [stdout] 945 | | #[inline] [INFO] [stdout] 946 | | fn drop(&mut self) { [INFO] [stdout] 947 | | let mut current = self.bucket.state.load(Relaxed); [INFO] [stdout] ... | [INFO] [stdout] 961 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `#2` invokes this custom destructor [INFO] [stdout] --> src/hash_table/bucket.rs:944:1 [INFO] [stdout] | [INFO] [stdout] 944 | / impl Drop for Locker<'_, K, V, L, TYPE> { [INFO] [stdout] 945 | | #[inline] [INFO] [stdout] 946 | | fn drop(&mut self) { [INFO] [stdout] 947 | | let mut current = self.bucket.state.load(Relaxed); [INFO] [stdout] ... | [INFO] [stdout] 961 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `#3` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `#4` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/guard.rs:156:1 [INFO] [stdout] | [INFO] [stdout] 156 | impl Drop for Guard { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `new_current_array` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `#5` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [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/hash_map.rs:310:43 [INFO] [stdout] | [INFO] [stdout] 309 | let guard = Guard::new(); [INFO] [stdout] | ----- [INFO] [stdout] | | [INFO] [stdout] | `guard` calls a custom destructor [INFO] [stdout] | `guard` will be dropped later as of Edition 2024 [INFO] [stdout] 310 | if let Ok(locked_entry) = self.reserve_entry( [INFO] [stdout] | ___________________________________________^ [INFO] [stdout] 311 | | &key, [INFO] [stdout] 312 | | hash, [INFO] [stdout] 313 | | &mut async_wait_pinned, [INFO] [stdout] 314 | | self.prolonged_guard_ref(&guard), [INFO] [stdout] 315 | | ) { [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] 329 | } [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] --> src/hash_table/bucket.rs:944:1 [INFO] [stdout] | [INFO] [stdout] 944 | / impl Drop for Locker<'_, K, V, L, TYPE> { [INFO] [stdout] 945 | | #[inline] [INFO] [stdout] 946 | | fn drop(&mut self) { [INFO] [stdout] 947 | | let mut current = self.bucket.state.load(Relaxed); [INFO] [stdout] ... | [INFO] [stdout] 961 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `guard` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/guard.rs:156:1 [INFO] [stdout] | [INFO] [stdout] 156 | impl Drop for Guard { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [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/hash_map.rs:479:35 [INFO] [stdout] | [INFO] [stdout] 477 | let guard = Guard::new(); [INFO] [stdout] | ----- [INFO] [stdout] | | [INFO] [stdout] | `guard` calls a custom destructor [INFO] [stdout] | `guard` will be dropped later as of Edition 2024 [INFO] [stdout] 478 | let hash = self.hash(&key); [INFO] [stdout] 479 | if let Ok(Some((k, v))) = self.insert_entry(key, val, hash, &mut (), &guard) { [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] 484 | } [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: `guard` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/guard.rs:156:1 [INFO] [stdout] | [INFO] [stdout] 156 | impl Drop for Guard { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [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/hash_map.rs:1054:41 [INFO] [stdout] | [INFO] [stdout] 1054 | while let Some(current_array) = current_array_holder.take() { [INFO] [stdout] | ------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#6` [INFO] [stdout] | | up until Edition 2021 `#6` is dropped last but will be dropped earlier in Edition 2024 [INFO] [stdout] | `current_array` calls a custom destructor [INFO] [stdout] | `current_array` will be dropped later as of Edition 2024 [INFO] [stdout] 1055 | self.cleanse_old_array_async(¤t_array).await; [INFO] [stdout] | -------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | `__awaitee` calls a custom destructor [INFO] [stdout] | `__awaitee` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 1058 | let mut async_wait = AsyncWait::default(); [INFO] [stdout] | -------------- [INFO] [stdout] | | [INFO] [stdout] | `async_wait` calls a custom destructor [INFO] [stdout] | `async_wait` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 1061 | let guard = Guard::new(); [INFO] [stdout] | ----- [INFO] [stdout] | | [INFO] [stdout] | `guard` calls a custom destructor [INFO] [stdout] | `guard` will be dropped later as of Edition 2024 [INFO] [stdout] 1062 | let bucket = current_array.bucket(index); [INFO] [stdout] 1063 | if let Ok(reader) = [INFO] [stdout] | ------ [INFO] [stdout] | | [INFO] [stdout] | `reader` calls a custom destructor [INFO] [stdout] | `reader` will be dropped later as of Edition 2024 [INFO] [stdout] 1064 | Reader::try_lock_or_wait(bucket, &mut async_wait_pinned, &guard) [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] 1065 | { [INFO] [stdout] 1066 | if let Some(reader) = reader { [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] 1084 | if let Some(new_current_array) = self.array.get_shared(Acquire, &Guard::new()) { [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 `#3` [INFO] [stdout] | | `#3` will be dropped later as of Edition 2024 [INFO] [stdout] | `new_current_array` calls a custom destructor [INFO] [stdout] | `new_current_array` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 1088 | current_array_holder.replace(new_current_array); [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] 1092 | } [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: `#6` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `current_array` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `__awaitee` invokes this custom destructor [INFO] [stdout] --> src/wait_queue.rs:254:1 [INFO] [stdout] | [INFO] [stdout] 254 | / impl Drop for AsyncWait { [INFO] [stdout] 255 | | #[inline] [INFO] [stdout] 256 | | fn drop(&mut self) { [INFO] [stdout] 257 | | if self.mutex.is_some() { [INFO] [stdout] ... | [INFO] [stdout] 261 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `async_wait` invokes this custom destructor [INFO] [stdout] --> src/wait_queue.rs:254:1 [INFO] [stdout] | [INFO] [stdout] 254 | / impl Drop for AsyncWait { [INFO] [stdout] 255 | | #[inline] [INFO] [stdout] 256 | | fn drop(&mut self) { [INFO] [stdout] 257 | | if self.mutex.is_some() { [INFO] [stdout] ... | [INFO] [stdout] 261 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `guard` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/guard.rs:156:1 [INFO] [stdout] | [INFO] [stdout] 156 | impl Drop for Guard { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `#1` invokes this custom destructor [INFO] [stdout] --> src/hash_table/bucket.rs:1058:1 [INFO] [stdout] | [INFO] [stdout] 1058 | / impl Drop for Reader<'_, K, V, L, TYPE> { [INFO] [stdout] 1059 | | #[inline] [INFO] [stdout] 1060 | | fn drop(&mut self) { [INFO] [stdout] 1061 | | Self::release(self.bucket); [INFO] [stdout] 1062 | | } [INFO] [stdout] 1063 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `reader` invokes this custom destructor [INFO] [stdout] --> src/hash_table/bucket.rs:1058:1 [INFO] [stdout] | [INFO] [stdout] 1058 | / impl Drop for Reader<'_, K, V, L, TYPE> { [INFO] [stdout] 1059 | | #[inline] [INFO] [stdout] 1060 | | fn drop(&mut self) { [INFO] [stdout] 1061 | | Self::release(self.bucket); [INFO] [stdout] 1062 | | } [INFO] [stdout] 1063 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `#2` invokes this custom destructor [INFO] [stdout] --> src/hash_table/bucket.rs:1058:1 [INFO] [stdout] | [INFO] [stdout] 1058 | / impl Drop for Reader<'_, K, V, L, TYPE> { [INFO] [stdout] 1059 | | #[inline] [INFO] [stdout] 1060 | | fn drop(&mut self) { [INFO] [stdout] 1061 | | Self::release(self.bucket); [INFO] [stdout] 1062 | | } [INFO] [stdout] 1063 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `#3` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `#4` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/guard.rs:156:1 [INFO] [stdout] | [INFO] [stdout] 156 | impl Drop for Guard { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `new_current_array` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `#5` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [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/hash_map.rs:1151:41 [INFO] [stdout] | [INFO] [stdout] 1151 | while let Some(current_array) = current_array_holder.take() { [INFO] [stdout] | ------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#7` [INFO] [stdout] | | up until Edition 2021 `#7` is dropped last but will be dropped earlier in Edition 2024 [INFO] [stdout] | `current_array` calls a custom destructor [INFO] [stdout] | `current_array` will be dropped later as of Edition 2024 [INFO] [stdout] 1152 | self.cleanse_old_array_async(¤t_array).await; [INFO] [stdout] | -------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | `__awaitee` calls a custom destructor [INFO] [stdout] | `__awaitee` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 1155 | let mut async_wait = AsyncWait::default(); [INFO] [stdout] | -------------- [INFO] [stdout] | | [INFO] [stdout] | `async_wait` calls a custom destructor [INFO] [stdout] | `async_wait` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 1158 | let guard = Guard::new(); [INFO] [stdout] | ----- [INFO] [stdout] | | [INFO] [stdout] | `guard` calls a custom destructor [INFO] [stdout] | `guard` will be dropped later as of Edition 2024 [INFO] [stdout] 1159 | let bucket = current_array.bucket_mut(index); [INFO] [stdout] 1160 | if let Ok(locker) = [INFO] [stdout] | ------ [INFO] [stdout] | | [INFO] [stdout] | `locker` calls a custom destructor [INFO] [stdout] | `locker` will be dropped later as of Edition 2024 [INFO] [stdout] 1161 | Locker::try_lock_or_wait(bucket, &mut async_wait_pinned, &guard) [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] 1162 | { [INFO] [stdout] 1163 | if let Some(mut locker) = locker { [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] 1169 | locker.remove(data_block_mut, &mut entry_ptr, &guard); [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] ... [INFO] [stdout] 1181 | if let Some(new_current_array) = self.array.get_shared(Acquire, &Guard::new()) { [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] | | 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] | `new_current_array` calls a custom destructor [INFO] [stdout] | `new_current_array` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 1185 | current_array_holder.replace(new_current_array); [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] 1189 | } [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: `#7` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `current_array` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `__awaitee` invokes this custom destructor [INFO] [stdout] --> src/wait_queue.rs:254:1 [INFO] [stdout] | [INFO] [stdout] 254 | / impl Drop for AsyncWait { [INFO] [stdout] 255 | | #[inline] [INFO] [stdout] 256 | | fn drop(&mut self) { [INFO] [stdout] 257 | | if self.mutex.is_some() { [INFO] [stdout] ... | [INFO] [stdout] 261 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `async_wait` invokes this custom destructor [INFO] [stdout] --> src/wait_queue.rs:254:1 [INFO] [stdout] | [INFO] [stdout] 254 | / impl Drop for AsyncWait { [INFO] [stdout] 255 | | #[inline] [INFO] [stdout] 256 | | fn drop(&mut self) { [INFO] [stdout] 257 | | if self.mutex.is_some() { [INFO] [stdout] ... | [INFO] [stdout] 261 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `guard` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/guard.rs:156:1 [INFO] [stdout] | [INFO] [stdout] 156 | impl Drop for Guard { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `#1` invokes this custom destructor [INFO] [stdout] --> src/hash_table/bucket.rs:944:1 [INFO] [stdout] | [INFO] [stdout] 944 | / impl Drop for Locker<'_, K, V, L, TYPE> { [INFO] [stdout] 945 | | #[inline] [INFO] [stdout] 946 | | fn drop(&mut self) { [INFO] [stdout] 947 | | let mut current = self.bucket.state.load(Relaxed); [INFO] [stdout] ... | [INFO] [stdout] 961 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `locker` invokes this custom destructor [INFO] [stdout] --> src/hash_table/bucket.rs:944:1 [INFO] [stdout] | [INFO] [stdout] 944 | / impl Drop for Locker<'_, K, V, L, TYPE> { [INFO] [stdout] 945 | | #[inline] [INFO] [stdout] 946 | | fn drop(&mut self) { [INFO] [stdout] 947 | | let mut current = self.bucket.state.load(Relaxed); [INFO] [stdout] ... | [INFO] [stdout] 961 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `#2` invokes this custom destructor [INFO] [stdout] --> src/hash_table/bucket.rs:944:1 [INFO] [stdout] | [INFO] [stdout] 944 | / impl Drop for Locker<'_, K, V, L, TYPE> { [INFO] [stdout] 945 | | #[inline] [INFO] [stdout] 946 | | fn drop(&mut self) { [INFO] [stdout] 947 | | let mut current = self.bucket.state.load(Relaxed); [INFO] [stdout] ... | [INFO] [stdout] 961 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `#4` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `#5` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/guard.rs:156:1 [INFO] [stdout] | [INFO] [stdout] 156 | impl Drop for Guard { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `new_current_array` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `#6` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [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/hash_map.rs:1249:41 [INFO] [stdout] | [INFO] [stdout] 1249 | while let Some(current_array) = current_array_holder.take() { [INFO] [stdout] | ------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#6` [INFO] [stdout] | | up until Edition 2021 `#6` is dropped last but will be dropped earlier in Edition 2024 [INFO] [stdout] | `current_array` calls a custom destructor [INFO] [stdout] | `current_array` will be dropped later as of Edition 2024 [INFO] [stdout] 1250 | self.cleanse_old_array_async(¤t_array).await; [INFO] [stdout] | -------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | `__awaitee` calls a custom destructor [INFO] [stdout] | `__awaitee` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 1253 | let mut async_wait = AsyncWait::default(); [INFO] [stdout] | -------------- [INFO] [stdout] | | [INFO] [stdout] | `async_wait` calls a custom destructor [INFO] [stdout] | `async_wait` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 1256 | let guard = Guard::new(); [INFO] [stdout] | ----- [INFO] [stdout] | | [INFO] [stdout] | `guard` calls a custom destructor [INFO] [stdout] | `guard` will be dropped later as of Edition 2024 [INFO] [stdout] 1257 | let bucket = current_array.bucket_mut(index); [INFO] [stdout] 1258 | if let Ok(locker) = [INFO] [stdout] | ------ [INFO] [stdout] | | [INFO] [stdout] | `locker` calls a custom destructor [INFO] [stdout] | `locker` will be dropped later as of Edition 2024 [INFO] [stdout] 1259 | Locker::try_lock_or_wait(bucket, &mut async_wait_pinned, &guard) [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] 1260 | { [INFO] [stdout] 1261 | if let Some(mut locker) = locker { [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] 1282 | if let Some(new_current_array) = self.array.get_shared(Acquire, &Guard::new()) { [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 `#3` [INFO] [stdout] | | `#3` will be dropped later as of Edition 2024 [INFO] [stdout] | `new_current_array` calls a custom destructor [INFO] [stdout] | `new_current_array` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 1286 | current_array_holder.replace(new_current_array); [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] 1290 | } [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: `#6` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `current_array` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `__awaitee` invokes this custom destructor [INFO] [stdout] --> src/wait_queue.rs:254:1 [INFO] [stdout] | [INFO] [stdout] 254 | / impl Drop for AsyncWait { [INFO] [stdout] 255 | | #[inline] [INFO] [stdout] 256 | | fn drop(&mut self) { [INFO] [stdout] 257 | | if self.mutex.is_some() { [INFO] [stdout] ... | [INFO] [stdout] 261 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `async_wait` invokes this custom destructor [INFO] [stdout] --> src/wait_queue.rs:254:1 [INFO] [stdout] | [INFO] [stdout] 254 | / impl Drop for AsyncWait { [INFO] [stdout] 255 | | #[inline] [INFO] [stdout] 256 | | fn drop(&mut self) { [INFO] [stdout] 257 | | if self.mutex.is_some() { [INFO] [stdout] ... | [INFO] [stdout] 261 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `guard` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/guard.rs:156:1 [INFO] [stdout] | [INFO] [stdout] 156 | impl Drop for Guard { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `#1` invokes this custom destructor [INFO] [stdout] --> src/hash_table/bucket.rs:944:1 [INFO] [stdout] | [INFO] [stdout] 944 | / impl Drop for Locker<'_, K, V, L, TYPE> { [INFO] [stdout] 945 | | #[inline] [INFO] [stdout] 946 | | fn drop(&mut self) { [INFO] [stdout] 947 | | let mut current = self.bucket.state.load(Relaxed); [INFO] [stdout] ... | [INFO] [stdout] 961 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `locker` invokes this custom destructor [INFO] [stdout] --> src/hash_table/bucket.rs:944:1 [INFO] [stdout] | [INFO] [stdout] 944 | / impl Drop for Locker<'_, K, V, L, TYPE> { [INFO] [stdout] 945 | | #[inline] [INFO] [stdout] 946 | | fn drop(&mut self) { [INFO] [stdout] 947 | | let mut current = self.bucket.state.load(Relaxed); [INFO] [stdout] ... | [INFO] [stdout] 961 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `#2` invokes this custom destructor [INFO] [stdout] --> src/hash_table/bucket.rs:944:1 [INFO] [stdout] | [INFO] [stdout] 944 | / impl Drop for Locker<'_, K, V, L, TYPE> { [INFO] [stdout] 945 | | #[inline] [INFO] [stdout] 946 | | fn drop(&mut self) { [INFO] [stdout] 947 | | let mut current = self.bucket.state.load(Relaxed); [INFO] [stdout] ... | [INFO] [stdout] 961 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `#3` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `#4` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/guard.rs:156:1 [INFO] [stdout] | [INFO] [stdout] 156 | impl Drop for Guard { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `new_current_array` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `#5` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [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/hash_table/bucket.rs:340:30 [INFO] [stdout] | [INFO] [stdout] 339 | let (k, v) = unsafe { data_block[entry_ptr.current_index].as_mut_ptr().read() }; [INFO] [stdout] | - [INFO] [stdout] | | [INFO] [stdout] | `k` calls a custom destructor [INFO] [stdout] | `k` will be dropped later as of Edition 2024 [INFO] [stdout] 340 | if let Some(v) = pred(&k, v) { [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] 347 | } [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: 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/hash_table/bucket.rs:876:33 [INFO] [stdout] | [INFO] [stdout] 873 | if let Ok(locker) = Self::try_lock(unsafe { &mut *bucket_ptr }, guard) { [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] 876 | if let Ok(locker) = unsafe { &*bucket_ptr }.wait_queue.wait_sync(|| { [INFO] [stdout] | _________________________________^ [INFO] [stdout] 877 | | // Mark that there is a waiting thread. [INFO] [stdout] 878 | | bucket.state.fetch_or(WAITING, Release); [INFO] [stdout] 879 | | Self::try_lock(unsafe { &mut *bucket_ptr }, guard) [INFO] [stdout] 880 | | }) { [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] 883 | } [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` invokes this custom destructor [INFO] [stdout] --> src/hash_table/bucket.rs:944:1 [INFO] [stdout] | [INFO] [stdout] 944 | / impl Drop for Locker<'_, K, V, L, TYPE> { [INFO] [stdout] 945 | | #[inline] [INFO] [stdout] 946 | | fn drop(&mut self) { [INFO] [stdout] 947 | | let mut current = self.bucket.state.load(Relaxed); [INFO] [stdout] ... | [INFO] [stdout] 961 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `#1` invokes this custom destructor [INFO] [stdout] --> src/hash_table/bucket.rs:944:1 [INFO] [stdout] | [INFO] [stdout] 944 | / impl Drop for Locker<'_, K, V, L, TYPE> { [INFO] [stdout] 945 | | #[inline] [INFO] [stdout] 946 | | fn drop(&mut self) { [INFO] [stdout] 947 | | let mut current = self.bucket.state.load(Relaxed); [INFO] [stdout] ... | [INFO] [stdout] 961 | | } [INFO] [stdout] | |_^ [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/hash_table/bucket.rs:976:33 [INFO] [stdout] | [INFO] [stdout] 973 | if let Ok(reader) = Self::try_lock(bucket, guard) { [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] 976 | if let Ok(reader) = bucket.wait_queue.wait_sync(|| { [INFO] [stdout] | _________________________________^ [INFO] [stdout] 977 | | // Mark that there is a waiting thread. [INFO] [stdout] 978 | | bucket.state.fetch_or(WAITING, Release); [INFO] [stdout] 979 | | Self::try_lock(bucket, guard) [INFO] [stdout] 980 | | }) { [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] 983 | } [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` invokes this custom destructor [INFO] [stdout] --> src/hash_table/bucket.rs:1058:1 [INFO] [stdout] | [INFO] [stdout] 1058 | / impl Drop for Reader<'_, K, V, L, TYPE> { [INFO] [stdout] 1059 | | #[inline] [INFO] [stdout] 1060 | | fn drop(&mut self) { [INFO] [stdout] 1061 | | Self::release(self.bucket); [INFO] [stdout] 1062 | | } [INFO] [stdout] 1063 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `#1` invokes this custom destructor [INFO] [stdout] --> src/hash_table/bucket.rs:1058:1 [INFO] [stdout] | [INFO] [stdout] 1058 | / impl Drop for Reader<'_, K, V, L, TYPE> { [INFO] [stdout] 1059 | | #[inline] [INFO] [stdout] 1060 | | fn drop(&mut self) { [INFO] [stdout] 1061 | | Self::release(self.bucket); [INFO] [stdout] 1062 | | } [INFO] [stdout] 1063 | | } [INFO] [stdout] | |_^ [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/hash_table.rs:450:23 [INFO] [stdout] | [INFO] [stdout] 449 | let lock_result = if let Some(async_wait) = async_wait.derive() { [INFO] [stdout] | ----------- [INFO] [stdout] | | [INFO] [stdout] | `lock_result` calls a custom destructor [INFO] [stdout] | `lock_result` will be dropped later as of Edition 2024 [INFO] [stdout] 450 | match Locker::try_lock_or_wait(bucket, async_wait, guard) { [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] 454 | } else { [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] --> src/hash_table/bucket.rs:944:1 [INFO] [stdout] | [INFO] [stdout] 944 | / impl Drop for Locker<'_, K, V, L, TYPE> { [INFO] [stdout] 945 | | #[inline] [INFO] [stdout] 946 | | fn drop(&mut self) { [INFO] [stdout] 947 | | let mut current = self.bucket.state.load(Relaxed); [INFO] [stdout] ... | [INFO] [stdout] 961 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `lock_result` invokes this custom destructor [INFO] [stdout] --> src/hash_table/bucket.rs:944:1 [INFO] [stdout] | [INFO] [stdout] 944 | / impl Drop for Locker<'_, K, V, L, TYPE> { [INFO] [stdout] 945 | | #[inline] [INFO] [stdout] 946 | | fn drop(&mut self) { [INFO] [stdout] 947 | | let mut current = self.bucket.state.load(Relaxed); [INFO] [stdout] ... | [INFO] [stdout] 961 | | } [INFO] [stdout] | |_^ [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/hash_table.rs:498:39 [INFO] [stdout] | [INFO] [stdout] 498 | if let Some(locker) = Reader::lock(bucket, &guard) { [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] | `locker` calls a custom destructor [INFO] [stdout] | `locker` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 508 | } [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] --> src/hash_table/bucket.rs:1058:1 [INFO] [stdout] | [INFO] [stdout] 1058 | / impl Drop for Reader<'_, K, V, L, TYPE> { [INFO] [stdout] 1059 | | #[inline] [INFO] [stdout] 1060 | | fn drop(&mut self) { [INFO] [stdout] 1061 | | Self::release(self.bucket); [INFO] [stdout] 1062 | | } [INFO] [stdout] 1063 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `locker` invokes this custom destructor [INFO] [stdout] --> src/hash_table/bucket.rs:1058:1 [INFO] [stdout] | [INFO] [stdout] 1058 | / impl Drop for Reader<'_, K, V, L, TYPE> { [INFO] [stdout] 1059 | | #[inline] [INFO] [stdout] 1060 | | fn drop(&mut self) { [INFO] [stdout] 1061 | | Self::release(self.bucket); [INFO] [stdout] 1062 | | } [INFO] [stdout] 1063 | | } [INFO] [stdout] | |_^ [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/hash_table.rs:531:39 [INFO] [stdout] | [INFO] [stdout] 531 | if let Some(locker) = Locker::lock(bucket, guard) { [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] | `locker` calls a custom destructor [INFO] [stdout] | `locker` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 547 | } [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] --> src/hash_table/bucket.rs:944:1 [INFO] [stdout] | [INFO] [stdout] 944 | / impl Drop for Locker<'_, K, V, L, TYPE> { [INFO] [stdout] 945 | | #[inline] [INFO] [stdout] 946 | | fn drop(&mut self) { [INFO] [stdout] 947 | | let mut current = self.bucket.state.load(Relaxed); [INFO] [stdout] ... | [INFO] [stdout] 961 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `locker` invokes this custom destructor [INFO] [stdout] --> src/hash_table/bucket.rs:944:1 [INFO] [stdout] | [INFO] [stdout] 944 | / impl Drop for Locker<'_, K, V, L, TYPE> { [INFO] [stdout] 945 | | #[inline] [INFO] [stdout] 946 | | fn drop(&mut self) { [INFO] [stdout] 947 | | let mut current = self.bucket.state.load(Relaxed); [INFO] [stdout] ... | [INFO] [stdout] 961 | | } [INFO] [stdout] | |_^ [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/hash_table.rs:568:43 [INFO] [stdout] | [INFO] [stdout] 568 | if let Some(mut locker) = Locker::lock(bucket, &guard) { [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] | `locker` calls a custom destructor [INFO] [stdout] | `locker` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 577 | locker.remove(data_block_mut, &mut entry_ptr, &guard); [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] 583 | } [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` invokes this custom destructor [INFO] [stdout] --> src/hash_table/bucket.rs:944:1 [INFO] [stdout] | [INFO] [stdout] 944 | / impl Drop for Locker<'_, K, V, L, TYPE> { [INFO] [stdout] 945 | | #[inline] [INFO] [stdout] 946 | | fn drop(&mut self) { [INFO] [stdout] 947 | | let mut current = self.bucket.state.load(Relaxed); [INFO] [stdout] ... | [INFO] [stdout] 961 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `locker` invokes this custom destructor [INFO] [stdout] --> src/hash_table/bucket.rs:944:1 [INFO] [stdout] | [INFO] [stdout] 944 | / impl Drop for Locker<'_, K, V, L, TYPE> { [INFO] [stdout] 945 | | #[inline] [INFO] [stdout] 946 | | fn drop(&mut self) { [INFO] [stdout] 947 | | let mut current = self.bucket.state.load(Relaxed); [INFO] [stdout] ... | [INFO] [stdout] 961 | | } [INFO] [stdout] | |_^ [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/hash_table.rs:607:43 [INFO] [stdout] | [INFO] [stdout] 607 | if let Some(mut locker) = Locker::lock(bucket, &guard) { [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] | `locker` calls a custom destructor [INFO] [stdout] | `locker` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 617 | } [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] --> src/hash_table/bucket.rs:944:1 [INFO] [stdout] | [INFO] [stdout] 944 | / impl Drop for Locker<'_, K, V, L, TYPE> { [INFO] [stdout] 945 | | #[inline] [INFO] [stdout] 946 | | fn drop(&mut self) { [INFO] [stdout] 947 | | let mut current = self.bucket.state.load(Relaxed); [INFO] [stdout] ... | [INFO] [stdout] 961 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `locker` invokes this custom destructor [INFO] [stdout] --> src/hash_table/bucket.rs:944:1 [INFO] [stdout] | [INFO] [stdout] 944 | / impl Drop for Locker<'_, K, V, L, TYPE> { [INFO] [stdout] 945 | | #[inline] [INFO] [stdout] 946 | | fn drop(&mut self) { [INFO] [stdout] 947 | | let mut current = self.bucket.state.load(Relaxed); [INFO] [stdout] ... | [INFO] [stdout] 961 | | } [INFO] [stdout] | |_^ [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/hash_table.rs:1293:39 [INFO] [stdout] | [INFO] [stdout] 1293 | if let Some(locker) = Locker::lock(bucket, prolonged_guard) { [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] | `locker` calls a custom destructor [INFO] [stdout] | `locker` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 1306 | } [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] --> src/hash_table/bucket.rs:944:1 [INFO] [stdout] | [INFO] [stdout] 944 | / impl Drop for Locker<'_, K, V, L, TYPE> { [INFO] [stdout] 945 | | #[inline] [INFO] [stdout] 946 | | fn drop(&mut self) { [INFO] [stdout] 947 | | let mut current = self.bucket.state.load(Relaxed); [INFO] [stdout] ... | [INFO] [stdout] 961 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `locker` invokes this custom destructor [INFO] [stdout] --> src/hash_table/bucket.rs:944:1 [INFO] [stdout] | [INFO] [stdout] 944 | / impl Drop for Locker<'_, K, V, L, TYPE> { [INFO] [stdout] 945 | | #[inline] [INFO] [stdout] 946 | | fn drop(&mut self) { [INFO] [stdout] 947 | | let mut current = self.bucket.state.load(Relaxed); [INFO] [stdout] ... | [INFO] [stdout] 961 | | } [INFO] [stdout] | |_^ [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/linked_list.rs:255:19 [INFO] [stdout] | [INFO] [stdout] 252 | / entry [INFO] [stdout] 253 | | .link_ref() [INFO] [stdout] 254 | | .swap((next_ptr.get_shared(), Tag::None), Relaxed); [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] 255 | match self.link_ref().compare_exchange_weak( [INFO] [stdout] | ___________________^ [INFO] [stdout] | |___________________| [INFO] [stdout] 256 | | next_ptr, [INFO] [stdout] 257 | | (Some(entry), new_tag), [INFO] [stdout] 258 | | order, [INFO] [stdout] 259 | | Relaxed, [INFO] [stdout] 260 | | guard, [INFO] [stdout] 261 | | ) { [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] 270 | | } [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` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `#1` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [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/tree_index/internal_node.rs:811:50 [INFO] [stdout] | [INFO] [stdout] 806 | / ... low_key_nodes [INFO] [stdout] 807 | | ... .unbounded_child [INFO] [stdout] 808 | | ... .swap((v.get_shared(Relaxed, guard), Tag::None), Relaxed); [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] 811 | ... if let Some(k) = k.cloned() { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this value will be stored in a temporary; let us call it `#3` [INFO] [stdout] | up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 818 | / ... high_key_nodes [INFO] [stdout] 819 | | ... .unbounded_child [INFO] [stdout] 820 | | ... .swap((v.get_shared(Relaxed, guard), Tag::None), Relaxed); [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] 821 | ... } [INFO] [stdout] 822 | | ... } [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] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `#2` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [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/tree_index/internal_node.rs:1001:41 [INFO] [stdout] | [INFO] [stdout] 1001 | if let Some(node) = node.swap((None, Tag::None), Release).0 { [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] ... [INFO] [stdout] 1005 | } else { [INFO] [stdout] | - now the temporary value is dropped here, before the local variables in the block or statement [INFO] [stdout] ... [INFO] [stdout] 1015 | if let Some(obsolete_node) = self [INFO] [stdout] | ______________________________________________________- [INFO] [stdout] 1016 | | .unbounded_child [INFO] [stdout] 1017 | | .swap( [INFO] [stdout] 1018 | | (max_key_child.get_shared(Relaxed, guard), Tag::None), [INFO] [stdout] 1019 | | Release, [INFO] [stdout] 1020 | | ) [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] 1029 | if let Some(node) = max_key_child.swap((None, Tag::None), Release).0 { [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] 1036 | self.unbounded_child.swap((None, RETIRED), Release).0 [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] | [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] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `#1` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `#2` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `#3` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [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/tree_index/internal_node.rs:990:32 [INFO] [stdout] | [INFO] [stdout] 990 | while let Some(lock) = Locker::try_lock(self) { [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] | `lock` calls a custom destructor [INFO] [stdout] | `lock` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 1015 | if let Some(obsolete_node) = self [INFO] [stdout] | ______________________________________________________- [INFO] [stdout] 1016 | | .unbounded_child [INFO] [stdout] 1017 | | .swap( [INFO] [stdout] 1018 | | (max_key_child.get_shared(Relaxed, guard), Tag::None), [INFO] [stdout] 1019 | | Release, [INFO] [stdout] 1020 | | ) [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] 1029 | if let Some(node) = max_key_child.swap((None, Tag::None), Release).0 { [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] 1036 | self.unbounded_child.swap((None, RETIRED), Release).0 [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] ... [INFO] [stdout] 1060 | } [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] --> src/tree_index/internal_node.rs:1111:1 [INFO] [stdout] | [INFO] [stdout] 1111 | / impl Drop for Locker<'_, K, V> { [INFO] [stdout] 1112 | | #[inline] [INFO] [stdout] 1113 | | fn drop(&mut self) { [INFO] [stdout] 1114 | | self.internal_node.unlock(); [INFO] [stdout] 1115 | | } [INFO] [stdout] 1116 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `lock` invokes this custom destructor [INFO] [stdout] --> src/tree_index/internal_node.rs:1111:1 [INFO] [stdout] | [INFO] [stdout] 1111 | / impl Drop for Locker<'_, K, V> { [INFO] [stdout] 1112 | | #[inline] [INFO] [stdout] 1113 | | fn drop(&mut self) { [INFO] [stdout] 1114 | | self.internal_node.unlock(); [INFO] [stdout] 1115 | | } [INFO] [stdout] 1116 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `#1` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `#2` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `#3` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [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/tree_index/leaf_node.rs:365:23 [INFO] [stdout] | [INFO] [stdout] 329 | let insert_result = child_ref.insert(key, val); [INFO] [stdout] | ------------- [INFO] [stdout] | | [INFO] [stdout] | `insert_result` calls a custom destructor [INFO] [stdout] | `insert_result` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 335 | let split_result = self.split_leaf( [INFO] [stdout] | _____________________________________------------___- [INFO] [stdout] | | | [INFO] [stdout] | | `split_result` calls a custom destructor [INFO] [stdout] | | `split_result` will be dropped later as of Edition 2024 [INFO] [stdout] 336 | | k, [INFO] [stdout] 337 | | v, [INFO] [stdout] 338 | | Some(child_key), [INFO] [stdout] ... | [INFO] [stdout] 342 | | guard, [INFO] [stdout] 343 | | )?; [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] 365 | match self.unbounded_child.compare_exchange( [INFO] [stdout] | _______________________^ [INFO] [stdout] | |_______________________| [INFO] [stdout] 366 | | Ptr::null(), [INFO] [stdout] 367 | | (Some(Shared::new(Leaf::new())), Tag::None), [INFO] [stdout] 368 | | AcqRel, [INFO] [stdout] 369 | | Acquire, [INFO] [stdout] 370 | | guard, [INFO] [stdout] 371 | | ) { [INFO] [stdout] | | ^ [INFO] [stdout] | |_________________| [INFO] [stdout] | |_________________this value will be stored in a temporary; let us call it `#5` [INFO] [stdout] | up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 379 | | } [INFO] [stdout] | | - now the temporary value is dropped here, before the local variables in the block or statement [INFO] [stdout] ... | [INFO] [stdout] 385 | | let insert_result = unbounded.insert(key, val); [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] 393 | let split_result = self.split_leaf( [INFO] [stdout] | _____________________________------------___- [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] 394 | | k, [INFO] [stdout] 395 | | v, [INFO] [stdout] 396 | | None, [INFO] [stdout] ... | [INFO] [stdout] 400 | | guard, [INFO] [stdout] 401 | | )?; [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] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see [INFO] [stdout] note: `#5` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [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/tree_index/leaf_node.rs:521:41 [INFO] [stdout] | [INFO] [stdout] 521 | if let Some(leaf) = leaf.swap((None, Tag::None), AcqRel).0 { [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] | `leaf` calls a custom destructor [INFO] [stdout] | `leaf` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 524 | } [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] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `leaf` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [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/tree_index/leaf_node.rs:673:42 [INFO] [stdout] | [INFO] [stdout] 668 | / low_key_leaf_node [INFO] [stdout] 669 | | .unbounded_child [INFO] [stdout] 670 | | .swap((v.get_shared(Relaxed, guard), Tag::None), Relaxed); [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] 673 | if let Some(k) = k.cloned() { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this value will be stored in a temporary; let us call it `#3` [INFO] [stdout] | up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 680 | / high_key_leaf_node [INFO] [stdout] 681 | | .unbounded_child [INFO] [stdout] 682 | | .swap((v.get_shared(Relaxed, guard), Tag::None), Relaxed); [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] 683 | } [INFO] [stdout] 684 | | } [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] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `#2` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [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/tree_index/leaf_node.rs:950:13 [INFO] [stdout] | [INFO] [stdout] 897 | let result = target.push_back( [INFO] [stdout] | ------ [INFO] [stdout] | | [INFO] [stdout] | `result` calls a custom destructor [INFO] [stdout] | `result` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 904 | let result = [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] 950 | full_leaf.swap((high_key_leaf, Tag::None), Release).0 [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] 951 | } else { [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` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `result` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `#1` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [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/tree_index/leaf_node.rs:964:13 [INFO] [stdout] | [INFO] [stdout] 956 | let result = [INFO] [stdout] | ------ [INFO] [stdout] | | [INFO] [stdout] | `result` calls a custom destructor [INFO] [stdout] | `result` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 964 | / full_leaf [INFO] [stdout] 965 | | .swap( [INFO] [stdout] 966 | | self.split_op.low_key_leaf.swap((None, Tag::None), Release), [INFO] [stdout] 967 | | Release, [INFO] [stdout] 968 | | ) [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] 969 | .0 [INFO] [stdout] 970 | }; [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] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `result` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [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/tree_index/leaf_node.rs:999:41 [INFO] [stdout] | [INFO] [stdout] 999 | if let Some(leaf) = entry.1.swap((None, Tag::None), Release).0 { [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] 1008 | } else { [INFO] [stdout] | - now the temporary value is dropped here, before the local variables in the block or statement [INFO] [stdout] ... [INFO] [stdout] 1026 | self.unbounded_child.swap((None, RETIRED), Release).0 [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] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see [INFO] [stdout] note: `#2` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `#1` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [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/tree_index/leaf_node.rs:986:32 [INFO] [stdout] | [INFO] [stdout] 986 | while let Some(lock) = Locker::try_lock(self) { [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] | `lock` calls a custom destructor [INFO] [stdout] | `lock` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 1026 | self.unbounded_child.swap((None, RETIRED), Release).0 [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] 1049 | } [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` invokes this custom destructor [INFO] [stdout] --> src/tree_index/leaf_node.rs:1094:1 [INFO] [stdout] | [INFO] [stdout] 1094 | / impl Drop for Locker<'_, K, V> { [INFO] [stdout] 1095 | | #[inline] [INFO] [stdout] 1096 | | fn drop(&mut self) { [INFO] [stdout] 1097 | | self.leaf_node.unlock(); [INFO] [stdout] 1098 | | } [INFO] [stdout] 1099 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `lock` invokes this custom destructor [INFO] [stdout] --> src/tree_index/leaf_node.rs:1094:1 [INFO] [stdout] | [INFO] [stdout] 1094 | / impl Drop for Locker<'_, K, V> { [INFO] [stdout] 1095 | | #[inline] [INFO] [stdout] 1096 | | fn drop(&mut self) { [INFO] [stdout] 1097 | | self.leaf_node.unlock(); [INFO] [stdout] 1098 | | } [INFO] [stdout] 1099 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `#1` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [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/tree_index/node.rs:204:72 [INFO] [stdout] | [INFO] [stdout] 203 | let mut new_root = Shared::new(Node::new_internal_node()); [INFO] [stdout] | ------------ [INFO] [stdout] | | [INFO] [stdout] | `new_root` calls a custom destructor [INFO] [stdout] | `new_root` will be dropped later as of Edition 2024 [INFO] [stdout] 204 | if let (Some(Self::Internal(internal_node)), Some(old_root)) = ( [INFO] [stdout] | ________________________________________________________________________^ [INFO] [stdout] 205 | | unsafe { new_root.get_mut() }, [INFO] [stdout] 206 | | root.get_shared(Relaxed, guard), [INFO] [stdout] 207 | | ) { [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] 257 | } [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] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `new_root` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [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/tree_index/node.rs:327:19 [INFO] [stdout] | [INFO] [stdout] 273 | let mut internal_node_locker = None; [INFO] [stdout] | ------------------------ [INFO] [stdout] | | [INFO] [stdout] | `internal_node_locker` calls a custom destructor [INFO] [stdout] | `internal_node_locker` will be dropped later as of Edition 2024 [INFO] [stdout] 274 | let mut leaf_node_locker = None; [INFO] [stdout] | -------------------- [INFO] [stdout] | | [INFO] [stdout] | `leaf_node_locker` calls a custom destructor [INFO] [stdout] | `leaf_node_locker` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 327 | match root.compare_exchange(root_ptr, (new_root, Tag::None), AcqRel, Acquire, guard) { [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] 339 | } [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] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `internal_node_locker` invokes this custom destructor [INFO] [stdout] --> src/tree_index/internal_node.rs:1111:1 [INFO] [stdout] | [INFO] [stdout] 1111 | / impl Drop for Locker<'_, K, V> { [INFO] [stdout] 1112 | | #[inline] [INFO] [stdout] 1113 | | fn drop(&mut self) { [INFO] [stdout] 1114 | | self.internal_node.unlock(); [INFO] [stdout] 1115 | | } [INFO] [stdout] 1116 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `leaf_node_locker` invokes this custom destructor [INFO] [stdout] --> src/tree_index/leaf_node.rs:1094:1 [INFO] [stdout] | [INFO] [stdout] 1094 | / impl Drop for Locker<'_, K, V> { [INFO] [stdout] 1095 | | #[inline] [INFO] [stdout] 1096 | | fn drop(&mut self) { [INFO] [stdout] 1097 | | self.leaf_node.unlock(); [INFO] [stdout] 1098 | | } [INFO] [stdout] 1099 | | } [INFO] [stdout] | |_^ [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/tree_index.rs:179:23 [INFO] [stdout] | [INFO] [stdout] 174 | let mut new_root = None; [INFO] [stdout] | ------------ [INFO] [stdout] | | [INFO] [stdout] | `new_root` calls a custom destructor [INFO] [stdout] | `new_root` will be dropped later as of Edition 2024 [INFO] [stdout] 175 | loop { [INFO] [stdout] 176 | let guard = Guard::new(); [INFO] [stdout] | ----- [INFO] [stdout] | | [INFO] [stdout] | `guard` calls a custom destructor [INFO] [stdout] | `guard` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 179 | match root_ref.insert(key, val, &mut (), &guard) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this value will be stored in a temporary; let us call it `#3` [INFO] [stdout] | up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024 [INFO] [stdout] 180 | Ok(r) => match r { [INFO] [stdout] | - [INFO] [stdout] | | [INFO] [stdout] | `r` calls a custom destructor [INFO] [stdout] | `r` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 189 | let (k, v) = Node::split_root(root_ptr, &self.root, k, v, &guard); [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] 205 | } [INFO] [stdout] | - now the temporary value is dropped here, before the local variables in the block or statement [INFO] [stdout] 206 | [INFO] [stdout] 207 | let node = if let Some(new_root) = new_root.take() { [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] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see [INFO] [stdout] note: `new_root` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `guard` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/guard.rs:156:1 [INFO] [stdout] | [INFO] [stdout] 156 | impl Drop for Guard { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `#2` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [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/tree_index.rs:212:37 [INFO] [stdout] | [INFO] [stdout] 176 | let guard = Guard::new(); [INFO] [stdout] | ----- [INFO] [stdout] | | [INFO] [stdout] | `guard` calls a custom destructor [INFO] [stdout] | `guard` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 212 | if let Err((node, _)) = self.root.compare_exchange( [INFO] [stdout] | _____________________________________^ [INFO] [stdout] 213 | | Ptr::null(), [INFO] [stdout] 214 | | (Some(node), Tag::None), [INFO] [stdout] 215 | | AcqRel, [INFO] [stdout] 216 | | Acquire, [INFO] [stdout] 217 | | &guard, [INFO] [stdout] 218 | | ) { [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] 221 | } [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] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `guard` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/guard.rs:156:1 [INFO] [stdout] | [INFO] [stdout] 156 | impl Drop for Guard { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [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/tree_index.rs:251:27 [INFO] [stdout] | [INFO] [stdout] 242 | let mut new_root = None; [INFO] [stdout] | ------------ [INFO] [stdout] | | [INFO] [stdout] | `new_root` calls a custom destructor [INFO] [stdout] | `new_root` will be dropped later as of Edition 2024 [INFO] [stdout] 243 | loop { [INFO] [stdout] 244 | let mut async_wait = AsyncWait::default(); [INFO] [stdout] | -------------- [INFO] [stdout] | | [INFO] [stdout] | `async_wait` calls a custom destructor [INFO] [stdout] | `async_wait` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 248 | let guard = Guard::new(); [INFO] [stdout] | ----- [INFO] [stdout] | | [INFO] [stdout] | `guard` calls a custom destructor [INFO] [stdout] | `guard` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 251 | match root_ref.insert(key, val, &mut async_wait_pinned, &guard) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this value will be stored in a temporary; let us call it `#3` [INFO] [stdout] | up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024 [INFO] [stdout] 252 | Ok(r) => match r { [INFO] [stdout] | - [INFO] [stdout] | | [INFO] [stdout] | `r` calls a custom destructor [INFO] [stdout] | `r` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 262 | let (k, v) = Node::split_root(root_ptr, &self.root, k, v, &guard); [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] 279 | } else { [INFO] [stdout] | - now the temporary value is dropped here, before the local variables in the block or statement [INFO] [stdout] ... [INFO] [stdout] 288 | let node = if let Some(new_root) = new_root.take() { [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] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see [INFO] [stdout] note: `new_root` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `async_wait` invokes this custom destructor [INFO] [stdout] --> src/wait_queue.rs:254:1 [INFO] [stdout] | [INFO] [stdout] 254 | / impl Drop for AsyncWait { [INFO] [stdout] 255 | | #[inline] [INFO] [stdout] 256 | | fn drop(&mut self) { [INFO] [stdout] 257 | | if self.mutex.is_some() { [INFO] [stdout] ... | [INFO] [stdout] 261 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `guard` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/guard.rs:156:1 [INFO] [stdout] | [INFO] [stdout] 156 | impl Drop for Guard { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `#2` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [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/tree_index.rs:293:37 [INFO] [stdout] | [INFO] [stdout] 244 | let mut async_wait = AsyncWait::default(); [INFO] [stdout] | -------------- [INFO] [stdout] | | [INFO] [stdout] | `async_wait` calls a custom destructor [INFO] [stdout] | `async_wait` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 293 | if let Err((node, _)) = self.root.compare_exchange( [INFO] [stdout] | _____________________________________^ [INFO] [stdout] 294 | | Ptr::null(), [INFO] [stdout] 295 | | (Some(node), Tag::None), [INFO] [stdout] 296 | | AcqRel, [INFO] [stdout] 297 | | Acquire, [INFO] [stdout] 298 | | &Guard::new(), [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] 299 | | ) { [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] 302 | } [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] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/shared.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | impl Drop for Shared { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `#2` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.5/src/guard.rs:156:1 [INFO] [stdout] | [INFO] [stdout] 156 | impl Drop for Guard { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `async_wait` invokes this custom destructor [INFO] [stdout] --> src/wait_queue.rs:254:1 [INFO] [stdout] | [INFO] [stdout] 254 | / impl Drop for AsyncWait { [INFO] [stdout] 255 | | #[inline] [INFO] [stdout] 256 | | fn drop(&mut self) { [INFO] [stdout] 257 | | if self.mutex.is_some() { [INFO] [stdout] ... | [INFO] [stdout] 261 | | } [INFO] [stdout] | |_^ [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 `scc` (lib) due to 42 previous errors [INFO] running `Command { std: "docker" "inspect" "2fbd44d7dcf1a2e78048d681454ad884c509686a51e634d4043ee801d8a976f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2fbd44d7dcf1a2e78048d681454ad884c509686a51e634d4043ee801d8a976f7", kill_on_drop: false }` [INFO] [stdout] 2fbd44d7dcf1a2e78048d681454ad884c509686a51e634d4043ee801d8a976f7