]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_trans/lib.rs
Rollup merge of #23056 - awlnx:master, r=nrc
[rust.git] / src / librustc_trans / lib.rs
index 7cdd1d0a456cc735eb536643980f6b42250776c2..5f97709dd331f3dcee9895313377b053deec6787 100644 (file)
@@ -14,6 +14,8 @@
 //!
 //! 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_trans"]
 #![unstable(feature = "rustc_private")]
 #![staged_api]