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 23ce619 commit 87de93cCopy full SHA for 87de93c
src/tokens.md
@@ -759,12 +759,17 @@ r[lex.token.life.syntax]
759
> _(not immediately followed by `'`)_\
760
> | `'_`
761
> _(not immediately followed by `'`)_
762
+> | RAW_LIFETIME
763
>
764
> LIFETIME_OR_LABEL :\
765
> `'` [NON_KEYWORD_IDENTIFIER][identifier]
766
767
768
769
770
+>
771
+> RAW_LIFETIME :\
772
+> `'r#` [IDENTIFIER_OR_KEYWORD][identifier]
773
774
r[lex.token.life.intro]
775
Lifetime parameters and [loop labels] use LIFETIME_OR_LABEL tokens. Any
0 commit comments