Skip to content

Commit 743cee6

Browse files
committed
Partially stabilize const_slice_from_raw_parts
This doesn't stabilize methods working on mutable pointers.
1 parent c78b438 commit 743cee6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

example/issue-91827-extern-types.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// Regression test for issue #91827.
77

88
#![feature(const_ptr_offset_from)]
9-
#![feature(const_slice_from_raw_parts)]
109
#![feature(extern_types)]
1110

1211
use std::ptr::addr_of;

0 commit comments

Comments
 (0)