1
Fork 0

Remove or fix some FIXME(async_closure)

This commit is contained in:
Michael Goulet 2024-11-02 03:17:43 +00:00
parent 7c7bb7dc01
commit 9e5e47fc32
7 changed files with 24 additions and 16 deletions

View file

@ -432,7 +432,6 @@ where
upvar.visit_with(self);
}
// FIXME(async_closures): Is this the right signature to visit here?
args.as_coroutine_closure().signature_parts_ty().visit_with(self);
}