We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e3214b commit 345e38cCopy full SHA for 345e38c
src/librustc/middle/ty.rs
@@ -5719,7 +5719,7 @@ pub fn unboxed_closure_upvars<'tcx>(typer: &mc::Typer<'tcx>,
5719
})
5720
}
5721
None => {
5722
- // TODO we should really return None here;
+ // FIXME(#16640) we should really return None here;
5723
// but that requires better inference integration,
5724
// for now gin up something.
5725
freevar_ty
0 commit comments