about summary refs log tree commit diff
path: root/compiler/rustc_codegen_cranelift/example
diff options
context:
space:
mode:
authorKonrad Borowski <konrad@borowski.pw>2022-05-29 18:01:26 +0200
committerKonrad Borowski <konrad@borowski.pw>2022-07-09 23:20:02 +0200
commit0753fd117bebe14306823432f6a195d32aab85d3 (patch)
tree1fcf217383fdbda292dbb73b9232fe1d77f04eb8 /compiler/rustc_codegen_cranelift/example
parentf893495e3da91dc319d37861b803eed9d6c8c7c7 (diff)
downloadrust-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.rs1
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;