rust/src/test/ui/codemap_tests/tab.stderr

8 lines
167 B
Text

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