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

11 lines
219 B
Plaintext
Raw Normal View History

error: unterminated double quote string
2018-12-25 09:56:47 -06:00
--> $DIR/tab_2.rs:4:7
|
2018-02-22 18:42:32 -06:00
LL | """; //~ ERROR unterminated double quote
| ___________________^
2018-02-22 18:42:32 -06:00
LL | | }
| |__^
error: aborting due to previous error