mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
Async block in argument position
This commit is contained in:
parent
42a883f06c
commit
e89b97524a
3 changed files with 96 additions and 0 deletions
|
@ -51,6 +51,7 @@ pub(super) const ATOM_EXPR_FIRST: TokenSet =
|
|||
BREAK_KW,
|
||||
CONTINUE_KW,
|
||||
LIFETIME,
|
||||
ASYNC_KW,
|
||||
]);
|
||||
|
||||
const EXPR_RECOVERY_SET: TokenSet = token_set![LET_KW];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue