2020-02-18 13:50:48 +00:00
|
|
|
error[E0748]: unterminated raw string
|
2019-05-06 08:53:40 +00:00
|
|
|
--> $DIR/raw-byte-string-eof.rs:2:5
|
2018-10-20 20:36:17 +00:00
|
|
|
|
|
2019-03-09 12:03:44 +00:00
|
|
|
LL | br##"a"#;
|
2020-03-29 15:12:48 +00:00
|
|
|
| ^ - help: consider terminating the string here: `##`
|
2020-03-28 05:46:20 +00:00
|
|
|
| |
|
|
|
|
| unterminated raw string
|
2018-10-20 20:36:17 +00:00
|
|
|
|
|
|
|
|
= note: this raw string should be terminated with `"##`
|
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2018-10-20 20:36:17 +00:00
|
|
|
|
2020-02-18 13:50:48 +00:00
|
|
|
For more information about this error, try `rustc --explain E0748`.
|