summary refs log tree commit diff
path: root/src/test/ui/codemap_tests/tab.stderr
blob: 543c02fb701f35507034ad505ca50eac76cd3fa0 (plain)
1
2
3
4
5
6
7
8
error[E0425]: unresolved name `bar`
  --> $DIR/tab.rs:14:2
   |
14 | \tbar;
   | \t^^^

error: aborting due to previous error