about summary refs log tree commit diff
path: root/library/alloc/src/lib.rs
diff options
context:
space:
mode:
authorStein Somers <git@steinsomers.be>2020-08-14 16:38:53 +0200
committerStein Somers <git@steinsomers.be>2020-08-14 17:54:09 +0200
commitff45df2acf8cb31e50930840d48d5285b67b23ec (patch)
treef5ac49aaf5ebd749a8262e1cf1fcfcda6dac4e97 /library/alloc/src/lib.rs
parent8d1c3c116b6a3e26ab23f662fbf03d645068b228 (diff)
downloadrust-ff45df2acf8cb31e50930840d48d5285b67b23ec.tar.gz
rust-ff45df2acf8cb31e50930840d48d5285b67b23ec.zip
Move btree unit test to their native, privileged location
Diffstat (limited to 'library/alloc/src/lib.rs')
-rw-r--r--library/alloc/src/lib.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/library/alloc/src/lib.rs b/library/alloc/src/lib.rs
index 75a2c6be41c..2d25941a524 100644
--- a/library/alloc/src/lib.rs
+++ b/library/alloc/src/lib.rs
@@ -80,6 +80,7 @@
 #![feature(arbitrary_self_types)]
 #![feature(box_patterns)]
 #![feature(box_syntax)]
+#![feature(btree_drain_filter)]
 #![feature(cfg_sanitize)]
 #![feature(cfg_target_has_atomic)]
 #![feature(coerce_unsized)]
@@ -102,6 +103,8 @@
 #![feature(lang_items)]
 #![feature(layout_for_ptr)]
 #![feature(libc)]
+#![feature(map_first_last)]
+#![feature(map_into_keys_values)]
 #![feature(negative_impls)]
 #![feature(new_uninit)]
 #![feature(nll)]