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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
ui
/
array-slice-vec
/
ivec-pass-by-value.rs
blob: 67657859408b03e1977f2ad561133bc14463e28e (
plain
)
1
2
3
4
//@ run-pass fn f(_a: Vec<isize> ) { } pub fn main() { f(vec![1, 2, 3, 4, 5]); }