Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
auto merge of #12753 : huonw/rust/vec-macro, r=cmr
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.
- Loading branch information