diff options
| author | The Miri Cronjob Bot <miri@cron.bot> | 2024-11-20 05:08:25 +0000 |
|---|---|---|
| committer | The Miri Cronjob Bot <miri@cron.bot> | 2024-11-20 05:08:25 +0000 |
| commit | 13dbc8443e0cd254ee08138b60afd4abf1be2d33 (patch) | |
| tree | db6b8e13f9ca4133bfb97e89d2d2760ef8dc5e7a /compiler/rustc_data_structures/src/lib.rs | |
| parent | 2b751f621c9a8f7bfd294cbbe792a3f1e72aee19 (diff) | |
| parent | 00903cf9c9d2e6e23e76fea25ba8b2627e312bf9 (diff) | |
| download | rust-13dbc8443e0cd254ee08138b60afd4abf1be2d33.tar.gz rust-13dbc8443e0cd254ee08138b60afd4abf1be2d33.zip | |
Merge from rustc
Diffstat (limited to 'compiler/rustc_data_structures/src/lib.rs')
| -rw-r--r-- | compiler/rustc_data_structures/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/rustc_data_structures/src/lib.rs b/compiler/rustc_data_structures/src/lib.rs index bede4c49703..65d586124b3 100644 --- a/compiler/rustc_data_structures/src/lib.rs +++ b/compiler/rustc_data_structures/src/lib.rs @@ -21,6 +21,7 @@ #![feature(auto_traits)] #![feature(cfg_match)] #![feature(core_intrinsics)] +#![feature(dropck_eyepatch)] #![feature(extend_one)] #![feature(file_buffered)] #![feature(hash_raw_entry)] @@ -78,6 +79,7 @@ pub mod thinvec; pub mod transitive_relation; pub mod unhash; pub mod unord; +pub mod vec_cache; pub mod work_queue; mod atomic_ref; |
