Sign in
rust
/
rust
/
HEAD
/
.
/
tests
/
ui
/
binop
/
binop-mul-bool.rs
blob: 706195d215ccce79bc983a19e9124e46b6aff7a4 [
file
] [
log
] [
blame
]
fn
main
()
{
let
x
=
true
*
false
;
}
//~ ERROR cannot multiply `bool` by `bool`