rust/tests/ui/issues/issue-44078.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
247 B
Plaintext
Raw Normal View History

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