mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 01:04:03 +00:00
10 lines
331 B
Plaintext
10 lines
331 B
Plaintext
|
error[E0578]: cannot find module or enum `foo` in the crate root
|
||
|
--> $DIR/issue-28388-1.rs:13:5
|
||
|
|
|
||
|
LL | use foo::{}; //~ ERROR cannot find module or enum `foo` in the crate root
|
||
|
| ^^^ not found in the crate root
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|
||
|
For more information about this error, try `rustc --explain E0578`.
|