summaryrefslogtreecommitdiffstats
path: root/src/test/ui/binop/binop-logic-int.rs
blob: e71daa2dd62d4b62f489e80299454740e63803ff (plain)
1
2
3
fn main() { let x = 1 && 2; }
//~^ ERROR mismatched types
//~| ERROR mismatched types