]> git.lizzy.rs Git - rust.git/blob - src/test/ui/privacy/privacy4.stderr
Merge commit '3e7c6dec244539970b593824334876f8b6ed0b18' into clippyup
[rust.git] / src / test / ui / privacy / privacy4.stderr
1 error[E0603]: module `glob` is private
2   --> $DIR/privacy4.rs:21:14
3    |
4 LL |     use bar::glob::gpriv;
5    |              ^^^^ private module
6    |
7 note: the module `glob` is defined here
8   --> $DIR/privacy4.rs:13:5
9    |
10 LL |     mod glob {
11    |     ^^^^^^^^
12
13 error: aborting due to previous error
14
15 For more information about this error, try `rustc --explain E0603`.