blob: 1ed4554225116995d4d8a5368bdb01d665495923 (
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 1 previous error
For more information about this error, try `rustc --explain E0765`.
|