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 | 0753fd117bebe14306823432f6a195d32aab85d3 (patch) | |
| tree | 1fcf217383fdbda292dbb73b9232fe1d77f04eb8 /compiler/rustc_codegen_cranelift/example | |
| parent | f893495e3da91dc319d37861b803eed9d6c8c7c7 (diff) | |
| download | rust-0753fd117bebe14306823432f6a195d32aab85d3.tar.gz rust-0753fd117bebe14306823432f6a195d32aab85d3.zip | |
Partially stabilize const_slice_from_raw_parts
This doesn't stabilize methods working on mutable pointers.
Diffstat (limited to 'compiler/rustc_codegen_cranelift/example')
| -rw-r--r-- | compiler/rustc_codegen_cranelift/example/issue-91827-extern-types.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_cranelift/example/issue-91827-extern-types.rs b/compiler/rustc_codegen_cranelift/example/issue-91827-extern-types.rs index cf8fada5320..2ecc8b8238b 100644 --- a/compiler/rustc_codegen_cranelift/example/issue-91827-extern-types.rs +++ b/compiler/rustc_codegen_cranelift/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; |
