We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bf03819 + 6eb3e87 commit a921722Copy full SHA for a921722
src/keywords.md
@@ -95,6 +95,7 @@ The following keywords are reserved beginning in the 2018 edition.
95
These keywords have special meaning only in certain contexts. For example, it
96
is possible to declare a variable or method with the name `union`.
97
98
+* `macro_rules` is used to create custom [macros].
99
* `union` is used to declare a [union] and is only a keyword when used in a
100
union declaration.
101
* `'static` is used for the static lifetime and cannot be used as a [generic
0 commit comments