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

error: aborting due to previous error