rust/compiler/rustc_const_eval/src/transform
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
..
check_consts Auto merge of #89551 - jhpratt:stabilize-const_raw_ptr_deref, r=oli-obk 2021-11-13 17:10:15 +00:00
mod.rs Rename rustc_mir to rustc_const_eval. 2021-09-07 20:46:26 +02:00
promote_consts.rs Remove unnecessary Option from promote_candidate return type 2021-10-31 00:00:00 +00:00
validate.rs Start block is not allowed to have basic block predecessors 2021-09-18 07:28:55 +02:00