Update bootstrap compiler

Also remove a number of `stage0` annotations and such
This commit is contained in:
Alex Crichton
2017-11-29 12:14:03 -08:00
parent 78fcf33883
commit a850bb0e5d
13 changed files with 66 additions and 289 deletions

View File

@@ -34,8 +34,6 @@
//! both occur before the crate is rendered.
pub use self::ExternalLocation::*;
#[cfg(stage0)]
use std::ascii::AsciiExt;
use std::borrow::Cow;
use std::cell::RefCell;
use std::cmp::Ordering;