]> git.proxmox.com Git - rustc.git/blob - tests/ui/imports/issue-28388-2.stderr
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / ui / imports / issue-28388-2.stderr
1 error[E0603]: module `n` is private
2 --> $DIR/issue-28388-2.rs:7:8
3 |
4 LL | use m::n::{};
5 | ^ private module
6 |
7 note: the module `n` is defined here
8 --> $DIR/issue-28388-2.rs:4:5
9 |
10 LL | mod n {}
11 | ^^^^^
12
13 error: aborting due to previous error
14
15 For more information about this error, try `rustc --explain E0603`.