about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-02-23 07:19:41 +0000
committerbors <bors@rust-lang.org>2021-02-23 07:19:41 +0000
commitcd64446196a02e593c5f50b8d863161306da43f7 (patch)
tree6de1147cc53c807e789794cb944ab9b3cdb4c1e8 /compiler/rustc_data_structures/src
parenta4e595db8f12f9ee926256745d757004b850703f (diff)
parentb1a4bca3e6a03eb59d4ef748a32448226015a2f5 (diff)
downloadrust-cd64446196a02e593c5f50b8d863161306da43f7.tar.gz
rust-cd64446196a02e593c5f50b8d863161306da43f7.zip
Auto merge of #82076 - jyn514:update-bootstrap, r=Mark-Simulacrum
Update the bootstrap compiler

This updates the bootstrap compiler, notably leaving out a change to enable semicolon in macro expressions lint, because stdarch still depends on the old behavior.
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)]