Skip to content

Commit

Permalink
Add fixme note
Browse files Browse the repository at this point in the history
  • Loading branch information
nbdd0121 committed Dec 5, 2022
1 parent ec4080b commit 34c3773
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compiler/rustc_ast_lowering/src/expr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 34c3773

Please sign in to comment.