Update the bootstrap compiler

Now that we've got a beta build, let's use it!
This commit is contained in:
Alex Crichton
2016-11-16 09:19:02 -08:00
parent 8e373b4787
commit 2186660b51
52 changed files with 30 additions and 559 deletions

View File

@@ -20,7 +20,6 @@
#![feature(box_patterns)]
#![feature(box_syntax)]
#![cfg_attr(stage0, feature(dotdot_in_tuple_patterns))]
#![feature(libc)]
#![feature(rustc_private)]
#![feature(set_stdio)]
@@ -28,7 +27,6 @@
#![feature(staged_api)]
#![feature(test)]
#![feature(unicode)]
#![cfg_attr(stage0, feature(question_mark))]
extern crate arena;
extern crate getopts;