]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc/lib.rs
Register new snapshots
[rust.git] / src / librustc / lib.rs
index 0890594f2b1163a6f14f727a5a7f3df929b698b6..00d6237b855647298e737e32907f1f5c8a97a70f 100644 (file)
 //!
 //! This API is completely unstable and subject to change.
 
-// Do not remove on snapshot creation. Needed for bootstrap. (Issue #22364)
-#![cfg_attr(stage0, feature(custom_attribute))]
 #![crate_name = "rustc"]
 #![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",