You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/identifiers.md
-33
Original file line number
Diff line number
Diff line change
@@ -18,37 +18,4 @@ Or
18
18
* The identifier is more than one character, `_` alone is not an identifier
19
19
* The remaining characters are alphanumeric or `_`
20
20
21
-
[keywords]: keywords.html
22
-
23
21
[^non_ascii_idents] Non-ASCII characters in identifiers are currently feature-gated. See [issue #28979](https://github.com/rust-lang/rust/issues/28979).
24
-
25
-
<!-- When non-ascii identifiers are actually supported:
0 commit comments