]> git.lizzy.rs Git - rust.git/blobdiff - library/core/tests/lib.rs
add `slice::{from_ptr_range, from_mut_ptr_range}`
[rust.git] / library / core / tests / lib.rs
index 06c7be054a0381b0eaa9574efba3277999d4fe46..fb59bc2596f76435043bf6cfbdcd3c9ba9f1b8dc 100644 (file)
@@ -48,6 +48,7 @@
 #![feature(pin_macro)]
 #![feature(sort_internals)]
 #![feature(slice_take)]
+#![feature(slice_from_ptr_range)]
 #![feature(maybe_uninit_uninit_array)]
 #![feature(maybe_uninit_array_assume_init)]
 #![feature(maybe_uninit_write_slice)]