Skip to content

Commit 9f8acfc

Browse files
committed
Say that _#, _', and _" are reserved prefixes
1 parent 13ef57c commit 9f8acfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tokens.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ them are referred to as "token trees" in [macros]. The three types of brackets
663663

664664
Some lexical forms known as _reserved prefixes_ are reserved for future use.
665665

666-
Source input which would otherwise be lexically interpreted as a non-raw identifier (or a keyword) which is immediately followed by a `#`, `'`, or `"` character (without intervening whitespace) is identified as a reserved prefix.
666+
Source input which would otherwise be lexically interpreted as a non-raw identifier (or a keyword or `_`) which is immediately followed by a `#`, `'`, or `"` character (without intervening whitespace) is identified as a reserved prefix.
667667

668668
Note that raw identifiers, raw string literals, and raw byte string literals may contain a `#` character but are not interpreted as containing a reserved prefix.
669669

0 commit comments

Comments
 (0)