This changes the indexing syntax from .() to [], the vector syntax from ~[] to [] and the extension syntax from #fmt() to #fmt[]
4 lines
84 B
Rust
4 lines
84 B
Rust
// error-pattern:Unsatisfied precondition
|
|
|
|
fn main() { let x = 3; let y; x <-> y; }
|