summaryrefslogtreecommitdiffstats
path: root/src/test/ui/binop/binop-logic-float.rs
blob: 1750d97ba815ad43ee390c431e677d76e97ac8d7 (plain)
1
2
3
fn main() { let x = 1.0_f32 || 2.0_f32; }
//~^ ERROR mismatched types
//~| ERROR mismatched types