]> git.lizzy.rs Git - rust.git/blob - src/test/ui/chalkify/chalk_initial_program.stderr
Merge commit '3e7c6dec244539970b593824334876f8b6ed0b18' into clippyup
[rust.git] / src / test / ui / chalkify / chalk_initial_program.stderr
1 error[E0277]: the trait bound `f32: Foo` is not satisfied
2   --> $DIR/chalk_initial_program.rs:15:13
3    |
4 LL | fn gimme<F: Foo>() { }
5    |             --- required by this bound in `gimme`
6 ...
7 LL |     gimme::<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`.