Partially stabilize const_slice_from_raw_parts

This doesn't stabilize methods working on mutable pointers.
This commit is contained in:
Konrad Borowski 2022-05-29 18:01:26 +02:00
parent c78b43878f
commit 743cee6ca9

View File

@ -6,7 +6,6 @@
// Regression test for issue #91827.
#![feature(const_ptr_offset_from)]
#![feature(const_slice_from_raw_parts)]
#![feature(extern_types)]
use std::ptr::addr_of;