]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issues/issue-89574.stderr
Rollup merge of #92399 - Veeupup:fix_vec_typo, r=Dylan-DPC
[rust.git] / src / test / ui / parser / issues / issue-89574.stderr
1 error: missing type for `const` item
2   --> $DIR/issue-89574.rs:2:11
3    |
4 LL |     const EMPTY_ARRAY = [];
5    |           ^^^^^^^^^^^ help: provide a type for the item: `EMPTY_ARRAY: <type>`
6
7 error: aborting due to previous error
8