]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #12753 : huonw/rust/vec-macro, r=cmr
authorbors <bors@rust-lang.org>
Fri, 7 Mar 2014 10:51:39 +0000 (02:51 -0800)
committerbors <bors@rust-lang.org>
Fri, 7 Mar 2014 10:51:39 +0000 (02:51 -0800)
If no arguments are given to `vec!` then no pushes are emitted and
so the compiler (rightly) complains that the mutability of `temp` is
never used.

This behaviour is rather annoying for users.


Trivial merge