blob: f7eec3eb8da8e133be1e8c980e7232ab6de789f3 (
plain)
1
2
3
4
5
6
7
8
9
10
|
error: unterminated double quote string
--> $DIR/tab_2.rs:4:7
|
LL | """; //~ ERROR unterminated double quote
| ___________________^
LL | | }
| |__^
error: aborting due to previous error
|