Skip to content

Commit 0e4342e

Browse files
committed
Removed unstable commented out text
1 parent 99b4ed5 commit 0e4342e

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

src/identifiers.md

-33
Original file line numberDiff line numberDiff line change
@@ -18,37 +18,4 @@ Or
1818
* The identifier is more than one character, `_` alone is not an identifier
1919
* The remaining characters are alphanumeric or `_`
2020

21-
[keywords]: keywords.html
22-
2321
[^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:
26-
27-
> **<sup>Lexer:<sup>**
28-
> IDENTIFIER :
29-
> &nbsp;&nbsp; &nbsp;&nbsp; XID_start XID_continue<sup>\*</sup>
30-
> &nbsp;&nbsp; | `_` XID_continue<sup>+</sup>
31-
32-
An identifier is any nonempty Unicode string of the following form:
33-
34-
Either
35-
36-
* The first character has property [`XID_start`]
37-
* The remaining characters have property [`XID_continue`]
38-
39-
Or
40-
41-
* The first character is `_`
42-
* The identifier is more than one character, `_` alone is not an identifier
43-
* The remaining characters have property [`XID_continue`]
44-
45-
that does _not_ occur in the set of [keywords].
46-
47-
> **Note**: [`XID_start`] and [`XID_continue`] as character properties cover the
48-
> character ranges used to form the more familiar C and Java language-family
49-
> identifiers.
50-
51-
[`XID_start`]: http://unicode.org/cldr/utility/list-unicodeset.jsp?a=%5B%3AXID_Start%3A%5D&abb=on&g=&i=
52-
[`XID_continue`]: http://unicode.org/cldr/utility/list-unicodeset.jsp?a=%5B%3AXID_Continue%3A%5D&abb=on&g=&i=
53-
54-
-->

0 commit comments

Comments
 (0)