]> git.lizzy.rs Git - rust.git/blob - src/test/ui/chalkify/impl_wf_2.stderr
Merge commit '3e7c6dec244539970b593824334876f8b6ed0b18' into clippyup
[rust.git] / src / test / ui / chalkify / impl_wf_2.stderr
1 error[E0277]: the trait bound `f32: Foo` is not satisfied
2   --> $DIR/impl_wf_2.rs:25:5
3    |
4 LL |     type Item: Foo;
5    |                --- required by this bound in `Bar::Item`
6 ...
7 LL |     type Item = f32;
8    |     ^^^^^^^^^^^^^^^^ the trait `Foo` is not implemented for `f32`
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0277`.