From 64923185890763048d190ce92cb668b58acbc49a Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Tue, 1 Oct 2019 07:51:22 -0700 Subject: [PATCH] Update async/await keywords to real keywords. --- src/keywords.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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