rust/src/test/ui/parser/raw-byte-string-eof.stderr
2020-02-28 16:01:04 +01:00

11 lines
307 B
Text

error[E0748]: unterminated raw string
--> $DIR/raw-byte-string-eof.rs:2:5
|
LL | br##"a"#;
| ^ unterminated raw string
|
= note: this raw string should be terminated with `"##`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0748`.