Closed
Description
The const_raw_ptr_deref
feature allows dereferencing raw pointers inside constants.
This can already be emulated via union transmuting raw pointers to references and referencing the references. This feature gate helps us experiment with the semantics of actually dereferencing normally.
Blocked on rust-lang/const-eval#14.