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