index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
ui
/
array-slice-vec
/
vec-repeat-with-cast.rs
blob: 3e0e18873ab0faa6940ad70f4182f6b577e75e39 (
plain
)
1
2
3
4
5
// run-pass
// pretty-expanded FIXME #23616
pub
fn
main
()
{
let
_a
=
[
0
;
1
as
usize
];
}