summary refs log tree commit diff
path: root/src/test/ui/codemap_tests/tab.stderr
blob: a3b76159b463fa9d3de9db2a82740d40d286e192 (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(s)