blob: a7d1ad227d2ce3f9701dfda73fe8b51abd57121d [file] [log] [blame]
error: unterminated raw string
--> $DIR/raw-str-unterminated.rs:14:5
|
LL | r#" string literal goes on
| ^ unterminated raw string
|
= note: this raw string should be terminated with `"#`
error: aborting due to previous error