index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
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
}