2018-01-29 10:11:09 -06:00
|
|
|
error[E0432]: unresolved import `a::b1::C1`
|
2018-02-01 15:55:20 -06:00
|
|
|
--> $DIR/use-nested-groups-error.rs:19:14
|
2018-01-29 10:11:09 -06:00
|
|
|
|
|
2018-02-22 18:42:32 -06:00
|
|
|
LL | use a::{b1::{C1, C2}, B2};
|
2018-01-29 10:11:09 -06:00
|
|
|
| ^^ no `C1` in `a::b1`. Did you mean to use `C2`?
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
2018-02-19 14:40:25 -06:00
|
|
|
If you want more information on this error, try using "rustc --explain E0432"
|