1error[E0748]: unterminated raw string 2 --> $DIR/raw-byte-string-eof.rs:2:5 3 | 4LL | 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 11error: aborting due to previous error 12 13For more information about this error, try `rustc --explain E0748`. 14