8000
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.
2 parents 1afcfd9 + 7bd81a6 commit 5440070Copy full SHA for 5440070
src/tokens.md
@@ -630,11 +630,14 @@ Examples of reserved forms:
630
631
> **<sup>Lexer</sup>**\
632
> LIFETIME_TOKEN :\
633
-> `'` [IDENTIFIER_OR_KEYWORD][identifier]\
+> `'` [IDENTIFIER_OR_KEYWORD][identifier]
634
+> _(not immediately followed by `'`)_\
635
> | `'_`
636
+> _(not immediately followed by `'`)_
637
>
638
> LIFETIME_OR_LABEL :\
639
> `'` [NON_KEYWORD_IDENTIFIER][identifier]
640
641
642
Lifetime parameters and [loop labels] use LIFETIME_OR_LABEL tokens. Any
643
LIFETIME_TOKEN will be accepted by the lexer, and for example, can be used in
0 commit comments