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