about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2021-12-13 18:15:17 +0100
committerGitHub <noreply@github.com>2021-12-13 18:15:17 +0100
commitff214b745de20917b398510e78e7aba5afba9a72 (patch)
treee50585e20fbc07bebfb8af538efcdadf480be456 /compiler/rustc_codegen_llvm/src
parent84878336b05f1dcdff6f2a55b6b66d5fa6f2e82e (diff)
parent23e4aeb14067b401bc2d11a4bbdb035ee7a4c81a (diff)
downloadrust-ff214b745de20917b398510e78e7aba5afba9a72.tar.gz
rust-ff214b745de20917b398510e78e7aba5afba9a72.zip
Rollup merge of #91855 - xfix:const_cstr_unchecked, r=dtolnay
Stabilize const_cstr_unchecked

Closes #90343

``@rustbot`` modify labels: +T-libs-api
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
-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 62c17e6a10f..1dfaae7a150 100644
--- a/compiler/rustc_codegen_llvm/src/lib.rs
+++ b/compiler/rustc_codegen_llvm/src/lib.rs
@@ -6,7 +6,6 @@
 
 #![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
 #![feature(bool_to_option)]
-#![feature(const_cstr_unchecked)]
 #![feature(crate_visibility_modifier)]
 #![feature(extern_types)]
 #![feature(in_band_lifetimes)]