diff --git a/src/keywords.md b/src/keywords.md index 4eac070553e2a..9df5b2a58e89b 100644 --- a/src/keywords.md +++ b/src/keywords.md @@ -60,6 +60,8 @@ be used as the names of: The following keywords were added beginning in the 2018 edition. > **Lexer 2018+**\ +> KW_ASYNC : `async`\ +> KW_AWAIT : `await`\ > KW_DYN : `dyn` ## Reserved keywords @@ -86,8 +88,6 @@ them to use these keywords. The following keywords are reserved beginning in the 2018 edition. > **Lexer 2018+**\ -> KW_ASYNC : `async`\ -> KW_AWAIT : `await`\ > KW_TRY : `try` ## Weak keywords