about summary refs log tree commit diff
path: root/library/alloc
diff options
context:
space:
mode:
authorSaltyKitkat <954537646@qq.com>2022-02-13 15:26:14 +0800
committerSaltyKitkat <954537646@qq.com>2022-02-13 15:26:14 +0800
commit3c142b0ffef3d423ee1e176b30892702d3eb29ac (patch)
treec69f3112d4642f7657d8218706d048a61f94de60 /library/alloc
parent1d9c262eea411ec5230f8a4c9ba50b3647064da4 (diff)
downloadrust-3c142b0ffef3d423ee1e176b30892702d3eb29ac.tar.gz
rust-3c142b0ffef3d423ee1e176b30892702d3eb29ac.zip
stabilize const_ptr_offset
Diffstat (limited to 'library/alloc')
-rw-r--r--library/alloc/tests/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/alloc/tests/lib.rs b/library/alloc/tests/lib.rs
index cbb86265233..abce47e5afe 100644
--- a/library/alloc/tests/lib.rs
+++ b/library/alloc/tests/lib.rs
@@ -10,7 +10,6 @@
 #![feature(const_intrinsic_copy)]
 #![feature(const_mut_refs)]
 #![feature(const_nonnull_slice_from_raw_parts)]
-#![feature(const_ptr_offset)]
 #![feature(const_ptr_write)]
 #![feature(const_try)]
 #![feature(core_intrinsics)]