]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/raw-byte-string-eof.stderr
Account for cases where we can find the type arg name, but the local name is `_`
[rust.git] / src / test / ui / parser / raw-byte-string-eof.stderr
1 error: unterminated raw string
2   --> $DIR/raw-byte-string-eof.rs:2:6
3    |
4 LL |     br##"a"#;
5    |      ^ unterminated raw string
6    |
7    = note: this raw string should be terminated with `"##`
8
9 error: aborting due to previous error
10