]> git.lizzy.rs Git - rust.git/blob - tests/ui/str/str-escape.stderr
Rollup merge of #106797 - FawazTirmizi:dev/issues/104284, r=bjorn3
[rust.git] / tests / ui / str / str-escape.stderr
1 warning: multiple lines skipped by escaped newline
2   --> $DIR/str-escape.rs:3:14
3    |
4 LL |       let s = "\
5    |  ______________^
6 LL | |
7 LL | |              ";
8    | |_____________^ skipping everything up to and including this point
9
10 warning: non-ASCII whitespace symbol '\u{a0}' is not skipped
11   --> $DIR/str-escape.rs:7:17
12    |
13 LL |       let s = "foo\
14    |  _________________^
15 LL | |              bar
16    | |   ^ non-ASCII whitespace symbol '\u{a0}' is not skipped
17    | |___|
18    | 
19
20 warning: 2 warnings emitted
21