We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c934ea9 commit be704f3Copy full SHA for be704f3
src/tokens.md
@@ -661,7 +661,7 @@ them are referred to as "token trees" in [macros]. The three types of brackets
661
662
## Reserved prefixes
663
664
-> **<sup>Lexer 2018+</sup>**\
+> **<sup>Lexer 2021+</sup>**\
665
> RESERVED_TOKEN_DOUBLE_QUOTE : ( IDENTIFIER_OR_KEYWORD <sub>_Except `b` or `r` or `br`_</sub> | `_` ) `"`\
666
> RESERVED_TOKEN_SINGLE_QUOTE : ( IDENTIFIER_OR_KEYWORD <sub>_Except `b`_</sub> | `_` ) `'`\
667
> RESERVED_TOKEN_POUND : ( IDENTIFIER_OR_KEYWORD <sub>_Except `r` or `br`_</sub> | `_` ) `#`
0 commit comments