Skip to content

Commit 0f9c9b6

Browse files
committed
Add an entry in the unstable book
1 parent b284419 commit 0f9c9b6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)