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

@ -24,11 +24,11 @@
#![feature(associated_consts)]
#![feature(box_syntax)]
#![feature(concat_idents)]
#![feature(libc)]
#![feature(link_args)]
#![feature(staged_api)]
#![feature(linked_from)]
#![feature(concat_idents)]
#![feature(staged_api)]
extern crate libc;