We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f8f177 commit 6492318Copy full SHA for 6492318
src/keywords.md
@@ -60,6 +60,8 @@ be used as the names of:
60
The following keywords were added beginning in the 2018 edition.
61
62
> **<sup>Lexer 2018+</sup>**\
63
+> KW_ASYNC : `async`\
64
+> KW_AWAIT : `await`\
65
> KW_DYN : `dyn`
66
67
## Reserved keywords
@@ -86,8 +88,6 @@ them to use these keywords.
86
88
The following keywords are reserved beginning in the 2018 edition.
87
89
90
-> KW_ASYNC : `async`\
-> KW_AWAIT : `await`\
91
> KW_TRY : `try`
92
93
## Weak keywords
0 commit comments