summary refs log tree commit diff
path: root/src/test/ui/codemap_tests/tab_2.stderr
blob: a2b3ca7e4d4fdf25574d277f1f5bd5911e9b3e0d (plain)
1
2
3
4
5
6
7
8
9
10
error: unterminated double quote string
  --> $DIR/tab_2.rs:14:7
   |
14 |       """;
   |  _______^
15 | | }
   | |__^

error: aborting due to previous error