Add+Use mir::BinOp::Cmp
This commit is contained in:
@@ -1444,6 +1444,8 @@ pub enum BinOp {
|
||||
Ge,
|
||||
/// The `>` operator (greater than)
|
||||
Gt,
|
||||
/// The `<=>` operator (three-way comparison, like `Ord::cmp`)
|
||||
Cmp,
|
||||
/// The `ptr.offset` operator
|
||||
Offset,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user