6d86969260
conflict with the new single-line-sugared-inner-doc-comment (`//! ...`).
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
|
|
}
|