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
/
vec-push.rs
blob: 3e47f7e0a3b3c16296c4d33acb84ec34f83c99e6 (
plain
)
1
fn main() { let mut v = ~[1, 2, 3]; vec::push(v, 1); }