rust/tests/ui/traits/new-solver/recursive-self-normalization.stderr

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

10 lines
345 B
Plaintext
Raw Normal View History

error[E0282]: type annotations needed
--> $DIR/recursive-self-normalization.rs:11:5
|
LL | needs_bar::<T::Assoc>();
| ^^^^^^^^^^^^^^^^^^^^^ cannot infer type of the type parameter `S` declared on the function `needs_bar`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0282`.