blob: d74e781ad4a484f865fd7b0d47d308eee125c1b4 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0432]: unresolved import `a::foo`
--> $DIR/import4.rs:15:17
|
LL | mod b { pub use a::foo; }
| ^^^^^^ no `foo` in `a`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0432`.
|