Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
binop
/
binop-logic-int.rs
blob: e71daa2dd62d4b62f489e80299454740e63803ff [
file
] [
log
] [
blame
] [
edit
]
fn
main
()
{
let
x
=
1
&&
2
;
}
//~^ ERROR mismatched types
//~| ERROR mismatched types