rust/compiler/rustc_feature
Jacob Pratt 0cdbeaa2a3
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 placed behind the
`const_raw_mut_ptr_deref` feature gate.
2021-11-06 17:05:15 -04:00
..
src Stabilize const_raw_ptr_deref for *const T 2021-11-06 17:05:15 -04:00
Cargo.toml Migrate to 2021 2021-09-20 22:21:42 -04:00