]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/chalkify/impl_wf_2.stderr
New upstream version 1.62.1+dfsg1
[rustc.git] / src / test / ui / chalkify / impl_wf_2.stderr
index 30cec80b036c629ea13bc92b043e718949de0f6a..1c1df644b06103fd44aa65177391af76dbd77d8e 100644 (file)
@@ -4,8 +4,7 @@ error[E0277]: the trait bound `f32: Foo` is not satisfied
 LL |     type Item = f32;
    |                 ^^^ the trait `Foo` is not implemented for `f32`
    |
-   = help: the following implementations were found:
-             <i32 as Foo>
+   = help: the trait `Foo` is implemented for `i32`
 note: required by a bound in `Bar::Item`
   --> $DIR/impl_wf_2.rs:8:16
    |