rust/tests/ui/binop/binop-mul-bool.rs

1 line
79 B
Rust

fn main() { let x = true * false; } //~ ERROR cannot multiply `bool` by `bool`