From 23e4aeb14067b401bc2d11a4bbdb035ee7a4c81a Mon Sep 17 00:00:00 2001 From: Konrad Borowski Date: Mon, 13 Dec 2021 08:43:19 +0100 Subject: Stabilize const_cstr_unchecked --- compiler/rustc_codegen_llvm/src/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'compiler/rustc_codegen_llvm/src') 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)] -- cgit 1.4.1-3-g733a5