Implement PartialCmp for ConstFloat
This commit is contained in:
parent
7def638e42
commit
7d982fdcf4
5 changed files with 17 additions and 15 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue