rust/src/test/ui/privacy/privacy4.stderr

10 lines
271 B
Plaintext
Raw Normal View History

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