summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/trailing-carriage-return-in-string.stderr
blob: fa2677921b32db217c269bce24eef6254334fa17 (plain)
1
2
3
4
5
6
7
8
9
10
error: unknown character escape: `\r`
  --> $DIR/trailing-carriage-return-in-string.rs:10:25
   |
LL |     let bad = "This is \
 a test";
   |                         ^ unknown character escape
   |
   = help: this is an isolated carriage return; consider checking your editor and version control settings

error: aborting due to 1 previous error