]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_resolve/lib.rs
Rollup merge of #23056 - awlnx:master, r=nrc
[rust.git] / src / librustc_resolve / lib.rs
index 0ddfd707f0089391eb1c0b93a9672a7500e17100..ccca99f8b4e4a07637cd0a47f636836e05f9cc17 100644 (file)
@@ -8,6 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+// Do not remove on snapshot creation. Needed for bootstrap. (Issue #22364)
+#![cfg_attr(stage0, feature(custom_attribute))]
 #![crate_name = "rustc_resolve"]
 #![unstable(feature = "rustc_private")]
 #![staged_api]