Desugar for await loops
This commit is contained in:
parent
27d6539a46
commit
97df0d3657
8 changed files with 125 additions and 30 deletions
|
@ -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(_)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue