summary refs log tree commit diff
path: root/src/test/ui/binop/binop-logic-float.rs
blob: c95c1d30d1ce3a140be9f8bcd706f37f4c0ff0c5 (plain)
1
2
3
4
fn main() { let x = 1.0_f32 || 2.0_f32; }
//~^ ERROR mismatched types
//~| ERROR mismatched types