Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use ptr::addr_eq instead of == in Arc::ptr_eq
- This is what `std::sync::Arc` does - This is behavior change - Previous behavior was unreliable because compiler could merge/duplicate vtables - Doing mostly to reduce the number of compiler warnings - New code requires Rust >= 1.76.0
- Loading branch information