summary refs log tree commit diff
path: root/src/test/ui/issue-44078.stderr
blob: e8dce656f65b470e2d7ea2ba268ea750109d71c7 (plain)
1
2
3
4
5
6
7
8
9
10
error: unterminated double quote string
  --> $DIR/issue-44078.rs:12:8
   |
LL |       "😊""; //~ ERROR unterminated double quote
   |  _________^
LL | | }
   | |__^

error: aborting due to previous error