diff --git a/src/lib.rs b/src/lib.rs index da79e5ce9e52..36802d1a3297 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,6 +1,7 @@ #![feature(plugin_registrar, box_syntax)] +#![feature(rustc_private, core, collections)] -#![allow(unused_imports, unstable)] +#![allow(unused_imports)] #[macro_use] extern crate syntax;