We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b284419 commit 0f9c9b6Copy full SHA for 0f9c9b6
src/doc/unstable-book/src/language-features/macro-lifetime-matcher.md
@@ -0,0 +1,14 @@
1
+# `macro_lifetime_matcher`
2
+
3
+The tracking issue for this feature is: [#46895]
4
5
+With this feature gate enabled, the [list of fragment specifiers][frags] gains one more entry:
6
7
+* `lifetime`: a lifetime. Examples: 'static, 'a.
8
9
+A `lifetime` variable may be followed by anything.
10
11
+[#46895]: https://github.com/rust-lang/rust/issues/46895
12
+[frags]: ../book/first-edition/macros.html#syntactic-requirements
13
14
+------------------------
0 commit comments