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

@@ -38,7 +38,6 @@
#![feature(rustc_private)]
#![feature(set_stdio)]
#![feature(staged_api)]
#![cfg_attr(stage0, feature(question_mark))]
#![feature(panic_unwind)]
extern crate getopts;