Add an entry in the unstable book

This commit is contained in:
Matt Peterson 2017-12-21 15:35:26 -05:00
parent b284419064
commit 0f9c9b66bb

View file

@ -0,0 +1,14 @@
# `macro_lifetime_matcher`
The tracking issue for this feature is: [#46895]
With this feature gate enabled, the [list of fragment specifiers][frags] gains one more entry:
* `lifetime`: a lifetime. Examples: 'static, 'a.
A `lifetime` variable may be followed by anything.
[#46895]: https://github.com/rust-lang/rust/issues/46895
[frags]: ../book/first-edition/macros.html#syntactic-requirements
------------------------