rust/compiler/rustc_feature
bors d212d902ae Auto merge of #89551 - jhpratt:stabilize-const_raw_ptr_deref, r=oli-obk
Stabilize `const_raw_ptr_deref` for `*const T`

This stabilizes dereferencing immutable raw pointers in const contexts.
It does not stabilize `*mut T` dereferencing. This is behind the
same feature gate as mutable references.

closes https://github.com/rust-lang/rust/issues/51911
2021-11-13 17:10:15 +00:00
..
src Auto merge of #89551 - jhpratt:stabilize-const_raw_ptr_deref, r=oli-obk 2021-11-13 17:10:15 +00:00
Cargo.toml Migrate to 2021 2021-09-20 22:21:42 -04:00