X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftest%2Fui%2Fchalkify%2Fchalk_initial_program.stderr;h=343c0a31862b9969ad97657e95664f3173389868;hb=ef91519b45d2bbf0ce8c0180118160562eaaa0ca;hp=7b0b3f85b39158d27ffcf442e33772ab3eec2db2;hpb=576afec73a15e918ab6d1e85ba7d8dd6fb1626d3;p=rust.git diff --git a/src/test/ui/chalkify/chalk_initial_program.stderr b/src/test/ui/chalkify/chalk_initial_program.stderr index 7b0b3f85b39..343c0a31862 100644 --- a/src/test/ui/chalkify/chalk_initial_program.stderr +++ b/src/test/ui/chalkify/chalk_initial_program.stderr @@ -4,9 +4,9 @@ error[E0277]: the trait bound `f32: Foo` is not satisfied LL | gimme::(); | ^^^ the trait `Foo` is not implemented for `f32` | - = help: the following implementations were found: - - + = help: the following other types implement trait `Foo`: + i32 + u32 note: required by a bound in `gimme` --> $DIR/chalk_initial_program.rs:9:13 |