blob: c3aa135f77d5b27d70b4678bf92337299f588d90 [file] [log] [blame]
error[E0425]: cannot find value `Foo` in this scope
--> $DIR/crate-in-paths.rs:10:5
|
LL | Foo;
| ^^^ not found in this scope
|
help: consider importing this unit struct
|
LL | use crate::bar::Foo;
|
error: aborting due to previous error
For more information about this error, try `rustc --explain E0425`.