X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftest%2Fui%2Fchalkify%2Ftype_inference.stderr;h=508a6dd1388cbb08463d1f034d3cc3d7f27429f7;hb=ef91519b45d2bbf0ce8c0180118160562eaaa0ca;hp=14d43c1474c575b92a3ed7ffd9655e6cca54a5a9;hpb=1d6f24210c4a8f46f9781a56f819a383e590cccf;p=rust.git diff --git a/src/test/ui/chalkify/type_inference.stderr b/src/test/ui/chalkify/type_inference.stderr index 14d43c1474c..508a6dd1388 100644 --- a/src/test/ui/chalkify/type_inference.stderr +++ b/src/test/ui/chalkify/type_inference.stderr @@ -6,9 +6,9 @@ LL | only_bar(x); | | | required by a bound introduced by this call | - = help: the following implementations were found: - - + = help: the following other types implement trait `Bar`: + i32 + u32 note: required by a bound in `only_bar` --> $DIR/type_inference.rs:12:16 |