blob: 5211b862b3dc531d563ceb5a464ccdbf7c4c1c39 [file] [log] [blame]
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`.