We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 28dfc8c + d232023 commit 11931e8Copy full SHA for 11931e8
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