summary refs log tree commit diff
path: root/tests/ui/offset-of
AgeCommit message (Expand)AuthorLines
2023-05-20don't skip inference for type in `offset_of!`Lukas Markeffsky-3/+33
2023-05-18Add more tests for the offset_of!() macroest31-7/+330
2023-05-16Erase regions of type in `offset_of!`clubby789-0/+5
2023-05-05Add feature gateest31-2/+2
2023-05-05Migrate offset_of from a macro to builtin # syntaxest31-13/+177
2023-04-21major test improvementsDrMeepster-9/+239
2023-04-21offset_ofDrMeepster-0/+79