summaryrefslogtreecommitdiffstats
path: root/tests/ui/typeck/issue-107087.stderr
blob: 70f19320802b91142d13e676f132f3f47ce9a3b8 (plain)
1
2
3
4
5
6
7
8
9
error[E0223]: ambiguous associated type
  --> $DIR/issue-107087.rs:16:5
   |
LL |     A::B::<>::C
   |     ^^^^^^^^ help: use the fully-qualified path: `<A<_> as Foo>::B`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0223`.