rust/src/test/ui/export2.stderr
2018-12-25 21:08:33 -07:00

10 lines
379 B
Plaintext

error[E0433]: failed to resolve: use of undeclared type or module `bar`
--> $DIR/export2.rs:2:18
|
LL | pub fn x() { bar::x(); } //~ ERROR failed to resolve: use of undeclared type or module `bar`
| ^^^ use of undeclared type or module `bar`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0433`.