about summary refs log tree commit diff
path: root/tests/ui/parser/issues/issue-89574.rs
blob: 4d28ad051dfafa281097660215043044e7d0f0d9 (plain)
1
2
3
4
5
fn main() {
    const EMPTY_ARRAY = [];
    //~^ ERROR missing type for `const` item
    //~| ERROR type annotations needed
}