From 37332758543182005740e8e6ef2312bbc82576b6 Mon Sep 17 00:00:00 2001 From: Joshua Nelson Date: Sat, 13 Feb 2021 18:05:07 -0500 Subject: Update the bootstrap compiler Note this does not change `core::derive` since it was merged after the beta bump. --- compiler/rustc_data_structures/src/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'compiler/rustc_data_structures/src') diff --git a/compiler/rustc_data_structures/src/lib.rs b/compiler/rustc_data_structures/src/lib.rs index 5880bbd3de4..4ab493d3cc9 100644 --- a/compiler/rustc_data_structures/src/lib.rs +++ b/compiler/rustc_data_structures/src/lib.rs @@ -26,7 +26,6 @@ #![feature(thread_id_value)] #![feature(extend_one)] #![feature(const_panic)] -#![cfg_attr(bootstrap, feature(min_const_generics))] #![feature(new_uninit)] #![feature(once_cell)] #![feature(maybe_uninit_uninit_array)] -- cgit 1.4.1-3-g733a5