Update to rustc 2d0cbf3e3e25e092bd9e4c94d08e446b680869f0.

This commit is contained in:
Ms2ger 2015-06-25 09:45:09 +02:00
parent 57cc84b293
commit 73a7e92bfd
22 changed files with 232 additions and 132 deletions

9
tests/reftest.rs vendored
View file

@ -7,7 +7,14 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
#![feature(collections, exit_status, fs_walk, path_ext, slice_patterns, test)]
#![feature(append)]
#![feature(exit_status)]
#![feature(fs_walk)]
#![feature(path_ext)]
#![feature(slice_extras)]
#![feature(slice_patterns)]
#![feature(test)]
#[macro_use] extern crate bitflags;
extern crate png;
extern crate test;