3 lines
63 B
Rust
3 lines
63 B
Rust
fn main() {
|
|
let v = [,]; //! ERROR unexpected token: ','
|
|
}
|
fn main() {
|
|
let v = [,]; //! ERROR unexpected token: ','
|
|
}
|