6 lines
122 B
Rust
6 lines
122 B
Rust
fn main() {
|
|
5 <-> 3;
|
|
//!^ ERROR swapping to and from non-lvalue
|
|
//!^^ ERROR swapping to and from non-lvalue
|
|
}
|