about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src
diff options
context:
space:
mode:
authorJoshua Nelson <jyn514@gmail.com>2021-02-13 18:05:07 -0500
committerMark Rousskov <mark.simulacrum@gmail.com>2021-02-20 17:19:30 -0500
commit37332758543182005740e8e6ef2312bbc82576b6 (patch)
tree72b2069370731440c4220831a867166b21bad65a /compiler/rustc_data_structures/src
parent83b30a639d5abd1270ade35d9bd92271f5a5ba18 (diff)
downloadrust-37332758543182005740e8e6ef2312bbc82576b6.tar.gz
rust-37332758543182005740e8e6ef2312bbc82576b6.zip
Update the bootstrap compiler
Note this does not change `core::derive` since it was merged after the
beta bump.
Diffstat (limited to 'compiler/rustc_data_structures/src')
-rw-r--r--compiler/rustc_data_structures/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
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)]