rust/src/test/ui/binop/binop-logic-float.rs
2019-04-22 16:57:01 +01:00

3 lines
98 B
Rust

fn main() { let x = 1.0_f32 || 2.0_f32; }
//~^ ERROR mismatched types
//~| ERROR mismatched types