]> git.lizzy.rs Git - rust.git/blob - src/test/ui/import4.stderr
Rollup merge of #57132 - daxpedda:master, r=steveklabnik
[rust.git] / src / test / ui / import4.stderr
1 error[E0432]: unresolved import `a::foo`
2   --> $DIR/import4.rs:5:17
3    |
4 LL | mod b { pub use a::foo; }
5    |                 ^^^^^^ no `foo` in `a`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0432`.