summaryrefslogtreecommitdiffstats
path: root/tests/ui/typeck/issue-107087.stderr
blob: 289c8d161ae86b84bb469736821e0432f8f87bed (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 1 previous error

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