Skip to content

Commit

Permalink
Clarify raw lifetime cannot be certain keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Nov 14, 2024
1 parent 5c0c306 commit 912a6d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ r[lex.token.life.syntax]
>    | RAW_LIFETIME
>
> RAW_LIFETIME :\
>    `'r#` [IDENTIFIER_OR_KEYWORD][identifier]
> &nbsp;&nbsp; `'r#` [IDENTIFIER_OR_KEYWORD][identifier] <sub>*Except `crate`, `self`, `super`, `Self`*</sub>
> _(not immediately followed by `'`)_
r[lex.token.life.intro]
Expand Down

0 comments on commit 912a6d5

Please sign in to comment.