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
about
summary
refs
log
tree
commit
diff
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
];
}