We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pat
1 parent d953a36 commit 8658269Copy full SHA for 8658269
src/macros-by-example.md
@@ -145,7 +145,7 @@ Valid fragment specifiers are:
145
* `lifetime`: a [LIFETIME_TOKEN]
146
* `literal`: matches `-`<sup>?</sup>[_LiteralExpression_]
147
* `meta`: an [_Attr_], the contents of an attribute
148
- * `pat`: at least any [_PatternNoTopAlt_], and possibly more depending on edition
+ * `pat`: a [_Pattern_] (see [macro.decl.meta.edition2021])
149
* `pat_param`: a [_PatternNoTopAlt_]
150
* `path`: a [_TypePath_] style path
151
* `stmt`: a [_Statement_] without the trailing semicolon (except for item statements that require semicolons)
0 commit comments