Merge pull request #1356 from mattheww/2023-05_kw_macro_rules

Add an entry for macro_rules in the "Weak keywords" lexer block
This commit is contained in:
Eric Huss 2023-05-06 13:25:36 -07:00 committed by GitHub
commit 28dc0f3576
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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.
> **<sup>Lexer</sup>**\
> KW_MACRO_RULES : `macro_rules`\
> KW_UNION : `union`\
> KW_STATICLIFETIME : `'static`
>