rust/src/test/compile-fail/swap-no-lval.rs
2012-05-10 21:14:43 -07:00

6 lines
122 B
Rust

fn main() {
5 <-> 3;
//!^ ERROR swapping to and from non-lvalue
//!^^ ERROR swapping to and from non-lvalue
}