]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-44078.stderr
Sync rust-lang/portable-simd@5f49d4c8435a25d804b2f375e949cb25479f5be9
[rust.git] / src / test / ui / issues / issue-44078.stderr
1 error[E0765]: unterminated double quote string
2   --> $DIR/issue-44078.rs:2:8
3    |
4 LL |       "😊"";
5    |  _________^
6 LL | | }
7    | |__^
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0765`.