8 lines
167 B
Text
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
|
|
|