Remove Partial/Ord from EarlyParamRegion
This commit is contained in:
parent
1d662c9eee
commit
28363ea4eb
1 changed files with 1 additions and 1 deletions
|
|
@ -327,7 +327,7 @@ impl<'tcx> Deref for Region<'tcx> {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Copy, Clone, PartialEq, Eq, Hash, TyEncodable, TyDecodable, PartialOrd, Ord)]
|
||||
#[derive(Copy, Clone, PartialEq, Eq, Hash, TyEncodable, TyDecodable)]
|
||||
#[derive(HashStable)]
|
||||
pub struct EarlyParamRegion {
|
||||
pub def_id: DefId,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue