Sign in
rust
/
rust
/
e8a00a7621606f8c4a34b679cefaaa6aecf2442e
/
.
/
tests
/
ui
/
binop
/
binop-typeck.stderr
blob: da7f318282648f32ab1ff9776d1dd00142090c8e [
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
1
previous error
For
more information about
this
error
,
try
`rustc --explain E0369`
.