summary refs log tree commit diff
path: root/tests/ui/structs/default-field-values
AgeCommit message (Expand)AuthorLines
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-4/+6
2025-01-21Detect missing fields with default values and suggest `..`Esteban Küber-0/+167
2025-01-20Rollup merge of #135700 - estebank:priv-field-dfv, r=wesleywiser许杰友 Jieyou Xu (Joe)-0/+103
2025-01-18Disallow `A { .. }` if `A` has no fieldsEsteban Küber-0/+47
2025-01-18Emit a single privacy error for multiple fields on the same struct expressionEsteban Küber-21/+64
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/+56
2024-12-14Make sure to use normalized ty for unevaluated const for default struct valueMichael Goulet-0/+17
2024-12-14Move default-field-values tests into a subdirectoryMichael Goulet-0/+320