2020-04-02 00:08:58 -04:00
|
|
|
error[E0748]: unterminated raw string
|
|
|
|
|
--> $DIR/issue-70677-panic-on-unterminated-raw-str-at-eof.rs:5:1
|
|
|
|
|
|
|
|
|
|
|
LL | r"
|
|
|
|
|
| ^ unterminated raw string
|
|
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2020-04-02 00:08:58 -04:00
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0748`.
|