blob: e4a20f920a062b60e6f16f44fff231632472621e [file] [log] [blame]
error[E0603]: module `glob` is private
--> $DIR/privacy4.rs:21:14
|
LL | use bar::glob::gpriv;
| ^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0603`.