index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
parser
/
issues
/
issue-89574.rs
blob: 0a477f1aa5fb69ebdd52d9393f7fb118ed2b8a6a (
plain
)
1
2
3
4
fn
main
()
{
const
EMPTY_ARRAY
=
[];
//~^ missing type for `const` item
}