summary refs log tree commit diff
path: root/src/test/ui/consts/offset.rs
AgeCommit message (Collapse)AuthorLines
2022-08-25Stabilize `const_ptr_offset_from`.Deadbeef-1/+0
Stabilization has been completed [here](https://github.com/rust-lang/rust/issues/92980#issuecomment-1065644848) with a FCP.
2022-02-13stabilize const_ptr_offsetSaltyKitkat-1/+0
2020-08-22remove feature gate from testsRalf Jung-1/+0
2020-05-25test/ui/consts: Add tests for const ptr offsetsJoe Richey-0/+115
Signed-off-by: Joe Richey <joerichey@google.com>