Include relation direction in AliasEq predicate
This commit is contained in:
parent
439292bc79
commit
5dc3fd7c05
16 changed files with 173 additions and 34 deletions
|
@ -73,7 +73,7 @@ impl<'tcx> TraitEngine<'tcx> for FulfillmentCtxt<'tcx> {
|
|||
MismatchedProjectionTypes { err: TypeError::Mismatch },
|
||||
)
|
||||
}
|
||||
ty::PredicateKind::AliasEq(_, _) => {
|
||||
ty::PredicateKind::AliasEq(_, _, _) => {
|
||||
FulfillmentErrorCode::CodeProjectionError(
|
||||
MismatchedProjectionTypes { err: TypeError::Mismatch },
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue