Sign in
rust
/
rust
/
a5a286df89146c64afebc6dcbbd3f61ba67ae53b
/
.
/
tests
/
ui
/
binop
/
binop-logic-int.rs
blob: e71daa2dd62d4b62f489e80299454740e63803ff [
file
]
fn
main
()
{
let
x
=
1
&&
2
;
}
//~^ ERROR mismatched types
//~| ERROR mismatched types