]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-28388-2.stderr
Use `summary_opts()` in another spot
[rust.git] / src / test / ui / issues / 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`.