Partially stabilize const_slice_from_raw_parts
This doesn't stabilize methods working on mutable pointers.
This commit is contained in:
parent
c78b43878f
commit
743cee6ca9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user