We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 358b898 commit e03d1c4Copy full SHA for e03d1c4
src/liballoc/tests/lib.rs
@@ -11,6 +11,7 @@
11
#![feature(associated_type_bounds)]
12
#![feature(binary_heap_into_iter_sorted)]
13
#![feature(binary_heap_drain_sorted)]
14
+#![feature(vec_remove_item)]
15
16
use std::collections::hash_map::DefaultHasher;
17
use std::hash::{Hash, Hasher};
0 commit comments