mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-12 07:43:31 +00:00
Add an entry in the unstable book
This commit is contained in:
parent
b284419064
commit
0f9c9b66bb
@ -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
|
||||
|
||||
------------------------
|
Loading…
Reference in New Issue
Block a user