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 11f84ce + ed5ac0a commit 6a29736Copy full SHA for 6a29736
src/identifiers.md
@@ -15,7 +15,8 @@ NON_KEYWORD_IDENTIFIER -> IDENTIFIER_OR_KEYWORD _except a [strict][lex.keywords.
15
16
IDENTIFIER -> NON_KEYWORD_IDENTIFIER | RAW_IDENTIFIER
17
18
-RESERVED_RAW_IDENTIFIER -> `r#` (`_` | `crate` | `self` | `Self` | `super`)
+RESERVED_RAW_IDENTIFIER ->
19
+ `r#` (`_` | `crate` | `self` | `Self` | `super`) _not immediately followed by XID_Continue_
20
```
21
22
<!-- When updating the version, update the UAX links, too. -->
0 commit comments