]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #9292 : blake2-ppc/rust/borrow-ref-eq, r=huonw
authorbors <bors@rust-lang.org>
Thu, 19 Sep 2013 10:01:05 +0000 (03:01 -0700)
committerbors <bors@rust-lang.org>
Thu, 19 Sep 2013 10:01:05 +0000 (03:01 -0700)
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.


Trivial merge