]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_metadata/lib.rs
Register new snapshots
[rust.git] / src / librustc_metadata / lib.rs
index d2a6b0eaedf53253cebf7d2a27e1b52599665e89..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",
@@ -58,3 +56,4 @@
 pub mod index;
 pub mod loader;
 pub mod macro_import;
+pub mod tls_context;