Remove stabilized feature gate

This commit is contained in:
bjorn3 2022-09-25 16:01:43 +00:00
parent f90bc3009a
commit 10a2b70231

View File

@ -5,7 +5,6 @@
// Test that we can handle unsized types with an extern type tail part.
// Regression test for issue #91827.
#![feature(const_ptr_offset_from)]
#![feature(extern_types)]
use std::ptr::addr_of;