index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
compile-fail
/
binop-logic-float.rs
blob: 7b7b165d49b627d565215be89da13c7503a8300e (
plain
)
1
2
3
// error-pattern:|| cannot be applied to type `f32` fn main() { let x = 1.0_f32 || 2.0_f32; }