cfaa0f4b91
Includes assignment operations. Add regression tests for lots of less useful, less used or unexpected combinations, as well as a selection of compile-fail tests. Closes #500 (again!)
6 lines
101 B
Rust
6 lines
101 B
Rust
// xfail-stage0
|
|
// error-pattern:&& cannot be applied to type `int`
|
|
|
|
fn main() {
|
|
auto x = 1 && 2;
|
|
} |