rust/src/test/ui/parser/unbalanced-doublequote.stderr
2018-10-21 14:06:28 +03:00

10 lines
159 B
Plaintext

error: unterminated double quote string
--> $DIR/unbalanced-doublequote.rs:18:5
|
LL | / "
LL | | }
| |__^
error: aborting due to previous error