about summary refs log tree commit diff
path: root/tests/ui/offset-of/offset-of-dst-field.rs
AgeCommit message (Expand)AuthorLines
2025-06-16tests: `PointeeSized` bounds with extern typesDavid Wood-2/+3
2025-01-07Update tests.Mara Bos-1/+1
2024-06-08offset_of: allow (unstably) taking the offset of slice tail fieldsRalf Jung-0/+4
2024-01-19Stabilize simple offset_ofGeorge Bateman-1/+1
2023-06-02Check tuple elements are `Sized` in `offset_of`clubby789-0/+2
2023-05-20don't skip inference for type in `offset_of!`Lukas Markeffsky-0/+1
2023-05-18Add more tests for the offset_of!() macroest31-0/+15
2023-04-21major test improvementsDrMeepster-5/+24
2023-04-21offset_ofDrMeepster-0/+14