1 2 3 4 5 6 7
fn main() { if 1 < 2 { let _a = vec!]; //~ ERROR mismatched closing delimiter } } //~ ERROR unexpected closing delimiter fn main() {}