about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/lib.rs
diff options
context:
space:
mode:
authorThe Miri Cronjob Bot <miri@cron.bot>2024-11-20 05:08:25 +0000
committerThe Miri Cronjob Bot <miri@cron.bot>2024-11-20 05:08:25 +0000
commit13dbc8443e0cd254ee08138b60afd4abf1be2d33 (patch)
treedb6b8e13f9ca4133bfb97e89d2d2760ef8dc5e7a /compiler/rustc_data_structures/src/lib.rs
parent2b751f621c9a8f7bfd294cbbe792a3f1e72aee19 (diff)
parent00903cf9c9d2e6e23e76fea25ba8b2627e312bf9 (diff)
downloadrust-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.rs2
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;