Sign in
fuchsia
/
third_party
/
rust
/
0.4
/
.
/
src
/
test
/
compile-fail
/
binop-logic-float.rs
blob: 7b7b165d49b627d565215be89da13c7503a8300e [
file
] [
log
] [
blame
]
// error-pattern:|| cannot be applied to type `f32`
fn
main
()
{
let
x
=
1.0
_f32
||
2.0
_f32
;
}