summaryrefslogtreecommitdiffstats
path: root/tests/ui/resolve/issue-108529.stderr
blob: ef1a6c919eebfed6b1c65b50b82e4847c191ee38 (plain)
1
2
3
4
5
6
7
8
9
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`.