Skip to content

Commit a464537

Browse files
committed
---
yaml --- r: 30787 b: refs/heads/incoming c: a2ba952 h: refs/heads/master i: 30785: 8212e8a 30783: ba7f57b v: v3
1 parent 03f26b6 commit a464537

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
@@ -6,7 +6,7 @@ refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: d0c6ce338884ee21843f4b40bf6bf18d222ce5df
9-
refs/heads/incoming: 49d00b2f22576e7043a27f444804f563100212fe
9+
refs/heads/incoming: a2ba952ff4f1648ae4a0b3123da62aac2dbe724d
1010
refs/heads/dist-snap: 2f32a1581f522e524009138b33b1c7049ced668d
1111
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1212
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/incoming/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)