summary refs log tree commit diff
path: root/src/test/ui/codemap_tests/tab.stderr
blob: 657deca4e6d491afc2398aa5e4c4da6bda8df00a (plain)
1
2
3
4
5
6
7
8
error[E0425]: cannot find value `bar` in this scope
  --> $DIR/tab.rs:14:2
   |
14 | \tbar;
   | \t^^^ not found in this scope

error: aborting due to previous error