mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 19:27:30 +03:00
ed88af2163
Signed-off-by: xizheyin <xizheyin@smail.nju.edu.cn>
4 lines
77 B
Rust
4 lines
77 B
Rust
fn main() {
|
|
let x: [isize 3]; //~ ERROR expected `;` or `]`, found `3`
|
|
}
|