blob: e0b478f1aec4bba331f4ae9fa1acb8d0b71a2bd1 [file] [log] [blame]
error[E0432]: unresolved import `a::foo`
--> $DIR/import4.rs:5: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`.