summary refs log tree commit diff
path: root/library/alloc/src
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2023-05-09 20:49:30 +0200
committerGitHub <noreply@github.com>2023-05-09 20:49:30 +0200
commit88fbfafe9e918bc8bc2ced607344a9458d5d8d90 (patch)
tree9fbd9bf0eb2bda58f8bd56df85e1b244d273c3e6 /library/alloc/src
parent3a37c2f0523c87147b64f1b8099fc9df22e8c53e (diff)
parent81c2459af69ff726df0a1aee17b15e7616e5ef5f (diff)
downloadrust-88fbfafe9e918bc8bc2ced607344a9458d5d8d90.tar.gz
rust-88fbfafe9e918bc8bc2ced607344a9458d5d8d90.zip
Rollup merge of #97320 - usbalbin:stabilize_const_ptr_read, r=m-ou-se
Stabilize const_ptr_read

Stabilizes const_ptr_read, with tracking issue #80377
Diffstat (limited to 'library/alloc/src')
-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)]