blob: 42d910819995a67afb8242972024a1df358ff0c5 [file] [log] [blame]
error[E0369]: cannot add `{integer}` to `bool`
--> $DIR/binop-typeck.rs:6:15
|
LL | let z = x + y;
| - ^ - {integer}
| |
| bool
error: aborting due to previous error
For more information about this error, try `rustc --explain E0369`.