Skip to content

Commit 0dfbbbb

Browse files
committed
---
yaml --- r: 24187 b: refs/heads/master c: a2ba952 h: refs/heads/master i: 24185: 7e28a18 24183: d5bf1e8 v: v3
1 parent eb57c4e commit 0dfbbbb

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 49d00b2f22576e7043a27f444804f563100212fe
2+
refs/heads/master: a2ba952ff4f1648ae4a0b3123da62aac2dbe724d
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be

trunk/doc/rust.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -118,19 +118,16 @@ production. See [tokens](#tokens) for more information.
118118

119119
## Input format
120120

121-
Rust input is interpreted as a sequence of Unicode codepoints encoded in
122-
UTF-8. No normalization is performed during input processing. Most Rust
123-
grammar rules are defined in terms of printable ASCII-range codepoints, but
124-
a small number are defined in terms of Unicode properties or explicit
125-
codepoint lists. ^[Surrogate definitions for the special Unicode productions
126-
are provided to the grammar verifier, restricted to ASCII range, when
127-
verifying the grammar in this document.]
121+
Rust input is interpreted as a sequence of Unicode codepoints encoded in UTF-8,
122+
normalized to Unicode normalization form NFKC.
123+
Most Rust grammar rules are defined in terms of printable ASCII-range codepoints,
124+
but a small number are defined in terms of Unicode properties or explicit codepoint lists.
125+
^[Substitute definitions for the special Unicode productions are provided to the grammar verifier, restricted to ASCII range, when verifying the grammar in this document.]
128126

129127
## Special Unicode Productions
130128

131-
The following productions in the Rust grammar are defined in terms of
132-
Unicode properties: `ident`, `non_null`, `non_star`, `non_eol`, `non_slash`,
133-
`non_single_quote` and `non_double_quote`.
129+
The following productions in the Rust grammar are defined in terms of Unicode properties:
130+
`ident`, `non_null`, `non_star`, `non_eol`, `non_slash`, `non_single_quote` and `non_double_quote`.
134131

135132
### Identifiers
136133

0 commit comments

Comments
 (0)