]> git.lizzy.rs Git - rust.git/blob - tests/ui/str/str-escape.stderr
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
[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