rust/src/test/ui/codemap_tests/tab_2.stderr

11 lines
220 B
Plaintext
Raw Normal View History

error: unterminated double quote string
--> $DIR/tab_2.rs:14:7
|
14 | """; //~ ERROR unterminated double quote
| ___________________^
15 | | }
| |__^
error: aborting due to previous error