about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-76077-1.fixed
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-18/+0
2020-09-10typeck/pat: inaccessible private fieldsDavid Wood-0/+18
This commit adjusts the missing field diagnostic logic for struct patterns in typeck to improve the diagnostic when the missing fields are inaccessible. Signed-off-by: David Wood <david@davidtw.co>