We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 942c40e commit 17d68e5Copy full SHA for 17d68e5
text/0000-macro-lifetimes.md
@@ -28,9 +28,12 @@ separators.
28
[design]: #detailed-design
29
30
This RFC proposes adding `lifetime` as an additional specifier to
31
-`macro_rules!` (alternatively: `life` or `lt`). Since a lifetime acts very much
+`macro_rules!` (alternatively: `life` or `lt`). As it is a single token, it is
32
+able to be followed by any other specifier. Since a lifetime acts very much
33
like an identifier, and can appear in almost as many places, it can be handled
-almost identically. A preliminary implementation can be found at
34
+almost identically.
35
+
36
+A preliminary implementation can be found at
37
https://github.com/rust-lang/rust/pull/33135
38
39
# Drawbacks
0 commit comments