Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
binop
/
binop-logic-float.rs
blob: 1750d97ba815ad43ee390c431e677d76e97ac8d7 [
file
] [
log
] [
blame
]
fn
main
()
{
let
x
=
1.0
_f32
||
2.0
_f32
;
}
//~^ ERROR mismatched types
//~| ERROR mismatched types