Upgrade rust to rustc 1.6.0-nightly (462ec0576 2015-12-09)
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user