Upgrade rust to rustc 1.6.0-nightly (462ec0576 2015-12-09)

This commit is contained in:
Manish Goregaokar
2015-12-09 15:56:49 -05:00
parent 2fbe762a99
commit b865e30b49
8 changed files with 18 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
#![feature(plugin_registrar, box_syntax)]
#![feature(rustc_private, core, collections)]
#![feature(rustc_private, collections)]
#![feature(num_bits_bytes, iter_arith)]
#![allow(unknown_lints)]
@@ -68,7 +68,7 @@ pub mod escape;
pub mod misc_early;
mod reexport {
pub use syntax::ast::{Name, Ident, NodeId};
pub use syntax::ast::{Name, NodeId};
}
#[plugin_registrar]