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

11 lines
196 B
Plaintext
Raw Normal View History

error: unterminated double quote string
--> $DIR/tab_2.rs:14:7
|
2017-11-20 06:13:27 -06:00
14 | """; //~ ERROR unterminated double quote
| _______^
15 | | }
| |__^
error: aborting due to previous error