Skip to content

Commit 089f6e1

Browse files
committed
keywords.md: add an entry for macro_rules in the "Weak keywords" lexer block
1 parent 689ef05 commit 089f6e1

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)