blob: c5949432af893ba96b04ecccd0a21e03e53e0459 [file] [log] [blame]
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