summaryrefslogtreecommitdiffstats
path: root/tests/ui/traits/new-solver/generalize/generalize-proj-new-universe-index-2.stderr
blob: 9a8060133b819abc694838a6362ceb08a4b4b21a (plain)
1
2
3
4
5
6
7
8
9
error[E0282]: type annotations needed
  --> $DIR/generalize-proj-new-universe-index-2.rs:74:5
   |
LL |     bound::<<Rigid as IdHigherRankedBound>::Assoc, <Wrapper<Leaf> as Id>::Assoc, _>()
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type of the type parameter `V` declared on the function `bound`

error: aborting due to previous error

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