rust/src/test/ui/consts/const-mut-refs
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
..
const_mut_address_of.rs remove const_fn feature gate from const tests 2021-04-29 09:27:45 +02:00
const_mut_refs.rs Permit mutable references in all const contexts 2021-01-23 11:33:45 +00:00
feature-gate-const_mut_refs.rs Bless tests 2020-09-23 21:05:59 -07:00
feature-gate-const_mut_refs.stderr Bless tests 2020-09-23 21:05:59 -07:00
issue-76510.32bit.stderr adjust tests 2021-07-14 18:17:49 +02:00
issue-76510.64bit.stderr adjust tests 2021-07-14 18:17:49 +02:00
issue-76510.rs Add a regression test for issue-76510 2021-06-14 18:06:48 +09:00
mut_ref_in_final.rs Stabilize const_raw_ptr_deref for *const T 2021-11-06 17:05:15 -04:00
mut_ref_in_final.stderr Stabilize const_raw_ptr_deref for *const T 2021-11-06 17:05:15 -04:00
mut_ref_in_final_dynamic_check.rs Stabilize const_raw_ptr_deref for *const T 2021-11-06 17:05:15 -04:00
mut_ref_in_final_dynamic_check.stderr Stabilize const_raw_ptr_deref for *const T 2021-11-06 17:05:15 -04:00