rust/tests/ui/codemap_tests/tab_2.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
258 B
Plaintext
Raw Normal View History

2020-06-21 04:24:45 -05:00
error[E0765]: unterminated double quote string
2018-12-25 09:56:47 -06:00
--> $DIR/tab_2.rs:4:7
|
2019-03-09 06:03:44 -06:00
LL | """;
| ___________________^
2018-02-22 18:42:32 -06:00
LL | | }
| |__^
error: aborting due to previous error
2020-06-21 04:24:45 -05:00
For more information about this error, try `rustc --explain E0765`.