1
Fork 0

Desugar for await loops

This commit is contained in:
Eric Holk 2023-12-08 17:00:11 -08:00
parent 27d6539a46
commit 97df0d3657
No known key found for this signature in database
GPG key ID: 8EA6B43ED4CE0911
8 changed files with 125 additions and 30 deletions

View file

@ -303,7 +303,7 @@ impl<'cx, 'a> Context<'cx, 'a> {
| ExprKind::Continue(_)
| ExprKind::Err
| ExprKind::Field(_, _)
| ExprKind::ForLoop {..}
| ExprKind::ForLoop { .. }
| ExprKind::FormatArgs(_)
| ExprKind::IncludedBytes(..)
| ExprKind::InlineAsm(_)