5 lines
126 B
Rust
5 lines
126 B
Rust
fn main() {
|
|
const EMPTY_ARRAY = [];
|
|
//~^ ERROR missing type for `const` item
|
|
//~| ERROR type annotations needed
|
|
}
|