Sign in
rust
/
rust-lang
/
rust
/
refs/heads/beta
/
.
/
tests
/
ui
/
parser
/
issues
/
issue-89574.rs
blob: 4d28ad051dfafa281097660215043044e7d0f0d9 [
file
] [
log
] [
blame
]
fn
main
()
{
const
EMPTY_ARRAY
=
[];
//~^ ERROR missing type for `const` item
//~| ERROR type annotations needed
}