2023-02-27 09:48:50 -06:00
|
|
|
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`
|
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2023-02-27 09:48:50 -06:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0432`.
|