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
/
tests
/
ui
/
consts
/
const-eval
/
index_out_of_bounds.rs
blob: 80e0d28fec2121f82dc11e94935e4e3ccf4d3630 (
plain
)
1
2
3
4
static FOO: i32 = [][0]; //~^ ERROR E0080 fn main() {}