about summary refs log tree commit diff
path: root/tests/ui/structs/default-field-values/visibility.stderr
AgeCommit message (Expand)AuthorLines
2025-01-18Emit a single privacy error for multiple fields on the same struct expressionEsteban Küber-16/+46
2025-01-18Add context on private fields that are not on the same line as the struct nameEsteban Küber-0/+4
2025-01-18Add test for construction of struct with private field with default valueEsteban Küber-0/+27