Sign in
rust
/
rust-lang
/
rust
/
refs/heads/try
/
.
/
tests
/
ui
/
array-slice-vec
/
vec-repeat-with-cast.rs
blob: 1f1fd4cd0d29c43713f8605f3401d5f0e0681080 [
file
] [
log
] [
blame
]
//@ run-pass
pub
fn
main
()
{
let
_a
=
[
0
;
1
as
usize
];
}