2020-06-21 04:24:45 -05:00
|
|
|
error[E0765]: unterminated double quote string
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/issue-44078.rs:2:8
|
2017-08-25 05:25:22 -05:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | "😊"";
|
2017-11-01 20:25:54 -05:00
|
|
|
| _________^
|
2018-02-22 18:42:32 -06:00
|
|
|
LL | | }
|
2017-08-25 05:25:22 -05:00
|
|
|
| |__^
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
2020-06-21 04:24:45 -05:00
|
|
|
For more information about this error, try `rustc --explain E0765`.
|