Skip to content

Commit 17d68e5

Browse files
committed
Add an explicit mention of the follow rules for the specifier
1 parent 942c40e commit 17d68e5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

text/0000-macro-lifetimes.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,12 @@ separators.
2828
[design]: #detailed-design
2929

3030
This RFC proposes adding `lifetime` as an additional specifier to
31-
`macro_rules!` (alternatively: `life` or `lt`). Since a lifetime acts very much
31+
`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
3233
like an identifier, and can appear in almost as many places, it can be handled
33-
almost identically. A preliminary implementation can be found at
34+
almost identically.
35+
36+
A preliminary implementation can be found at
3437
https://github.com/rust-lang/rust/pull/33135
3538

3639
# Drawbacks

0 commit comments

Comments
 (0)