rust/src/test/ui/issues/issue-28388-1.stderr

10 lines
331 B
Plaintext
Raw Normal View History

2018-08-08 12:28:26 +00:00
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`.