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.
2 parents 3f8f177 + 6492318 commit 320d232Copy full SHA for 320d232
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