]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_llvm/lib.rs
Rollup merge of #23056 - awlnx:master, r=nrc
[rust.git] / src / librustc_llvm / lib.rs
index 0a1416ff5664a02bcaec4445ec246da9cb708637..5bf872b3a1d5e06d961636c4d4cdc5ac95016f28 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))]
 #![allow(non_upper_case_globals)]
 #![allow(non_camel_case_types)]
 #![allow(non_snake_case)]