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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
81 B
Rust
Raw Normal View History

2021-10-05 19:52:45 -05:00
fn main() {
const EMPTY_ARRAY = [];
//~^ missing type for `const` item
}