]> git.lizzy.rs Git - rust.git/blob - tests/ui/binop/binop-logic-int.rs
Rollup merge of #103702 - WaffleLapkin:lift-sized-bounds-from-pointer-methods-where...
[rust.git] / tests / ui / binop / binop-logic-int.rs
1 fn main() { let x = 1 && 2; }
2 //~^ ERROR mismatched types
3 //~| ERROR mismatched types