mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 06:43:20 +03:00
0cdbeaa2a3
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.