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 5755936 commit 523dbfcCopy full SHA for 523dbfc
src/doc/reference.md
@@ -114,12 +114,8 @@ Non-doc comments are interpreted as a form of whitespace.
114
115
## Whitespace
116
117
-Whitespace is any non-empty string containing only the following characters:
118
-
119
-- `U+0020` (space, `' '`)
120
-- `U+0009` (tab, `'\t'`)
121
-- `U+000A` (LF, `'\n'`)
122
-- `U+000D` (CR, `'\r'`)
+Whitespace is any non-empty string containing only characters that have the
+`Pattern_White_Space` Unicode property.
123
124
Rust is a "free-form" language, meaning that all forms of whitespace serve only
125
to separate _tokens_ in the grammar, and have no semantic significance.
0 commit comments