]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-28388-2.stderr
Rollup merge of #53376 - frewsxcv:frewsxcv-copy, r=GuillaumeGomez
[rust.git] / src / test / ui / issues / issue-28388-2.stderr
1 error[E0603]: module `n` is private
2   --> $DIR/issue-28388-2.rs:17:5
3    |
4 LL | use m::n::{};
5    |     ^^^^^^^^
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0603`.