mirror of
https://git.proxmox.com/git/rustc
synced 2026-03-28 04:02:54 +00:00
9 lines
220 B
Plaintext
9 lines
220 B
Plaintext
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
|
|
|