Skip to content

Commit

Permalink
Don't allow 'r#kw'
Browse files Browse the repository at this point in the history
  • Loading branch information
compiler-errors authored Sep 8, 2024
1 parent a65b4b5 commit e718896
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -653,6 +653,7 @@ Examples of reserved forms:
>
> RAW_LIFETIME :\
>       `'r#` [IDENTIFIER_OR_KEYWORD][identifier]
> _(not immediately followed by `'`)_
Lifetime parameters and [loop labels] use LIFETIME_OR_LABEL tokens. Any
LIFETIME_TOKEN will be accepted by the lexer, and for example, can be used in
Expand Down

0 comments on commit e718896

Please sign in to comment.