]> git.lizzy.rs Git - rust.git/blob - src/test/ui/raw/raw_string.stderr
Remove the parse-fail test suite
[rust.git] / src / test / ui / raw / raw_string.stderr
1 error: unterminated raw string
2   --> $DIR/raw_string.rs:12:13
3    |
4 LL |     let x = r##"lol"#;
5    |             ^ unterminated raw string
6    |
7    = note: this raw string should be terminated with `"##`
8
9 error: aborting due to previous error
10