]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/raw/raw-byte-string-eof.stderr
Merge commit '8da837185714cefbb261e93e9846afb11c1dc60e' into sync-rustfmt-subtree
[rust.git] / src / test / ui / parser / raw / raw-byte-string-eof.stderr
1 error[E0748]: unterminated raw string
2   --> $DIR/raw-byte-string-eof.rs:2:5
3    |
4 LL |     br##"a"#;
5    |     ^      - help: consider terminating the string here: `##`
6    |     |
7    |     unterminated raw string
8    |
9    = note: this raw string should be terminated with `"##`
10
11 error: aborting due to previous error
12
13 For more information about this error, try `rustc --explain E0748`.