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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
ui
/
binop
/
binop-mul-bool.rs
blob: 706195d215ccce79bc983a19e9124e46b6aff7a4 (
plain
)
1
fn
main
()
{
let
x
=
true
*
false
;
}
//~ ERROR cannot multiply `bool` by `bool`