Tighten spans for async blocks
This commit is contained in:
parent
036b38ced3
commit
789ee88bd0
43 changed files with 173 additions and 204 deletions
|
@ -298,7 +298,7 @@ impl<'cx, 'a> Context<'cx, 'a> {
|
|||
// sync with the `rfc-2011-nicer-assert-messages/all-expr-kinds.rs` test.
|
||||
ExprKind::Assign(_, _, _)
|
||||
| ExprKind::AssignOp(_, _, _)
|
||||
| ExprKind::Gen(_, _, _)
|
||||
| ExprKind::Gen(_, _, _, _)
|
||||
| ExprKind::Await(_, _)
|
||||
| ExprKind::Block(_, _)
|
||||
| ExprKind::Break(_, _)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue