rust/src/test/ui/issue-44078.stderr
Vadim Petrochenkov fa2d9fc4b9 Update UI tests
2018-02-26 20:24:02 +03:00

11 lines
208 B
Plaintext

error: unterminated double quote string
--> $DIR/issue-44078.rs:12:8
|
LL | "😊""; //~ ERROR unterminated double quote
| _________^
LL | | }
| |__^
error: aborting due to previous error