2020-06-21 11:24:45 +02:00
|
|
|
error[E0765]: unterminated double quote string
|
2020-01-18 23:51:06 +00:00
|
|
|
--> $DIR/test-compile-fail3.rs:3:1
|
|
|
|
|
|
|
|
|
|
|
3 | "fail
|
2024-07-09 17:00:19 +00:00
|
|
|
| ^^^^^
|
2020-01-18 23:51:06 +00:00
|
|
|
|
2023-11-21 16:44:51 +00:00
|
|
|
error: aborting due to 1 previous error
|
2020-01-18 23:51:06 +00:00
|
|
|
|
2020-06-21 11:24:45 +02:00
|
|
|
For more information about this error, try `rustc --explain E0765`.
|