]> git.lizzy.rs Git - rust.git/blobdiff - library/alloc/tests/lib.rs
Rollup merge of #103424 - notriddle:notriddle/code-header-border-bottom-none, r=Guill...
[rust.git] / library / alloc / tests / lib.rs
index f30ebd77e2466c095ff3680e53d28ed73ba48674..ffc5ca7a5c6cc1de574f8a80a86b302c15603014 100644 (file)
@@ -2,6 +2,7 @@
 #![feature(alloc_layout_extra)]
 #![feature(assert_matches)]
 #![feature(box_syntax)]
+#![feature(btree_drain_filter)]
 #![feature(cow_is_borrowed)]
 #![feature(const_box)]
 #![feature(const_convert)]
@@ -14,6 +15,8 @@
 #![feature(core_intrinsics)]
 #![feature(drain_filter)]
 #![feature(exact_size_is_empty)]
+#![feature(linked_list_cursors)]
+#![feature(map_try_insert)]
 #![feature(new_uninit)]
 #![feature(pattern)]
 #![feature(trusted_len)]
@@ -49,6 +52,7 @@
 use std::hash::{Hash, Hasher};
 
 mod arc;
+mod autotraits;
 mod borrow;
 mod boxed;
 mod btree_set_hash;