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