1
Fork 0

Note closure kind mismatch cause

This commit is contained in:
Michael Goulet 2022-08-18 12:22:07 +00:00
parent 52e2065ed4
commit 70b29f7c2d
9 changed files with 79 additions and 10 deletions

View file

@ -860,8 +860,7 @@ impl<'a, 'tcx> InferCtxtExt<'tcx> for InferCtxt<'a, 'tcx> {
}
}
err.emit();
return;
err
}
ty::PredicateKind::WellFormed(ty) => {