From d232023e059971b4e2aa4c5f025692a66d815032 Mon Sep 17 00:00:00 2001 From: Alex Burka Date: Wed, 2 May 2018 02:58:02 +0000 Subject: [PATCH] stabilize :lifetime --- src/macros-by-example.md | 1 + 1 file changed, 1 insertion(+) 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