Note closure kind mismatch cause
This commit is contained in:
parent
52e2065ed4
commit
70b29f7c2d
9 changed files with 79 additions and 10 deletions
|
@ -860,8 +860,7 @@ impl<'a, 'tcx> InferCtxtExt<'tcx> for InferCtxt<'a, 'tcx> {
|
|||
}
|
||||
}
|
||||
|
||||
err.emit();
|
||||
return;
|
||||
err
|
||||
}
|
||||
|
||||
ty::PredicateKind::WellFormed(ty) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue