rustc/tests/ui/parser/unbalanced-doublequote.stderr
2024-10-21 11:08:01 +02:00

11 lines
234 B
Plaintext

error[E0765]: unterminated double quote string
--> $DIR/unbalanced-doublequote.rs:5:5
|
LL | / "
LL | | }
| |_^
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0765`.