Implement PartialCmp for ConstFloat
This commit is contained in:
committed by
Oliver Schneider
parent
7def638e42
commit
7d982fdcf4
@@ -17,7 +17,6 @@ impl_stable_hash_for!(struct ::rustc_const_math::ConstFloat {
|
||||
});
|
||||
|
||||
impl_stable_hash_for!(enum ::rustc_const_math::ConstMathErr {
|
||||
CmpBetweenUnequalTypes,
|
||||
UnequalTypes(op),
|
||||
Overflow(op),
|
||||
DivisionByZero,
|
||||
|
||||
Reference in New Issue
Block a user