summaryrefslogtreecommitdiffstats
path: root/src/test/ui/binop/binop-typeck.stderr
blob: 42d910819995a67afb8242972024a1df358ff0c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
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`.