Skip to content

Commit 28dc0f3

Browse files
authored
Merge pull request #1356 from mattheww/2023-05_kw_macro_rules
Add an entry for macro_rules in the "Weak keywords" lexer block
2 parents 689ef05 + 089f6e1 commit 28dc0f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/keywords.md

+1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ is possible to declare a variable or method with the name `union`.
111111
Beginning in the 2018 edition, `dyn` has been promoted to a strict keyword.
112112

113113
> **<sup>Lexer</sup>**\
114+
> KW_MACRO_RULES : `macro_rules`\
114115
> KW_UNION : `union`\
115116
> KW_STATICLIFETIME : `'static`
116117
>

0 commit comments

Comments
 (0)