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

error: aborting due to previous error