1
Fork 0
rust/tests/ui/parser/unbalanced-doublequote.stderr
2025-03-29 13:30:20 +03:00

10 lines
235 B
Text

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