Skip to content

Commit 320d232

Browse files
authored
Merge pull request rust-lang#687 from ehuss/async-await-keyword
Update async/await keywords to real keywords.
2 parents 3f8f177 + 6492318 commit 320d232

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/keywords.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ be used as the names of:
6060
The following keywords were added beginning in the 2018 edition.
6161

6262
> **<sup>Lexer 2018+</sup>**\
63+
> KW_ASYNC : `async`\
64+
> KW_AWAIT : `await`\
6365
> KW_DYN : `dyn`
6466
6567
## Reserved keywords
@@ -86,8 +88,6 @@ them to use these keywords.
8688
The following keywords are reserved beginning in the 2018 edition.
8789

8890
> **<sup>Lexer 2018+</sup>**\
89-
> KW_ASYNC : `async`\
90-
> KW_AWAIT : `await`\
9191
> KW_TRY : `try`
9292
9393
## Weak keywords

0 commit comments

Comments
 (0)