mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-30 15:19:20 +00:00
6 lines
119 B
Rust
6 lines
119 B
Rust
fn main() {
|
|
let v = [1
|
|
2];
|
|
//~^ ERROR expected one of `,`, `.`, `;`, `?`, `]`, or an operator, found `2`
|
|
}
|