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