]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/raw/raw_string.stderr
Move more parsing tests to ui/parser
[rust.git] / src / test / ui / parser / 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