X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=example%2Fissue-91827-extern-types.rs;h=2ecc8b8238b18abb344c6b1b5a76095c87ddee4f;hb=e0697a309d8081310f9c94ae5f9fefde0924f670;hp=cf8fada5320f96ab654a8468125639ed98c1eb55;hpb=1da0071338ba6387ef3d8c2063d0c9757e78519f;p=rust.git 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;