We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f0cc13 + 04f289a commit 5100e84Copy full SHA for 5100e84
src/macros-by-example.md
@@ -76,6 +76,8 @@ delimiters for the matcher will match any pair of delimiters. Thus, for
76
instance, the matcher `(())` will match `{()}` but not `{{}}`. The character
77
`$` cannot be matched or transcribed literally.
78
79
+### Forwarding a matched fragment
80
+
81
When forwarding a matched fragment to another macro-by-example, matchers in
82
the second macro will see an opaque AST of the fragment type. The second macro
83
can't use literal tokens to match the fragments in the matcher, only a
0 commit comments