Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
auto merge of #9292 : blake2-ppc/rust/borrow-ref-eq, r=huonw
std::borrow: Use raw pointer comparison for `ref_eq` Compare as `*T` in `ref_eq` instead of casting to uint, to match what std::ptr does.
- Loading branch information