summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/issues/issue-89574.stderr
blob: cbee3d35155c7925e3228986dbc54ac77f180978 (plain)
1
2
3
4
5
6
7
8
error: missing type for `const` item
  --> $DIR/issue-89574.rs:2:11
   |
LL |     const EMPTY_ARRAY = [];
   |           ^^^^^^^^^^^ help: provide a type for the item: `EMPTY_ARRAY: <type>`

error: aborting due to previous error