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-mul-bool.rs
blob: 7c912f58d1e6893450a952a00eda92050299d162 (
plain
)
1
2
3
// error-pattern:* cannot be applied to type `bool` fn main() { let x = true * false; }