blob: ef1a6c919eebfed6b1c65b50b82e4847c191ee38 [file] [log] [blame] [edit]
error[E0432]: unresolved import `f::f`
--> $DIR/issue-108529.rs:2:8
|
LL | use f::f::f;
| ^ expected type, found associated function `f` in `f`
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0432`.