about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-12-23 00:26:47 +0000
committerbors <bors@rust-lang.org>2023-12-23 00:26:47 +0000
commit495203bf61efabecc2c460be38e1eb0f9952601b (patch)
tree9e2c1c94647ef8af342204b12d0d9f2da8846619 /compiler/rustc_codegen_llvm
parent467d1d97d4727f59fa63fa353d225318164ab7d1 (diff)
parentf9f5840eb4e97fac09348eee0902c1691f042798 (diff)
downloadrust-495203bf61efabecc2c460be38e1eb0f9952601b.tar.gz
rust-495203bf61efabecc2c460be38e1eb0f9952601b.zip
Auto merge of #119211 - rust-lang:pa-master-1.77, r=Mark-Simulacrum
Bump stage0 to 1.76 beta

r? `@Mark-Simulacrum`
Diffstat (limited to 'compiler/rustc_codegen_llvm')
-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)]