about summary refs log tree commit diff
path: root/tests/ui/consts/const-eval/raw-pointer-ub.rs
AgeCommit message (Collapse)AuthorLines
2023-10-25Stabilize `[const_]pointer_byte_offsets`Maybe Waffle-2/+0
2023-10-16Normalize alloc-id in tests.Camille GILLOT-1/+1
2023-10-15more precise error for 'based on misaligned pointer' caseRalf Jung-3/+3
2023-10-15place evaluation: require the original pointer to be aligned if an access ↵Ralf Jung-0/+11
happens
2023-09-26add misalignment const-eval testRalf Jung-0/+36
and some other raw pointer shenanigans while we are at it