]> git.lizzy.rs Git - rust.git/blob - src/test/ui/use/use-nested-groups-error.stderr
Merge commit 'cd4810de42c57b64b74dae09c530a4c3a41f87b9' into libgccjit-codegen
[rust.git] / src / test / ui / use / use-nested-groups-error.stderr
1 error[E0432]: unresolved import `a::b1::C1`
2   --> $DIR/use-nested-groups-error.rs:9:14
3    |
4 LL | use a::{b1::{C1, C2}, B2};
5    |              ^^
6    |              |
7    |              no `C1` in `a::b1`
8    |              help: a similar name exists in the module: `C2`
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0432`.