mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-13 16:22:57 +00:00
Remove unneeded FIXME for now
This commit is contained in:
parent
74b93f35da
commit
ed5bc60d4e
@ -32,8 +32,6 @@ impl<'a, 'gcx, 'tcx> FnCtxt<'a, 'gcx, 'tcx> {
|
||||
debug!("check_expr_closure(expr={:?},expected={:?})",
|
||||
expr,
|
||||
expected);
|
||||
// FIXME: Should we adapt deduce_expectations_from_expected_type to work with
|
||||
// generator traits? It looks like it's conservative to add support for this later.
|
||||
|
||||
// It's always helpful for inference if we know the kind of
|
||||
// closure sooner rather than later, so first examine the expected
|
||||
|
Loading…
Reference in New Issue
Block a user