We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec4080b commit 34c3773Copy full SHA for 34c3773
compiler/rustc_ast_lowering/src/expr.rs
@@ -1013,6 +1013,8 @@ impl<'hir> LoweringContext<'_, 'hir> {
1013
1014
let async_body = this.make_async_expr(
1015
capture_clause,
1016
+ // FIXME(nbdd0121): This should also use a proper HIR id so `#[track_caller]`
1017
+ // can be applied on async closures as well.
1018
None,
1019
inner_closure_id,
1020
async_ret_ty,
0 commit comments