Sign in
rust
/
rust
/
730591cee4670a4aa6b78bb7fa4bc6cdc12c1952
/
.
/
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
];
}