4 lines
84 B
Rust
4 lines
84 B
Rust
// error-pattern:unsatisfied precondition
|
|
|
|
fn main() { let x = 3; let y; x <-> y; }
|