]> git.proxmox.com Git - rustc.git/blob - src/test/ui/privacy/privacy4.stderr
New upstream version 1.44.1+dfsg1
[rustc.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`.