error[E0603]: module `glob` is private --> $DIR/privacy4.rs:31:9 | LL | use bar::glob::gpriv; //~ ERROR: module `glob` is private | ^^^^^^^^^^^^^^^^ error: aborting due to previous error For more information about this error, try `rustc --explain E0603`.