We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pat
1 parent aeedc20 commit 45453f4Copy full SHA for 45453f4
src/macros-by-example.md
@@ -142,7 +142,7 @@ Valid fragment specifiers are:
142
* `stmt`: a [_Statement_] without the trailing semicolon (except for item
143
statements that require semicolons)
144
* `pat_param`: a [_PatternNoTopAlt_]
145
- * `pat`: at least any [_PatternNoTopAlt_], and possibly more depending on edition
+ * `pat`: a [_Pattern_] (see [macro.decl.meta.edition2021])
146
* `expr`: an [_Expression_] except [_UnderscoreExpression_] and [_ConstBlockExpression_] (see [macro.decl.meta.expr-underscore])
147
* `expr_2021`: same as `expr` (see [macro.decl.meta.edition2021])
148
* `ty`: a [_Type_]
0 commit comments