diff --git a/src/librustc/hir/lowering.rs b/src/librustc/hir/lowering.rs index 094a509a18d6..78596a5b4057 100644 --- a/src/librustc/hir/lowering.rs +++ b/src/librustc/hir/lowering.rs @@ -1158,7 +1158,7 @@ fn make_async_expr( &mut self, capture_clause: CaptureBy, closure_node_id: NodeId, - ret_ty: Option>, + ret_ty: Option>, span: Span, body: impl FnOnce(&mut LoweringContext<'_>) -> hir::Expr, ) -> hir::ExprKind {