about summary refs log tree commit diff
path: root/tests/ui/offset-of/offset-of-tuple.rs
AgeCommit message (Expand)AuthorLines
2025-07-25Update ui tests with new macro early erroringGuillaume Gomez-15/+0
2025-04-08UI tests: add missing diagnostic kinds where possibleVadim Petrochenkov-1/+1
2024-09-14Fix `Parser::break_up_float`'s right spanLieselotte-0/+1
2024-07-29Stabilize offset_of_nestedGeorge Bateman-1/+0
2024-01-19Stabilize simple offset_ofGeorge Bateman-1/+1
2024-01-02Make offset_of field parsing use metavariable which handles any spacingGeorge Bateman-21/+21
2023-06-08Support float-like tuple indices in offset_of!()est31-4/+48
2023-06-02Test invalid tuple field identifiersclubby789-0/+10