summaryrefslogtreecommitdiffstats
path: root/tests/ui/str/str-escape.stderr
blob: b2501f1a2145f3069a61d49a2e71a20e369d0fe0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
warning: multiple lines skipped by escaped newline
  --> $DIR/str-escape.rs:3:14
   |
LL |       let s = "\
   |  ______________^
LL | |
LL | |              ";
   | |_____________^ skipping everything up to and including this point

warning: non-ASCII whitespace symbol '\u{a0}' is not skipped
  --> $DIR/str-escape.rs:7:17
   |
LL |       let s = "foo\
   |  _________________^
LL | |              bar
   | |   ^ non-ASCII whitespace symbol '\u{a0}' is not skipped
   | |___|
   | 

warning: 2 warnings emitted