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. |
||
|---|---|---|
| .. | ||
| const_mut_address_of.rs | ||
| const_mut_refs.rs | ||
| feature-gate-const_mut_refs.rs | ||
| feature-gate-const_mut_refs.stderr | ||
| issue-76510.32bit.stderr | ||
| issue-76510.64bit.stderr | ||
| issue-76510.rs | ||
| mut_ref_in_final.rs | ||
| mut_ref_in_final.stderr | ||
| mut_ref_in_final_dynamic_check.rs | ||
| mut_ref_in_final_dynamic_check.stderr | ||