rust/src/test/ui/parser/unbalanced-doublequote.stderr

10 lines
158 B
Plaintext

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