index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
ui
/
binop
/
binop-logic-int.rs
blob: e71daa2dd62d4b62f489e80299454740e63803ff (
plain
)
1
2
3
fn
main
()
{
let
x
=
1
&&
2
;
}
//~^ ERROR mismatched types
//~| ERROR mismatched types