]> git.lizzy.rs Git - rust.git/commit
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)
commit4904bc33cc20044709286794d3998d7464277ab4
tree83c84fbb91bac94f9753f1849dcabc3ec8e7d1a5
parenta7cf7b7b0b3392bc3219e2bea44a0a18283aae50
parent7024a9d5298a6ead78cfead653b3697a40a1b8b7
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.