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
/
tests
/
ui
/
array-slice-vec
/
vec-repeat-with-cast.rs
blob: 1f1fd4cd0d29c43713f8605f3401d5f0e0681080 (
plain
)
1
2
3
4
//@ run-pass pub fn main() { let _a = [0; 1 as usize]; }