mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-05 15:14:34 +00:00
4 lines
111 B
Rust
4 lines
111 B
Rust
fn main() {
|
|
let x: [isize 3]; //~ ERROR expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `3`
|
|
}
|