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
/
src
/
test
/
run-pass
/
ivec-pass-by-value.rs
blob: 557c3dc9b3e212cc3e9f0f1ab4cdf3cc1397c69e (
plain
)
1
2
3
fn f(a: [int]) { } fn main() { f([1, 2, 3, 4, 5]); }