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` is not implemented for `i32` = help: the following other types implement trait `Mul`: <&'a f32 as Mul> <&'a f64 as Mul> <&'a i128 as Mul> <&'a i16 as Mul> <&'a i32 as Mul> <&'a i64 as Mul> <&'a i8 as Mul> <&'a isize as Mul> and 49 others error: aborting due to previous error For more information about this error, try `rustc --explain E0277`.