]> git.lizzy.rs Git - rust.git/blobdiff - src/libcore/tests/lib.rs
Remove unnecessary `const_fn` feature gates
[rust.git] / src / libcore / tests / lib.rs
index b28ed2eaa0876ad6af9fb264eed6cc736b2cadb6..1b9c7e35f416d17ac94f4fe88da70c8a8934a1bd 100644 (file)
@@ -11,6 +11,7 @@
 #![feature(flt2dec)]
 #![feature(fmt_internals)]
 #![feature(hashmap_internals)]
+#![feature(try_find)]
 #![feature(is_sorted)]
 #![feature(iter_once_with)]
 #![feature(pattern)]
 #![feature(slice_internals)]
 #![feature(slice_partition_dedup)]
 #![feature(int_error_matching)]
-#![feature(const_fn)]
 #![feature(array_value_iter)]
 #![feature(iter_partition_in_place)]
 #![feature(iter_is_partitioned)]
 #![feature(iter_order_by)]
 #![feature(cmp_min_max_by)]
+#![feature(slice_from_raw_parts)]
+#![feature(const_slice_from_raw_parts)]
+#![feature(const_raw_ptr_deref)]
 
 extern crate test;