rust/tests/ui/traits/new-solver/generalize/generalize-proj-new-universe-index-2.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
464 B
Plaintext
Raw Normal View History

error[E0282]: type annotations needed
2023-08-18 16:59:49 -05:00
--> $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`.