blob: a4c367fb0736eee7eca6415d4ad3a80005fdd4ae (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0432]: unresolved import `main`
--> $DIR/import3.rs:12:5
|
LL | use main::bar;
| ^^^^ maybe a missing `extern crate main;`?
error: aborting due to previous error
For more information about this error, try `rustc --explain E0432`.
|