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

error: aborting due to 1 previous error