about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/lib.rs
diff options
context:
space:
mode:
authorPietro Albini <pietro@pietroalbini.org>2023-12-22 11:14:11 +0100
committerPietro Albini <pietro@pietroalbini.org>2023-12-22 11:14:11 +0100
commitf9f5840eb4e97fac09348eee0902c1691f042798 (patch)
tree5589489ccd92d321200cf1aa26b195f17b9c6e96 /compiler/rustc_codegen_llvm/src/lib.rs
parentbcdaa0d19460329a28db9922bb73ce123ffdcf27 (diff)
downloadrust-f9f5840eb4e97fac09348eee0902c1691f042798.tar.gz
rust-f9f5840eb4e97fac09348eee0902c1691f042798.zip
update cfg(bootstrap)s
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/lib.rs')
-rw-r--r--compiler/rustc_codegen_llvm/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/src/lib.rs b/compiler/rustc_codegen_llvm/src/lib.rs
index 3c42eb21d07..a81056ed3ad 100644
--- a/compiler/rustc_codegen_llvm/src/lib.rs
+++ b/compiler/rustc_codegen_llvm/src/lib.rs
@@ -8,7 +8,6 @@
 #![feature(rustdoc_internals)]
 #![doc(rust_logo)]
 #![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
-#![cfg_attr(bootstrap, feature(c_str_literals))]
 #![feature(exact_size_is_empty)]
 #![feature(extern_types)]
 #![feature(hash_raw_entry)]