]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/issues/issue-89574.stderr
Rollup merge of #104252 - faern:stabilize-const_socketaddr, r=JohnTitor
[rust.git] / tests / ui / parser / issues / issue-89574.stderr
1 error: missing type for `const` item
2   --> $DIR/issue-89574.rs:2:22
3    |
4 LL |     const EMPTY_ARRAY = [];
5    |                      ^ help: provide a type for the item: `: <type>`
6
7 error: aborting due to previous error
8