blob: 25c9e6fbdab968a1c2c5c0477cd06f941eeb03ed [file] [edit]
error[E0433]: cannot find module or crate `foo` in this scope
--> $DIR/export-fully-qualified-2018.rs:8:20
|
LL | pub fn bar() { foo::baz(); }
| ^^^ use of unresolved module or unlinked crate `foo`
|
= help: you might be missing a crate named `foo`
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0433`.