rust/tests/ui/parser/issues/issue-89574.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
222 B
Plaintext
Raw Normal View History

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