]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/binop/binop-mul-i32-f32.stderr
New upstream version 1.62.1+dfsg1
[rustc.git] / src / test / ui / binop / binop-mul-i32-f32.stderr
index 4a67fe2379b8d0c6afd6f0658f87371e708f1594..21c490965b14740a4e3b5cd08bc093ca7fc37b98 100644 (file)
@@ -5,6 +5,16 @@ LL |     x * y
    |       ^ no implementation for `i32 * f32`
    |
    = help: the trait `Mul<f32>` is not implemented for `i32`
+   = help: the following other types implement trait `Mul<Rhs>`:
+             <&'a f32 as Mul<f32>>
+             <&'a f64 as Mul<f64>>
+             <&'a i128 as Mul<i128>>
+             <&'a i16 as Mul<i16>>
+             <&'a i32 as Mul<i32>>
+             <&'a i64 as Mul<i64>>
+             <&'a i8 as Mul<i8>>
+             <&'a isize as Mul<isize>>
+           and 49 others
 
 error: aborting due to previous error