Remove unnecessary Partial/Ord impl
This commit is contained in:
parent
47dd709bed
commit
1cf345e10a
@ -456,7 +456,7 @@ pub fn is_deterministic(&self) -> bool {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// An unevaluated (potentially generic) constant used in MIR.
|
/// An unevaluated (potentially generic) constant used in MIR.
|
||||||
#[derive(Copy, Clone, Debug, Eq, PartialEq, PartialOrd, Ord, TyEncodable, TyDecodable)]
|
#[derive(Copy, Clone, Debug, Eq, PartialEq, TyEncodable, TyDecodable)]
|
||||||
#[derive(Hash, HashStable, TypeFoldable, TypeVisitable, Lift)]
|
#[derive(Hash, HashStable, TypeFoldable, TypeVisitable, Lift)]
|
||||||
pub struct UnevaluatedConst<'tcx> {
|
pub struct UnevaluatedConst<'tcx> {
|
||||||
pub def: DefId,
|
pub def: DefId,
|
||||||
|
Loading…
Reference in New Issue
Block a user