]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/type-alias-impl-trait/self-referential-2.stderr
Auto merge of #95454 - randomicon00:fix95444, r=wesleywiser
[rust.git] / src / test / ui / type-alias-impl-trait / self-referential-2.stderr
index 6997676260dd603e3a0a30668f8525584cb1278a..348696f25e3b5aaecdc0848204e61354810b897b 100644 (file)
@@ -5,6 +5,16 @@ LL |     42_i32
    |     ^^^^^^ no implementation for `i32 == Foo`
    |
    = help: the trait `PartialEq<Foo>` is not implemented for `i32`
+   = help: the following other types implement trait `PartialEq<Rhs>`:
+             f32
+             f64
+             i128
+             i16
+             i32
+             i64
+             i8
+             isize
+           and 6 others
 
 error: aborting due to previous error