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
/
src
/
test
/
ui
/
array-slice-vec
/
ivec-pass-by-value.rs
blob: e22aef96330bb54f762e788abab02521ad3ea710 (
plain
)
1
2
3
4
// run-pass fn f(_a: Vec<isize> ) { } pub fn main() { f(vec![1, 2, 3, 4, 5]); }