]> git.proxmox.com Git - rustc.git/blob - src/test/ui/binop/binop-mul-bool.stderr
New upstream version 1.49.0~beta.4+dfsg1
[rustc.git] / src / test / ui / binop / binop-mul-bool.stderr
1 error[E0369]: cannot multiply `bool` by `bool`
2 --> $DIR/binop-mul-bool.rs:3:26
3 |
4 LL | fn main() { let x = true * false; }
5 | ---- ^ ----- bool
6 | |
7 | bool
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0369`.