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.
1 parent fd27216 commit 72497d5Copy full SHA for 72497d5
src/doc/reference/src/identifiers.md
@@ -2,9 +2,6 @@
2
3
An identifier is any nonempty Unicode[^non_ascii_idents] string of the following form:
4
5
-[^non_ascii_idents]: Non-ASCII characters in identifiers are currently feature
6
- gated. This is expected to improve soon.
7
-
8
Either
9
10
* The first character has property `XID_start`
@@ -21,3 +18,7 @@ that does _not_ occur in the set of [keywords][keywords].
21
18
> **Note**: `XID_start` and `XID_continue` as character properties cover the
22
19
> character ranges used to form the more familiar C and Java language-family
23
20
> identifiers.
+
+keywords: ../grammar.html#keywords
+[^non_ascii_idents]: Non-ASCII characters in identifiers are currently feature
24
+ gated. This is expected to improve soon.
0 commit comments