about summary refs log tree commit diff
path: root/library/alloc
diff options
context:
space:
mode:
authorYuki Okushi <jtitor@2k36.org>2022-05-22 21:29:54 +0900
committerYuki Okushi <jtitor@2k36.org>2022-06-08 20:17:28 +0900
commit2b58e6314a85d2cb484122eee2a2ed73e3003221 (patch)
tree1ec61643abbb5a3b91d128b0762b8ee09f5eb091 /library/alloc
parente45d9973b2665897a768312e971b82cc62633103 (diff)
downloadrust-2b58e6314a85d2cb484122eee2a2ed73e3003221.tar.gz
rust-2b58e6314a85d2cb484122eee2a2ed73e3003221.zip
Stabilize `const_intrinsic_copy`
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 ffc7944ec7e..367cdcdcc06 100644
--- a/library/alloc/tests/lib.rs
+++ b/library/alloc/tests/lib.rs
@@ -7,7 +7,6 @@
 #![feature(const_convert)]
 #![feature(const_cow_is_borrowed)]
 #![feature(const_heap)]
-#![feature(const_intrinsic_copy)]
 #![feature(const_mut_refs)]
 #![feature(const_nonnull_slice_from_raw_parts)]
 #![feature(const_ptr_write)]