Remove Partial/Ord from EarlyParamRegion

This commit is contained in:
Oli Scherer 2024-03-21 14:08:49 +00:00
parent 1d662c9eee
commit 28363ea4eb

View file

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