rust/tests/ui/parser/issues/issue-89574.rs

6 lines
126 B
Rust

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