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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
consts
/
const-prop-ice.rs
blob: 13309f978b6729733584a2ea1dd170e77a8a2338 (
plain
)
1
2
3
fn main() { [0; 3][3u64 as usize]; //~ ERROR the len is 3 but the index is 3 }