Implement PartialCmp for ConstFloat

This commit is contained in:
Oliver Schneider 2018-04-24 14:42:30 +02:00 committed by Oliver Schneider
parent 7def638e42
commit 7d982fdcf4
No known key found for this signature in database
GPG key ID: 1D5CB4FC597C3004
5 changed files with 17 additions and 15 deletions

View file

@ -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,