From 06661ba7591b1531555cd084f75540d99ef35ac5 Mon Sep 17 00:00:00 2001 From: Mark Rousskov Date: Thu, 24 Jun 2021 12:47:33 -0400 Subject: Update to new bootstrap compiler --- 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 776cb2ee99b..fc890f23853 100644 --- a/compiler/rustc_codegen_llvm/src/lib.rs +++ b/compiler/rustc_codegen_llvm/src/lib.rs @@ -8,7 +8,6 @@ #![feature(bool_to_option)] #![feature(const_cstr_unchecked)] #![feature(crate_visibility_modifier)] -#![cfg_attr(bootstrap, feature(extended_key_value_attributes))] #![feature(extern_types)] #![feature(in_band_lifetimes)] #![feature(iter_zip)] -- cgit 1.4.1-3-g733a5