blob: 96bc893a4d4cb38e1dec70d43d78436a3b948f35 [file] [edit]
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 `"##`
help: consider terminating the string here
|
LL | br##"a"##;
| +
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0748`.