fn main() { let x: [isize 3]; //~ ERROR expected `;` or `]`, found `3` }