blob: 8a4b7401de01a8567fa30812abadf0c9bb9e985f [file] [log] [blame]
error[E0603]: module `glob` is private
--> $DIR/privacy4.rs:31:14
|
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`.