Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix lexing of await in Rust lexer (#1587)
Currently, `await` is tokenised as `Name::Property`. It should be tokenised as `Keyword` in the same way as `async` is tokenised. This commit fixes that mistake.
- Loading branch information