diff options
| author | Konrad Borowski <konrad@borowski.pw> | 2022-05-29 18:01:26 +0200 |
|---|---|---|
| committer | Konrad Borowski <konrad@borowski.pw> | 2022-07-09 23:20:02 +0200 |
| commit | 743cee6ca9c406fb489ffcff34bc068ce3d895f3 (patch) | |
| tree | ac4844fc832c016d53da258bdc49b11cfafad23b | |
| parent | c78b43878f33c242354fadb39030a46e0b2d9812 (diff) | |
| download | rust-743cee6ca9c406fb489ffcff34bc068ce3d895f3.tar.gz rust-743cee6ca9c406fb489ffcff34bc068ce3d895f3.zip | |
Partially stabilize const_slice_from_raw_parts
This doesn't stabilize methods working on mutable pointers.
| -rw-r--r-- | example/issue-91827-extern-types.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/example/issue-91827-extern-types.rs b/example/issue-91827-extern-types.rs index cf8fada5320..2ecc8b8238b 100644 --- a/example/issue-91827-extern-types.rs +++ b/example/issue-91827-extern-types.rs @@ -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; |
