Auto merge of #3281 - RalfJung:typo, r=RalfJung
fix typo in operator.rs
This commit is contained in:
commit
0186c24d9e
@ -24,7 +24,7 @@ fn binary_ptr_op(
|
||||
|
||||
Ok(match bin_op {
|
||||
Eq | Ne | Lt | Le | Gt | Ge => {
|
||||
assert_eq!(left.layout.abi, right.layout.abi); // types an differ, e.g. fn ptrs with different `for`
|
||||
assert_eq!(left.layout.abi, right.layout.abi); // types can differ, e.g. fn ptrs with different `for`
|
||||
let size = this.pointer_size();
|
||||
// Just compare the bits. ScalarPairs are compared lexicographically.
|
||||
// We thus always compare pairs and simply fill scalars up with 0.
|
||||
|
Loading…
Reference in New Issue
Block a user