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