Skip to content

Commit

Permalink
Partially stabilize const_slice_from_raw_parts
Browse files Browse the repository at this point in the history
This doesn't stabilize methods working on mutable pointers.
  • Loading branch information
KamilaBorowska committed Jul 9, 2022
1 parent c78b438 commit 743cee6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion example/issue-91827-extern-types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 743cee6

Please sign in to comment.