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