diff --git a/src/macros-by-example.md b/src/macros-by-example.md index 58bcf552b..26191aea3 100644 --- a/src/macros-by-example.md +++ b/src/macros-by-example.md @@ -30,6 +30,7 @@ syntax named by _designator_. Valid designators are: * `path`: a [path] * `tt`: a token tree (a single [token] by matching `()`, `[]`, or `{}`) * `meta`: the contents of an [attribute] +* `lifetime`: a lifetime. Examples: `'static`, `'a`. [item]: items.html [block]: expressions/block-expr.html