rust/tests/ui/binop/binop-logic-int.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
86 B
Rust
Raw Normal View History

fn main() { let x = 1 && 2; }
//~^ ERROR mismatched types
//~| ERROR mismatched types