]> git.lizzy.rs Git - rust.git/blobdiff - library/core/tests/lib.rs
Add a dedicated length-prefixing method to `Hasher`
[rust.git] / library / core / tests / lib.rs
index 447a6fcf7567e5c4242676c32fe0a4d6a3f7bae8..934f1cf376cee156ea2ac0aa83bb02c3ea919783 100644 (file)
@@ -37,6 +37,7 @@
 #![feature(future_join)]
 #![feature(future_poll_fn)]
 #![feature(array_from_fn)]
+#![feature(hasher_prefixfree_extras)]
 #![feature(hashmap_internals)]
 #![feature(try_find)]
 #![feature(inline_const)]
@@ -46,6 +47,7 @@
 #![feature(sort_internals)]
 #![feature(slice_take)]
 #![feature(slice_from_ptr_range)]
+#![feature(split_as_slice)]
 #![feature(maybe_uninit_uninit_array)]
 #![feature(maybe_uninit_array_assume_init)]
 #![feature(maybe_uninit_write_slice)]