]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/raw-byte-string-eof.stderr
Move parse-fail tests to UI
[rust.git] / src / test / ui / parser / raw-byte-string-eof.stderr
1 error: unterminated raw string
2   --> $DIR/raw-byte-string-eof.rs:15:6
3    |
4 LL |     br##"a"#;  //~ unterminated raw string
5    |      ^ unterminated raw string
6    |
7    = note: this raw string should be terminated with `"##`
8
9 error: aborting due to previous error
10