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