We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b615c2b commit efc277fCopy full SHA for efc277f
src/tokens.md
@@ -170,6 +170,11 @@ assert_eq!(a, b);
170
assert_eq!(b, c);
171
```
172
173
+> Note: Rust skipping additional newlines (like in example `c`) is potentially confusing and
174
+> unexpected. This behavior may be adjusted in the future. Until a decision is made, it is
175
+> recommended to avoid relying on this, i.e. skipping multiple newlines with line continuations.
176
+> See [this issue](https://github.com/rust-lang/reference/pull/1042) for more information.
177
+
178
#### Character escapes
179
180
Some additional _escapes_ are available in either character or non-raw string
0 commit comments