[INFO] fetching crate corlib 0.3.0... [INFO] checking corlib-0.3.0 against try#4d98531622e1718ae0bc3c7a1ab9cd8938428452+rustflags=-Dtail_expr_drop_order for pr-129604 [INFO] extracting crate corlib 0.3.0 into /workspace/builds/worker-5-tc2/source [INFO] validating manifest of crates.io crate corlib 0.3.0 on toolchain 4d98531622e1718ae0bc3c7a1ab9cd8938428452 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate corlib 0.3.0 [INFO] finished tweaking crates.io crate corlib 0.3.0 [INFO] tweaked toml for crates.io crate corlib 0.3.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 6 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 44484305e915e7f0282f6e015ea19e253c7d51a8b872a0d82bbf0ac8c4aceeff [INFO] running `Command { std: "docker" "start" "-a" "44484305e915e7f0282f6e015ea19e253c7d51a8b872a0d82bbf0ac8c4aceeff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "44484305e915e7f0282f6e015ea19e253c7d51a8b872a0d82bbf0ac8c4aceeff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "44484305e915e7f0282f6e015ea19e253c7d51a8b872a0d82bbf0ac8c4aceeff", kill_on_drop: false }` [INFO] [stdout] 44484305e915e7f0282f6e015ea19e253c7d51a8b872a0d82bbf0ac8c4aceeff [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dtail_expr_drop_order" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ff5ebba19722b828409fdbec40d2915179ab7c07a845f116964e471587bd6526 [INFO] running `Command { std: "docker" "start" "-a" "ff5ebba19722b828409fdbec40d2915179ab7c07a845f116964e471587bd6526", kill_on_drop: false }` [INFO] [stderr] Compiling delegate v0.12.0 [INFO] [stderr] Checking corlib v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `Weak` [INFO] [stdout] --> src/collections/hashset_item.rs:3:19 [INFO] [stdout] | [INFO] [stdout] 3 | use std::rc::{Rc, Weak}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `IterMut` [INFO] [stdout] --> src/collections/unique_item_list.rs:5:24 [INFO] [stdout] | [INFO] [stdout] 5 | use std::slice::{Iter, IterMut, SliceIndex}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::marker::PhantomData` [INFO] [stdout] --> src/events/dictionary_weak_rc_event.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::marker::PhantomData; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Dictionary` [INFO] [stdout] --> src/events/dictionary_weak_rc_event.rs:7:26 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::collections::{Dictionary}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::weak_by_ptr::WeakByPtr` [INFO] [stdout] --> src/events/dictionary_weak_rc_event.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use crate::weak_by_ptr::WeakByPtr; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::marker::PhantomData` [INFO] [stdout] --> src/events/list_event.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::marker::PhantomData; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Weak` [INFO] [stdout] --> src/events/list_event.rs:2:19 [INFO] [stdout] | [INFO] [stdout] 2 | use std::rc::{Rc, Weak}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::collections::List` [INFO] [stdout] --> src/events/list_event.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::collections::List; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::weak_by_ptr::WeakByPtr` [INFO] [stdout] --> src/events/list_event.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use crate::weak_by_ptr::WeakByPtr; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::rc_by_ptr::RcByPtr` [INFO] [stdout] --> src/events/list_event.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | use crate::rc_by_ptr::RcByPtr; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Weak` [INFO] [stdout] --> src/events/base_list_event.rs:2:19 [INFO] [stdout] | [INFO] [stdout] 2 | use std::rc::{Rc, Weak}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::ops::Fn` [INFO] [stdout] --> src/events/base_list_event.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::ops::Fn; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::weak_by_ptr::WeakByPtr` [INFO] [stdout] --> src/events/base_list_event.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use crate::weak_by_ptr::WeakByPtr; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Weak` [INFO] [stdout] --> src/events/list_args_event.rs:2:19 [INFO] [stdout] | [INFO] [stdout] 2 | use std::rc::{Rc, Weak}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::collections::List` [INFO] [stdout] --> src/events/list_args_event.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::collections::List; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::weak_by_ptr::WeakByPtr` [INFO] [stdout] --> src/events/list_args_event.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use crate::weak_by_ptr::WeakByPtr; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::rc_by_ptr::RcByPtr` [INFO] [stdout] --> src/events/list_args_event.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | use crate::rc_by_ptr::RcByPtr; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::ops::Fn` [INFO] [stdout] --> src/events/base_dictionary_weak_rc_event.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::ops::Fn; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::rc_by_ptr::RcByPtr` [INFO] [stdout] --> src/events/base_dictionary_weak_rc_event.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use crate::rc_by_ptr::RcByPtr; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Dictionary` [INFO] [stdout] --> src/events/dictionary_weak_rc_args_event.rs:7:26 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::collections::{Dictionary}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::weak_by_ptr::WeakByPtr` [INFO] [stdout] --> src/events/dictionary_weak_rc_args_event.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use crate::weak_by_ptr::WeakByPtr; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Index` and `result` [INFO] [stdout] --> src/gap_filling_counter.rs:1:33 [INFO] [stdout] | [INFO] [stdout] 1 | use std::{ops::{AddAssign, Add, Index, SubAssign}, result}; [INFO] [stdout] | ^^^^^ ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Weak` [INFO] [stdout] --> src/collections/hashset_item.rs:3:19 [INFO] [stdout] | [INFO] [stdout] 3 | use std::rc::{Rc, Weak}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `IterMut` [INFO] [stdout] --> src/collections/unique_item_list.rs:5:24 [INFO] [stdout] | [INFO] [stdout] 5 | use std::slice::{Iter, IterMut, SliceIndex}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::marker::PhantomData` [INFO] [stdout] --> src/events/dictionary_weak_rc_event.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::marker::PhantomData; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Dictionary` [INFO] [stdout] --> src/events/dictionary_weak_rc_event.rs:7:26 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::collections::{Dictionary}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::weak_by_ptr::WeakByPtr` [INFO] [stdout] --> src/events/dictionary_weak_rc_event.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use crate::weak_by_ptr::WeakByPtr; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::marker::PhantomData` [INFO] [stdout] --> src/events/list_event.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::marker::PhantomData; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Weak` [INFO] [stdout] --> src/events/list_event.rs:2:19 [INFO] [stdout] | [INFO] [stdout] 2 | use std::rc::{Rc, Weak}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::collections::List` [INFO] [stdout] --> src/events/list_event.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::collections::List; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::weak_by_ptr::WeakByPtr` [INFO] [stdout] --> src/events/list_event.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use crate::weak_by_ptr::WeakByPtr; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::rc_by_ptr::RcByPtr` [INFO] [stdout] --> src/events/list_event.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | use crate::rc_by_ptr::RcByPtr; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Weak` [INFO] [stdout] --> src/events/base_list_event.rs:2:19 [INFO] [stdout] | [INFO] [stdout] 2 | use std::rc::{Rc, Weak}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::ops::Fn` [INFO] [stdout] --> src/events/base_list_event.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::ops::Fn; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::weak_by_ptr::WeakByPtr` [INFO] [stdout] --> src/events/base_list_event.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use crate::weak_by_ptr::WeakByPtr; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Weak` [INFO] [stdout] --> src/events/list_args_event.rs:2:19 [INFO] [stdout] | [INFO] [stdout] 2 | use std::rc::{Rc, Weak}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::collections::List` [INFO] [stdout] --> src/events/list_args_event.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::collections::List; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::weak_by_ptr::WeakByPtr` [INFO] [stdout] --> src/events/list_args_event.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use crate::weak_by_ptr::WeakByPtr; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::rc_by_ptr::RcByPtr` [INFO] [stdout] --> src/events/list_args_event.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | use crate::rc_by_ptr::RcByPtr; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::ops::Fn` [INFO] [stdout] --> src/events/base_dictionary_weak_rc_event.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::ops::Fn; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::rc_by_ptr::RcByPtr` [INFO] [stdout] --> src/events/base_dictionary_weak_rc_event.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use crate::rc_by_ptr::RcByPtr; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Dictionary` [INFO] [stdout] --> src/events/dictionary_weak_rc_args_event.rs:7:26 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::collections::{Dictionary}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::weak_by_ptr::WeakByPtr` [INFO] [stdout] --> src/events/dictionary_weak_rc_args_event.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use crate::weak_by_ptr::WeakByPtr; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Index` and `result` [INFO] [stdout] --> src/gap_filling_counter.rs:1:33 [INFO] [stdout] | [INFO] [stdout] 1 | use std::{ops::{AddAssign, Add, Index, SubAssign}, result}; [INFO] [stdout] | ^^^^^ ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `collections::hashset_item::HashsetItem` [INFO] [stdout] --> src/collections/hashset_item.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | impl HashsetItem [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `collections::hashset_item::HashsetItem` [INFO] [stdout] --> src/collections/hashset_item.rs:34:23 [INFO] [stdout] | [INFO] [stdout] 34 | impl PartialEq for HashsetItem> [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `collections::hashset_item::HashsetItem` [INFO] [stdout] --> src/collections/hashset_item.rs:47:16 [INFO] [stdout] | [INFO] [stdout] 47 | impl Eq for HashsetItem> [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `collections::hashset_item::HashsetItem` [INFO] [stdout] --> src/collections/hashset_item.rs:52:22 [INFO] [stdout] | [INFO] [stdout] 52 | impl<'a, T> Hash for HashsetItem> [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `collections::hashset_item::HashsetItem` [INFO] [stdout] --> src/collections/hashset_item.rs:87:22 [INFO] [stdout] | [INFO] [stdout] 87 | impl<'a, T> Hash for HashsetItem>> [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `collections::hashset_item::HashsetItem` [INFO] [stdout] --> src/collections/hashset_item.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | impl HashsetItem [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `collections::hashset_item::HashsetItem` [INFO] [stdout] --> src/collections/hashset_item.rs:34:23 [INFO] [stdout] | [INFO] [stdout] 34 | impl PartialEq for HashsetItem> [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `collections::hashset_item::HashsetItem` [INFO] [stdout] --> src/collections/hashset_item.rs:47:16 [INFO] [stdout] | [INFO] [stdout] 47 | impl Eq for HashsetItem> [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `collections::hashset_item::HashsetItem` [INFO] [stdout] --> src/collections/hashset_item.rs:52:22 [INFO] [stdout] | [INFO] [stdout] 52 | impl<'a, T> Hash for HashsetItem> [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `collections::hashset_item::HashsetItem` [INFO] [stdout] --> src/collections/hashset_item.rs:87:22 [INFO] [stdout] | [INFO] [stdout] 87 | impl<'a, T> Hash for HashsetItem>> [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `collections::hashset_item::HashsetItem::item` [INFO] [stdout] --> src/collections/hashset_item.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | item [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `collections::hashset_item::HashsetItem::item` [INFO] [stdout] --> src/collections/hashset_item.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | self.item.get_id().hash(state); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `collections::hashset_item::HashsetItem::item` [INFO] [stdout] --> src/collections/hashset_item.rs:97:9 [INFO] [stdout] | [INFO] [stdout] 97 | self.item.borrow().get_id().hash(state); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `collections::hashset_item::HashsetItem::item` [INFO] [stdout] --> src/collections/hashset_item.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | item [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `collections::hashset_item::HashsetItem::item` [INFO] [stdout] --> src/collections/hashset_item.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | self.item.get_id().hash(state); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `collections::hashset_item::HashsetItem::item` [INFO] [stdout] --> src/collections/hashset_item.rs:97:9 [INFO] [stdout] | [INFO] [stdout] 97 | self.item.borrow().get_id().hash(state); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Add` [INFO] [stdout] --> src/gap_filling_counter.rs:1:28 [INFO] [stdout] | [INFO] [stdout] 1 | use std::{ops::{AddAssign, Add, Index, SubAssign}, result}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Add` [INFO] [stdout] --> src/gap_filling_counter.rs:1:28 [INFO] [stdout] | [INFO] [stdout] 1 | use std::{ops::{AddAssign, Add, Index, SubAssign}, result}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `iter_mut` is never used [INFO] [stdout] --> src/collections/dictionary.rs:293:8 [INFO] [stdout] | [INFO] [stdout] 17 | / impl Dictionary [INFO] [stdout] 18 | | where K: PartialEq [INFO] [stdout] | |______________________- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 293 | fn iter_mut(&mut self) -> IterMut<'_, KeyValuePair> [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `clone_from_vec_dequeue` and `clone_into_vec_dequeue` are never used [INFO] [stdout] --> src/collections/queue.rs:259:8 [INFO] [stdout] | [INFO] [stdout] 255 | / impl Queue [INFO] [stdout] 256 | | where T: Clone [INFO] [stdout] | |__________________- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 259 | fn clone_from_vec_dequeue(&self, other: VecDeque) -> Self [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 271 | fn clone_into_vec_dequeue(&self) -> VecDeque [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `le` is never read [INFO] [stdout] --> src/events/base_list_event.rs:143:5 [INFO] [stdout] | [INFO] [stdout] 139 | pub struct LEPubEvent<'a, F: ?Sized, S> [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 143 | le: &'a mut BaseListEvent [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `subscribe`, `unsubscribe`, `len`, and `is_empty` are never used [INFO] [stdout] --> src/events/base_list_event.rs:167:16 [INFO] [stdout] | [INFO] [stdout] 148 | impl<'a, F: ?Sized, S> LEPubEvent<'a, F, S> [INFO] [stdout] | ------------------------------------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 167 | fn subscribe(&mut self, f: &Rc) -> bool; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 168 | [INFO] [stdout] 169 | fn unsubscribe(&mut self, f: &Rc) -> bool; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 177 | fn len(&self) -> usize; [INFO] [stdout] | ^^^ [INFO] [stdout] 178 | [INFO] [stdout] 179 | fn is_empty(&self) -> bool; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `SenderArgEventFunc` is never used [INFO] [stdout] --> src/events/list_args_event.rs:24:10 [INFO] [stdout] | [INFO] [stdout] 24 | pub type SenderArgEventFunc = dyn Fn(&S, &A) -> bool; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ListArgsEvent` is never constructed [INFO] [stdout] --> src/events/list_args_event.rs:29:12 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct ListArgsEvent [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `iter_mut` is never used [INFO] [stdout] --> src/collections/dictionary.rs:293:8 [INFO] [stdout] | [INFO] [stdout] 17 | / impl Dictionary [INFO] [stdout] 18 | | where K: PartialEq [INFO] [stdout] | |______________________- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 293 | fn iter_mut(&mut self) -> IterMut<'_, KeyValuePair> [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `clone_from_vec_dequeue` and `clone_into_vec_dequeue` are never used [INFO] [stdout] --> src/collections/queue.rs:259:8 [INFO] [stdout] | [INFO] [stdout] 255 | / impl Queue [INFO] [stdout] 256 | | where T: Clone [INFO] [stdout] | |__________________- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 259 | fn clone_from_vec_dequeue(&self, other: VecDeque) -> Self [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 271 | fn clone_into_vec_dequeue(&self) -> VecDeque [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple associated items are never used [INFO] [stdout] --> src/events/list_args_event.rs:42:12 [INFO] [stdout] | [INFO] [stdout] 38 | impl ListArgsEvent [INFO] [stdout] | ------------------------------ associated items in this implementation [INFO] [stdout] ... [INFO] [stdout] 42 | pub fn new() -> Self [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 55 | pub fn with_capacity(capacity: usize) -> Self [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | fn subscribe(&mut self, f: &Rc>) -> bool; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 73 | [INFO] [stdout] 74 | fn unsubscribe(&mut self, f: &Rc>) -> bool; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 75 | [INFO] [stdout] 76 | fn get_pub_event<'a>(&'a mut self) -> LEPubEvent<'a, SenderArgEventFunc, S>; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 77 | [INFO] [stdout] 78 | fn len(&self) -> usize; [INFO] [stdout] | ^^^ [INFO] [stdout] 79 | [INFO] [stdout] 80 | fn is_empty(&self) -> bool; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `le` is never read [INFO] [stdout] --> src/events/base_list_event.rs:143:5 [INFO] [stdout] | [INFO] [stdout] 139 | pub struct LEPubEvent<'a, F: ?Sized, S> [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 143 | le: &'a mut BaseListEvent [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `raise` is never used [INFO] [stdout] --> src/events/list_args_event.rs:93:12 [INFO] [stdout] | [INFO] [stdout] 89 | impl ListArgsEvent [INFO] [stdout] | ------------------------------ method in this implementation [INFO] [stdout] ... [INFO] [stdout] 93 | pub fn raise(&mut self, sender: &S, event_args: &A) -> usize //mut [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `SenderRcAnyArgEventFunc` is never used [INFO] [stdout] --> src/events/dictionary_weak_rc_args_event.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | pub type SenderRcAnyArgEventFunc = dyn Fn(&S, Rc, &A) -> bool; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `subscribe`, `unsubscribe`, `len`, and `is_empty` are never used [INFO] [stdout] --> src/events/base_list_event.rs:167:16 [INFO] [stdout] | [INFO] [stdout] 148 | impl<'a, F: ?Sized, S> LEPubEvent<'a, F, S> [INFO] [stdout] | ------------------------------------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 167 | fn subscribe(&mut self, f: &Rc) -> bool; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 168 | [INFO] [stdout] 169 | fn unsubscribe(&mut self, f: &Rc) -> bool; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 177 | fn len(&self) -> usize; [INFO] [stdout] | ^^^ [INFO] [stdout] 178 | [INFO] [stdout] 179 | fn is_empty(&self) -> bool; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `DictionaryWeakRcArgsEvent` is never constructed [INFO] [stdout] --> src/events/dictionary_weak_rc_args_event.rs:26:12 [INFO] [stdout] | [INFO] [stdout] 26 | pub struct DictionaryWeakRcArgsEvent //F, //K, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `SenderArgEventFunc` is never used [INFO] [stdout] --> src/events/list_args_event.rs:24:10 [INFO] [stdout] | [INFO] [stdout] 24 | pub type SenderArgEventFunc = dyn Fn(&S, &A) -> bool; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ListArgsEvent` is never constructed [INFO] [stdout] --> src/events/list_args_event.rs:29:12 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct ListArgsEvent [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple associated items are never used [INFO] [stdout] --> src/events/list_args_event.rs:42:12 [INFO] [stdout] | [INFO] [stdout] 38 | impl ListArgsEvent [INFO] [stdout] | ------------------------------ associated items in this implementation [INFO] [stdout] ... [INFO] [stdout] 42 | pub fn new() -> Self [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 55 | pub fn with_capacity(capacity: usize) -> Self [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | fn subscribe(&mut self, f: &Rc>) -> bool; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 73 | [INFO] [stdout] 74 | fn unsubscribe(&mut self, f: &Rc>) -> bool; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 75 | [INFO] [stdout] 76 | fn get_pub_event<'a>(&'a mut self) -> LEPubEvent<'a, SenderArgEventFunc, S>; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 77 | [INFO] [stdout] 78 | fn len(&self) -> usize; [INFO] [stdout] | ^^^ [INFO] [stdout] 79 | [INFO] [stdout] 80 | fn is_empty(&self) -> bool; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple associated items are never used [INFO] [stdout] --> src/events/dictionary_weak_rc_args_event.rs:43:12 [INFO] [stdout] | [INFO] [stdout] 38 | impl DictionaryWeakRcArgsEvent //K, [INFO] [stdout] | ------------------------------------------ associated items in this implementation [INFO] [stdout] ... [INFO] [stdout] 43 | pub fn new() -> Self [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 56 | pub fn with_capacity(capacity: usize) -> Self [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | pub fn subscribe(&mut self, key: Weak, f: &Rc>) -> bool; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 73 | [INFO] [stdout] 74 | pub fn unsubscribe(&mut self, key: Weak) -> bool; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 75 | [INFO] [stdout] 76 | pub fn subscribe_rc(&mut self, key: &Rc, f: &Rc>) -> bool; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 77 | [INFO] [stdout] 78 | pub fn unsubscribe_rc(&mut self, key: &Rc) -> bool; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 79 | [INFO] [stdout] 80 | pub fn get_pub_event<'a>(&'a mut self) -> WDEPubEvent<'a, SenderRcAnyArgEventFunc, S>; //K, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 81 | [INFO] [stdout] 82 | pub fn len(&self) -> usize; [INFO] [stdout] | ^^^ [INFO] [stdout] 83 | [INFO] [stdout] 84 | pub fn is_empty(&self) -> bool; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `raise` is never used [INFO] [stdout] --> src/events/list_args_event.rs:93:12 [INFO] [stdout] | [INFO] [stdout] 89 | impl ListArgsEvent [INFO] [stdout] | ------------------------------ method in this implementation [INFO] [stdout] ... [INFO] [stdout] 93 | pub fn raise(&mut self, sender: &S, event_args: &A) -> usize //mut [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `SenderRcAnyArgEventFunc` is never used [INFO] [stdout] --> src/events/dictionary_weak_rc_args_event.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | pub type SenderRcAnyArgEventFunc = dyn Fn(&S, Rc, &A) -> bool; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `DictionaryWeakRcArgsEvent` is never constructed [INFO] [stdout] --> src/events/dictionary_weak_rc_args_event.rs:26:12 [INFO] [stdout] | [INFO] [stdout] 26 | pub struct DictionaryWeakRcArgsEvent //F, //K, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `raise` is never used [INFO] [stdout] --> src/events/dictionary_weak_rc_args_event.rs:94:12 [INFO] [stdout] | [INFO] [stdout] 90 | impl DictionaryWeakRcArgsEvent //K, [INFO] [stdout] | ------------------------------------------ method in this implementation [INFO] [stdout] ... [INFO] [stdout] 94 | pub fn raise(&mut self, sender: &S, event_args: &A) -> usize //mut [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `SkipOnce` is never constructed [INFO] [stdout] --> src/events/skip_once.rs:5:12 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct SkipOnce [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new`, `should_skip`, `should_skip_next`, and `get` are never used [INFO] [stdout] --> src/events/skip_once.rs:15:12 [INFO] [stdout] | [INFO] [stdout] 12 | impl SkipOnce [INFO] [stdout] | ------------- associated items in this implementation [INFO] [stdout] ... [INFO] [stdout] 15 | pub fn new() -> Self [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 27 | crate::impl_get!(should_skip, bool); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 28 | [INFO] [stdout] 29 | pub fn should_skip_next(&mut self) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 36 | pub fn get(&mut self) -> bool [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `crate::impl_get` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple associated items are never used [INFO] [stdout] --> src/events/dictionary_weak_rc_args_event.rs:43:12 [INFO] [stdout] | [INFO] [stdout] 38 | impl DictionaryWeakRcArgsEvent //K, [INFO] [stdout] | ------------------------------------------ associated items in this implementation [INFO] [stdout] ... [INFO] [stdout] 43 | pub fn new() -> Self [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 56 | pub fn with_capacity(capacity: usize) -> Self [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | pub fn subscribe(&mut self, key: Weak, f: &Rc>) -> bool; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 73 | [INFO] [stdout] 74 | pub fn unsubscribe(&mut self, key: Weak) -> bool; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 75 | [INFO] [stdout] 76 | pub fn subscribe_rc(&mut self, key: &Rc, f: &Rc>) -> bool; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 77 | [INFO] [stdout] 78 | pub fn unsubscribe_rc(&mut self, key: &Rc) -> bool; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 79 | [INFO] [stdout] 80 | pub fn get_pub_event<'a>(&'a mut self) -> WDEPubEvent<'a, SenderRcAnyArgEventFunc, S>; //K, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 81 | [INFO] [stdout] 82 | pub fn len(&self) -> usize; [INFO] [stdout] | ^^^ [INFO] [stdout] 83 | [INFO] [stdout] 84 | pub fn is_empty(&self) -> bool; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `has_one` is never read [INFO] [stdout] --> src/gap_filling_counter.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct GapFillingCounter [INFO] [stdout] | ----------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 18 | has_one: HO [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `raise` is never used [INFO] [stdout] --> src/events/dictionary_weak_rc_args_event.rs:94:12 [INFO] [stdout] | [INFO] [stdout] 90 | impl DictionaryWeakRcArgsEvent //K, [INFO] [stdout] | ------------------------------------------ method in this implementation [INFO] [stdout] ... [INFO] [stdout] 94 | pub fn raise(&mut self, sender: &S, event_args: &A) -> usize //mut [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `SkipOnce` is never constructed [INFO] [stdout] --> src/events/skip_once.rs:5:12 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct SkipOnce [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `get_ref`, `get_mut`, `try_get_ref`, and `try_get_mut` are never used [INFO] [stdout] --> src/lazy.rs:166:8 [INFO] [stdout] | [INFO] [stdout] 111 | impl Lazy [INFO] [stdout] | ------------------------ methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 166 | fn get_ref(&mut self) -> &T [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 175 | fn get_mut(&mut self) -> &mut T [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 184 | fn try_get_ref(&self) -> Option<&T> [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 191 | fn try_get_mut(&mut self) -> Option<&mut T> [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new`, `should_skip`, `should_skip_next`, and `get` are never used [INFO] [stdout] --> src/events/skip_once.rs:15:12 [INFO] [stdout] | [INFO] [stdout] 12 | impl SkipOnce [INFO] [stdout] | ------------- associated items in this implementation [INFO] [stdout] ... [INFO] [stdout] 15 | pub fn new() -> Self [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 27 | crate::impl_get!(should_skip, bool); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 28 | [INFO] [stdout] 29 | pub fn should_skip_next(&mut self) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 36 | pub fn get(&mut self) -> bool [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `crate::impl_get` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/non_option.rs:29:20 [INFO] [stdout] | [INFO] [stdout] 23 | pub fn new(value: T) -> Self [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 29 | value: Some(value) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `has_one` is never read [INFO] [stdout] --> src/gap_filling_counter.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct GapFillingCounter [INFO] [stdout] | ----------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 18 | has_one: HO [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/non_option.rs:53:22 [INFO] [stdout] | [INFO] [stdout] 50 | pub fn new_rfc(value: T) -> RefCell [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 53 | RefCell::new(Self::new(value)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `get_ref`, `get_mut`, `try_get_ref`, and `try_get_mut` are never used [INFO] [stdout] --> src/lazy.rs:166:8 [INFO] [stdout] | [INFO] [stdout] 111 | impl Lazy [INFO] [stdout] | ------------------------ methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 166 | fn get_ref(&mut self) -> &T [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 175 | fn get_mut(&mut self) -> &mut T [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 184 | fn try_get_ref(&self) -> Option<&T> [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 191 | fn try_get_mut(&mut self) -> Option<&mut T> [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/collections/queue.rs:265:23 [INFO] [stdout] | [INFO] [stdout] 259 | fn clone_from_vec_dequeue(&self, other: VecDeque) -> Self [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 265 | contents: other.clone() [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/non_option.rs:29:20 [INFO] [stdout] | [INFO] [stdout] 23 | pub fn new(value: T) -> Self [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 29 | value: Some(value) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/events/base_dictionary_weak_rc_event.rs:67:27 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn subscribe(&mut self, key: Weak, f: &Rc) -> bool [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 67 | self.contents.add(WeakByPtr::new(&key), f.clone()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/non_option.rs:53:22 [INFO] [stdout] | [INFO] [stdout] 50 | pub fn new_rfc(value: T) -> RefCell [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 53 | RefCell::new(Self::new(value)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/events/base_dictionary_weak_rc_event.rs:67:49 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn subscribe(&mut self, key: Weak, f: &Rc) -> bool [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 67 | self.contents.add(WeakByPtr::new(&key), f.clone()) [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/collections/queue.rs:265:23 [INFO] [stdout] | [INFO] [stdout] 259 | fn clone_from_vec_dequeue(&self, other: VecDeque) -> Self [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 265 | contents: other.clone() [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/events/base_dictionary_weak_rc_event.rs:74:30 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn unsubscribe(&mut self, key: Weak) -> bool [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 74 | self.contents.remove(WeakByPtr::new(&key)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/events/base_dictionary_weak_rc_event.rs:67:27 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn subscribe(&mut self, key: Weak, f: &Rc) -> bool [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 67 | self.contents.add(WeakByPtr::new(&key), f.clone()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected [INFO] [stdout] --> src/weak_by_ptr.rs:165:9 [INFO] [stdout] | [INFO] [stdout] 165 | left.partial_cmp(&right) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ambiguous_wide_pointer_comparisons)]` on by default [INFO] [stdout] help: use `std::ptr::addr_eq` or untyped pointers to only compare their addresses [INFO] [stdout] | [INFO] [stdout] 165 | left.cast::<()>().partial_cmp(&right.cast::<()>()) [INFO] [stdout] | +++++++++++++ +++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/events/base_dictionary_weak_rc_event.rs:67:49 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn subscribe(&mut self, key: Weak, f: &Rc) -> bool [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 67 | self.contents.add(WeakByPtr::new(&key), f.clone()) [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected [INFO] [stdout] --> src/weak_by_ptr.rs:181:9 [INFO] [stdout] | [INFO] [stdout] 181 | left.cmp(&right) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use `std::ptr::addr_eq` or untyped pointers to only compare their addresses [INFO] [stdout] | [INFO] [stdout] 181 | left.cast::<()>().cmp(&right.cast::<()>()) [INFO] [stdout] | +++++++++++++ +++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/events/base_dictionary_weak_rc_event.rs:74:30 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn unsubscribe(&mut self, key: Weak) -> bool [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 74 | self.contents.remove(WeakByPtr::new(&key)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected [INFO] [stdout] --> src/rc_by_ptr.rs:154:9 [INFO] [stdout] | [INFO] [stdout] 154 | left.partial_cmp(&right) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use `std::ptr::addr_eq` or untyped pointers to only compare their addresses [INFO] [stdout] | [INFO] [stdout] 154 | left.cast::<()>().partial_cmp(&right.cast::<()>()) [INFO] [stdout] | +++++++++++++ +++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected [INFO] [stdout] --> src/rc_by_ptr.rs:170:9 [INFO] [stdout] | [INFO] [stdout] 170 | left.cmp(&right) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use `std::ptr::addr_eq` or untyped pointers to only compare their addresses [INFO] [stdout] | [INFO] [stdout] 170 | left.cast::<()>().cmp(&right.cast::<()>()) [INFO] [stdout] | +++++++++++++ +++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rfc.rs:188:18 [INFO] [stdout] | [INFO] [stdout] 181 | pub fn borrow_3(rfc: &RefCell, param: &P, mut func: F) -> R [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 186 | let rfc_ref = rfc.borrow(); [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 187 | [INFO] [stdout] 188 | func(rfc_ref, param.clone()) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected [INFO] [stdout] --> src/weak_by_ptr.rs:165:9 [INFO] [stdout] | [INFO] [stdout] 165 | left.partial_cmp(&right) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ambiguous_wide_pointer_comparisons)]` on by default [INFO] [stdout] help: use `std::ptr::addr_eq` or untyped pointers to only compare their addresses [INFO] [stdout] | [INFO] [stdout] 165 | left.cast::<()>().partial_cmp(&right.cast::<()>()) [INFO] [stdout] | +++++++++++++ +++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rfc.rs:199:18 [INFO] [stdout] | [INFO] [stdout] 192 | pub fn borrow_mut_3(rfc: &RefCell, param: &P, mut func: F) -> R [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 197 | let rfc_ref = rfc.borrow_mut(); [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 198 | [INFO] [stdout] 199 | func(rfc_ref, param.clone()) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected [INFO] [stdout] --> src/weak_by_ptr.rs:181:9 [INFO] [stdout] | [INFO] [stdout] 181 | left.cmp(&right) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use `std::ptr::addr_eq` or untyped pointers to only compare their addresses [INFO] [stdout] | [INFO] [stdout] 181 | left.cast::<()>().cmp(&right.cast::<()>()) [INFO] [stdout] | +++++++++++++ +++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/upgrading.rs:81:13 [INFO] [stdout] | [INFO] [stdout] 69 | pub fn up_rc_r(weak: &Weak, mut func: F) -> (bool, R) [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 81 | (false, R::default()) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/upgrading.rs:97:13 [INFO] [stdout] | [INFO] [stdout] 85 | pub fn up_arc_r(weak: &std::sync::Weak, mut func: F) -> (bool, R) [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 97 | (false, R::default()) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/upgrading.rs:133:13 [INFO] [stdout] | [INFO] [stdout] 122 | pub fn up_rc_opt(weak: &Weak, mut func: F) -> (bool, Option) [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 133 | (false, None) [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/upgrading.rs:148:13 [INFO] [stdout] | [INFO] [stdout] 137 | pub fn up_arc_opt(weak: &std::sync::Weak, mut func: F) -> (bool, Option) [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 148 | (false, None) [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected [INFO] [stdout] --> src/rc_by_ptr.rs:154:9 [INFO] [stdout] | [INFO] [stdout] 154 | left.partial_cmp(&right) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use `std::ptr::addr_eq` or untyped pointers to only compare their addresses [INFO] [stdout] | [INFO] [stdout] 154 | left.cast::<()>().partial_cmp(&right.cast::<()>()) [INFO] [stdout] | +++++++++++++ +++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected [INFO] [stdout] --> src/rc_by_ptr.rs:170:9 [INFO] [stdout] | [INFO] [stdout] 170 | left.cmp(&right) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use `std::ptr::addr_eq` or untyped pointers to only compare their addresses [INFO] [stdout] | [INFO] [stdout] 170 | left.cast::<()>().cmp(&right.cast::<()>()) [INFO] [stdout] | +++++++++++++ +++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rfc.rs:188:18 [INFO] [stdout] | [INFO] [stdout] 181 | pub fn borrow_3(rfc: &RefCell, param: &P, mut func: F) -> R [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 186 | let rfc_ref = rfc.borrow(); [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 187 | [INFO] [stdout] 188 | func(rfc_ref, param.clone()) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rfc.rs:199:18 [INFO] [stdout] | [INFO] [stdout] 192 | pub fn borrow_mut_3(rfc: &RefCell, param: &P, mut func: F) -> R [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 197 | let rfc_ref = rfc.borrow_mut(); [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 198 | [INFO] [stdout] 199 | func(rfc_ref, param.clone()) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/upgrading.rs:81:13 [INFO] [stdout] | [INFO] [stdout] 69 | pub fn up_rc_r(weak: &Weak, mut func: F) -> (bool, R) [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 81 | (false, R::default()) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/upgrading.rs:97:13 [INFO] [stdout] | [INFO] [stdout] 85 | pub fn up_arc_r(weak: &std::sync::Weak, mut func: F) -> (bool, R) [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 97 | (false, R::default()) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/upgrading.rs:133:13 [INFO] [stdout] | [INFO] [stdout] 122 | pub fn up_rc_opt(weak: &Weak, mut func: F) -> (bool, Option) [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 133 | (false, None) [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/upgrading.rs:148:13 [INFO] [stdout] | [INFO] [stdout] 137 | pub fn up_arc_opt(weak: &std::sync::Weak, mut func: F) -> (bool, Option) [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 148 | (false, None) [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 12 previous errors; 51 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 12 previous errors; 51 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `corlib` (lib test) due to 13 previous errors; 51 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `corlib` (lib) due to 13 previous errors; 51 warnings emitted [INFO] running `Command { std: "docker" "inspect" "ff5ebba19722b828409fdbec40d2915179ab7c07a845f116964e471587bd6526", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ff5ebba19722b828409fdbec40d2915179ab7c07a845f116964e471587bd6526", kill_on_drop: false }` [INFO] [stdout] ff5ebba19722b828409fdbec40d2915179ab7c07a845f116964e471587bd6526