blob: fab801b3beaeaec049388d3856dbc741c39014f0 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0765]: unterminated double quote string
--> $DIR/test-compile-fail3.rs:3:1
|
3 | "fail
| ^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0765`.
|