Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
parser
/
issues
/
issue-89574.rs
blob: 0a477f1aa5fb69ebdd52d9393f7fb118ed2b8a6a [
file
] [
log
] [
blame
]
fn
main
()
{
const
EMPTY_ARRAY
=
[];
//~^ missing type for `const` item
}