Stabilize const_ptr_read

This commit is contained in:
bors 2023-05-05 12:50:59 +00:00 committed by Albin Hedman
parent 4a18324a4d
commit 81c2459af6
17 changed files with 35 additions and 42 deletions

View file

@ -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)]