rust/src/test/ui/parser/unbalanced-doublequote.stderr
2018-12-25 21:08:33 -07:00

10 lines
158 B
Plaintext

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