Replace the TODO with a FIXME.
This commit is contained in:
parent
1e3214ba33
commit
345e38cc05
1 changed files with 1 additions and 1 deletions
|
@ -5719,7 +5719,7 @@ pub fn unboxed_closure_upvars<'tcx>(typer: &mc::Typer<'tcx>,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
None => {
|
None => {
|
||||||
// TODO we should really return None here;
|
// FIXME(#16640) we should really return None here;
|
||||||
// but that requires better inference integration,
|
// but that requires better inference integration,
|
||||||
// for now gin up something.
|
// for now gin up something.
|
||||||
freevar_ty
|
freevar_ty
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue