1
Fork 0

test: Make manual changes to deal with the fallout from removal of

`~[T]` in test, libgetopts, compiletest, librustdoc, and libnum.
This commit is contained in:
Patrick Walton 2014-03-05 15:28:08 -08:00 committed by Huon Wilson
parent 579eb2400b
commit af79a5aa7d
236 changed files with 1435 additions and 1311 deletions

View file

@ -16,6 +16,8 @@
#[allow(deprecated_owned_vector)];
#[deny(unused_mut)];
use std::vec_ng::Vec;
fn main() {
// negative cases
let mut a = 3; //~ ERROR: variable does not need to be mutable