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

error: aborting due to previous error