]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_metadata/lib.rs
Register new snapshots
[rust.git] / src / librustc_metadata / lib.rs
index 6affbd2b5936c4323a08192352ee29e915860c1f..42332c46969790a4d8974e7aaeabce004b0e27d3 100644 (file)
@@ -8,10 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#![cfg_attr(stage0, feature(custom_attribute))]
 #![crate_name = "rustc_metadata"]
 #![unstable(feature = "rustc_private", issue = "27812")]
-#![cfg_attr(stage0, staged_api)]
 #![crate_type = "dylib"]
 #![crate_type = "rlib"]
 #![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
       html_root_url = "https://doc.rust-lang.org/nightly/")]
 
 #![feature(box_patterns)]
-#![feature(duration_span)]
 #![feature(enumset)]
 #![feature(quote)]
-#![feature(staged_api)]
-#![feature(vec_push_all)]
 #![feature(rustc_diagnostic_macros)]
 #![feature(rustc_private)]
+#![feature(staged_api)]
+#![feature(time2)]
 
 #[macro_use] extern crate log;
 #[macro_use] extern crate syntax;
@@ -59,3 +56,4 @@
 pub mod index;
 pub mod loader;
 pub mod macro_import;
+pub mod tls_context;