Skip to content

Commit 345e38c

Browse files
committed
Replace the TODO with a FIXME.
1 parent 1e3214b commit 345e38c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/middle/ty.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5719,7 +5719,7 @@ pub fn unboxed_closure_upvars<'tcx>(typer: &mc::Typer<'tcx>,
57195719
})
57205720
}
57215721
None => {
5722-
// TODO we should really return None here;
5722+
// FIXME(#16640) we should really return None here;
57235723
// but that requires better inference integration,
57245724
// for now gin up something.
57255725
freevar_ty

0 commit comments

Comments
 (0)