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 dfa0db5 commit ca2057cCopy full SHA for ca2057c
compiler/rustc_ast_lowering/src/expr.rs
@@ -752,14 +752,14 @@ impl<'hir> LoweringContext<'_, 'hir> {
752
await_span,
753
self.allow_into_future.clone(),
754
);
755
- //let expr = self.lower_expr_mut(expr);
756
let into_future_expr = self.expr_call_lang_item_fn(
757
into_future_span,
758
hir::LangItem::IntoFutureIntoFuture,
759
arena_vec![self; expr],
760
761
762
- // match <into_future_expr> { // mut pinned => loop { .. }
+ // match <into_future_expr> {
+ // mut pinned => loop { .. }
763
// }
764
hir::ExprKind::Match(
765
into_future_expr,
0 commit comments