Add fixme note

This commit is contained in:
Gary Guo 2022-12-05 03:18:26 +00:00
parent ec4080b236
commit 34c377335b

View File

@ -1013,6 +1013,8 @@ impl<'hir> LoweringContext<'_, 'hir> {
let async_body = this.make_async_expr(
capture_clause,
// FIXME(nbdd0121): This should also use a proper HIR id so `#[track_caller]`
// can be applied on async closures as well.
None,
inner_closure_id,
async_ret_ty,