blob: 4a67fe2379b8d0c6afd6f0658f87371e708f1594 [file] [log] [blame]
error[E0277]: cannot multiply `i32` by `f32`
--> $DIR/binop-mul-i32-f32.rs:2:7
|
LL | x * y
| ^ no implementation for `i32 * f32`
|
= help: the trait `Mul<f32>` is not implemented for `i32`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0277`.