2021-10-05 19:52:45 -05:00
|
|
|
error: missing type for `const` item
|
2022-08-05 06:41:42 -05:00
|
|
|
--> $DIR/issue-89574.rs:2:22
|
2021-10-05 19:52:45 -05:00
|
|
|
|
|
|
|
|
LL | const EMPTY_ARRAY = [];
|
2022-08-05 06:41:42 -05:00
|
|
|
| ^ help: provide a type for the item: `: <type>`
|
2021-10-05 19:52:45 -05:00
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2021-10-05 19:52:45 -05:00
|
|
|
|