diff options
| author | Joshua Nelson <jyn514@gmail.com> | 2021-02-13 18:05:07 -0500 |
|---|---|---|
| committer | Mark Rousskov <mark.simulacrum@gmail.com> | 2021-02-20 17:19:30 -0500 |
| commit | 37332758543182005740e8e6ef2312bbc82576b6 (patch) | |
| tree | 72b2069370731440c4220831a867166b21bad65a /compiler/rustc_data_structures/src | |
| parent | 83b30a639d5abd1270ade35d9bd92271f5a5ba18 (diff) | |
| download | rust-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.rs | 1 |
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)] |
