Tighten spans for async blocks
This commit is contained in:
parent
f90d702e66
commit
39a215531c
2 changed files with 2 additions and 2 deletions
|
|
@ -549,7 +549,7 @@ fn ident_difference_expr_with_base_location(
|
|||
| (Assign(_, _, _), Assign(_, _, _))
|
||||
| (TryBlock(_), TryBlock(_))
|
||||
| (Await(_, _), Await(_, _))
|
||||
| (Gen(_, _, _), Gen(_, _, _))
|
||||
| (Gen(_, _, _, _), Gen(_, _, _, _))
|
||||
| (Block(_, _), Block(_, _))
|
||||
| (Closure(_), Closure(_))
|
||||
| (Match(_, _, _), Match(_, _, _))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue