summary refs log tree commit diff
path: root/src/test/ui/consts/offset_from.rs
AgeCommit message (Collapse)AuthorLines
2021-11-06Stabilize `const_raw_ptr_deref` for `*const T`Jacob Pratt-1/+0
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.
2020-08-22remove feature gate from testsRalf Jung-1/+0
2019-11-04test offset_from with two integersRalf Jung-0/+6
2019-10-18Adjust const eval code to reflect `offset_from` docsOliver Scherer-0/+47