]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/chalkify/type_inference.stderr
Dedup logic and improve output for other types that impl trait
[rust.git] / src / test / ui / chalkify / type_inference.stderr
index 14d43c1474c575b92a3ed7ffd9655e6cca54a5a9..508a6dd1388cbb08463d1f034d3cc3d7f27429f7 100644 (file)
@@ -6,9 +6,9 @@ LL |     only_bar(x);
    |     |
    |     required by a bound introduced by this call
    |
-   = help: the following implementations were found:
-             <i32 as Bar>
-             <u32 as Bar>
+   = help: the following other types implement trait `Bar`:
+             i32
+             u32
 note: required by a bound in `only_bar`
   --> $DIR/type_inference.rs:12:16
    |