]> git.lizzy.rs Git - rust.git/blob - src/test/ui/binop/binop-typeck.stderr
Merge commit 'e8dca3e87d164d2806098c462c6ce41301341f68' into sync_from_cg_gcc
[rust.git] / src / test / ui / binop / binop-typeck.stderr
1 error[E0369]: cannot add `{integer}` to `bool`
2   --> $DIR/binop-typeck.rs:6:15
3    |
4 LL |     let z = x + y;
5    |             - ^ - {integer}
6    |             |
7    |             bool
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0369`.