diff --git a/src/keywords.md b/src/keywords.md index 67f1089d8..1855a35d0 100644 --- a/src/keywords.md +++ b/src/keywords.md @@ -111,6 +111,7 @@ is possible to declare a variable or method with the name `union`. Beginning in the 2018 edition, `dyn` has been promoted to a strict keyword. > **Lexer**\ +> KW_MACRO_RULES : `macro_rules`\ > KW_UNION : `union`\ > KW_STATICLIFETIME : `'static` >