Include relation direction in AliasEq predicate
This commit is contained in:
parent
439292bc79
commit
5dc3fd7c05
16 changed files with 173 additions and 34 deletions
|
@ -180,7 +180,7 @@ where
|
|||
| ty::PredicateKind::ConstEquate(_, _)
|
||||
| ty::PredicateKind::TypeWellFormedFromEnv(_)
|
||||
| ty::PredicateKind::Ambiguous
|
||||
| ty::PredicateKind::AliasEq(_, _) => bug!("unexpected predicate: {:?}", predicate),
|
||||
| ty::PredicateKind::AliasEq(..) => bug!("unexpected predicate: {:?}", predicate),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue