2020-06-21 04:24:45 -05:00
|
|
|
error[E0765]: unterminated double quote string
|
2019-01-06 09:33:05 -06:00
|
|
|
--> $DIR/unbalanced-doublequote.rs:5:5
|
2018-10-20 15:36:17 -05:00
|
|
|
|
|
|
|
|
LL | / "
|
|
|
|
LL | | }
|
2024-07-09 12:00:19 -05:00
|
|
|
| |_^
|
2018-10-20 15:36:17 -05:00
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2018-10-20 15:36:17 -05:00
|
|
|
|
2020-06-21 04:24:45 -05:00
|
|
|
For more information about this error, try `rustc --explain E0765`.
|