mirror of
https://github.com/rust-lang/rust.git
synced 2025-09-28 21:55:31 +00:00
2 lines
79 B
Rust
2 lines
79 B
Rust
fn main() { let x = true * false; } //~ ERROR cannot multiply `bool` by `bool`
|