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