Skip to content

Commit 72497d5

Browse files
frewsxcvsteveklabnik
authored andcommitted
Identifiers
1 parent fd27216 commit 72497d5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/doc/reference/src/identifiers.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22

33
An identifier is any nonempty Unicode[^non_ascii_idents] string of the following form:
44

5-
[^non_ascii_idents]: Non-ASCII characters in identifiers are currently feature
6-
gated. This is expected to improve soon.
7-
85
Either
96

107
* The first character has property `XID_start`
@@ -21,3 +18,7 @@ that does _not_ occur in the set of [keywords][keywords].
2118
> **Note**: `XID_start` and `XID_continue` as character properties cover the
2219
> character ranges used to form the more familiar C and Java language-family
2320
> identifiers.
21+
22+
keywords: ../grammar.html#keywords
23+
[^non_ascii_idents]: Non-ASCII characters in identifiers are currently feature
24+
gated. This is expected to improve soon.

0 commit comments

Comments
 (0)