about summary refs log tree commit diff
path: root/library/alloc/src/lib.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-05-05 12:50:59 +0000
committerAlbin Hedman <albin9604@gmail.com>2023-05-05 20:36:21 +0200
commit81c2459af69ff726df0a1aee17b15e7616e5ef5f (patch)
treeda3c36e64b885b2d80eb1d5daa6e56118a952010 /library/alloc/src/lib.rs
parent4a18324a4df6bc98bec0b54d35908d7a9cdc7c32 (diff)
downloadrust-81c2459af69ff726df0a1aee17b15e7616e5ef5f.tar.gz
rust-81c2459af69ff726df0a1aee17b15e7616e5ef5f.zip
Stabilize const_ptr_read
Diffstat (limited to 'library/alloc/src/lib.rs')
-rw-r--r--library/alloc/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/alloc/src/lib.rs b/library/alloc/src/lib.rs
index 18f25aec5fe..59fa91c1066 100644
--- a/library/alloc/src/lib.rs
+++ b/library/alloc/src/lib.rs
@@ -113,7 +113,6 @@
 #![feature(const_maybe_uninit_write)]
 #![feature(const_maybe_uninit_zeroed)]
 #![feature(const_pin)]
-#![feature(const_ptr_read)]
 #![feature(const_refs_to_cell)]
 #![feature(const_size_of_val)]
 #![feature(const_waker)]