Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit ed5bc60

Browse files
committed
Remove unneeded FIXME for now
1 parent 74b93f3 commit ed5bc60

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/librustc_typeck/check/closure.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ impl<'a, 'gcx, 'tcx> FnCtxt<'a, 'gcx, 'tcx> {
3232
debug!("check_expr_closure(expr={:?},expected={:?})",
3333
expr,
3434
expected);
35-
// FIXME: Should we adapt deduce_expectations_from_expected_type to work with
36-
// generator traits? It looks like it's conservative to add support for this later.
3735

3836
// It's always helpful for inference if we know the kind of
3937
// closure sooner rather than later, so first examine the expected

0 commit comments

Comments
 (0)