Skip to content

Commit

Permalink
Merge pull request #1356 from mattheww/2023-05_kw_macro_rules
Browse files Browse the repository at this point in the history
Add an entry for macro_rules in the "Weak keywords" lexer block
  • Loading branch information
ehuss committed May 6, 2023
2 parents 689ef05 + 089f6e1 commit 28dc0f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/keywords.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
>
Expand Down

0 comments on commit 28dc0f3

Please sign in to comment.