1
Fork 0

Bump version and stage0 compiler

This commit is contained in:
Alex Crichton 2017-06-06 19:32:43 -07:00
parent 04145943a2
commit be7ebdd512
47 changed files with 24 additions and 283 deletions

View file

@ -27,10 +27,6 @@
#![feature(rustc_diagnostic_macros)]
#![feature(i128_type)]
#![cfg_attr(stage0, unstable(feature = "rustc_private", issue = "27812"))]
#![cfg_attr(stage0, feature(rustc_private))]
#![cfg_attr(stage0, feature(staged_api))]
extern crate serialize;
#[macro_use] extern crate log;
#[macro_use] extern crate bitflags;