summaryrefslogtreecommitdiffstats
path: root/tests/ui/typeck/issue-107087.stderr
blob: 8921e3f7694d48f756a1070f4e6279abf3226fb3 (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 fully-qualified syntax: `<A<_> as Foo>::B`

error: aborting due to previous error

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