]> git.lizzy.rs Git - rust.git/blob - tests/ui/imports/import3.stderr
Rollup merge of #106106 - jyn514:remote-tracking-branch, r=Mark-Simulacrum
[rust.git] / tests / ui / imports / import3.stderr
1 error[E0432]: unresolved import `main`
2   --> $DIR/import3.rs:2:5
3    |
4 LL | use main::bar;
5    |     ^^^^ maybe a missing crate `main`?
6    |
7    = help: consider adding `extern crate main` to use the `main` crate
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0432`.