Async block in argument position

This commit is contained in:
Andrey Tkachenko 2019-04-01 14:58:36 +04:00
parent 42a883f06c
commit e89b97524a
3 changed files with 96 additions and 0 deletions

View file

@ -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];