blob: fb1312c782aab95fe0d3ad607486324c38311bec (
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 previous error
|