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:
parent
579eb2400b
commit
af79a5aa7d
236 changed files with 1435 additions and 1311 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue