We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fe4252 commit d232023Copy full SHA for d232023
src/macros-by-example.md
@@ -30,6 +30,7 @@ syntax named by _designator_. Valid designators are:
30
* `path`: a [path]
31
* `tt`: a token tree (a single [token] by matching `()`, `[]`, or `{}`)
32
* `meta`: the contents of an [attribute]
33
+* `lifetime`: a lifetime. Examples: `'static`, `'a`.
34
35
[item]: items.html
36
[block]: expressions/block-expr.html
0 commit comments