We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7185dc commit 74fadfaCopy full SHA for 74fadfa
src/doc/trpl/macros.md
@@ -476,9 +476,9 @@ which syntactic form it matches.
476
477
There are additional rules regarding the next token after a metavariable:
478
479
-* `expr` variables must be followed by one of: `=> , ;`
480
-* `ty` and `path` variables must be followed by one of: `=> , : = > as`
481
-* `pat` variables must be followed by one of: `=> , =`
+* `expr` variables may only be followed by one of: `=> , ;`
+* `ty` and `path` variables may only be followed by one of: `=> , : = > as`
+* `pat` variables may only be followed by one of: `=> , =`
482
* Other variables may be followed by any token.
483
484
These rules provide some flexibility for Rust’s syntax to evolve without
0 commit comments