about summary refs log tree commit diff
path: root/tests/ui/privacy/suggest-box-new.rs
AgeCommit message (Expand)AuthorLines
2023-11-19Suggest builder functions on struct literal with private fieldsEsteban Küber-0/+3
2023-11-19Suggest using builder on curly brace struct called as fnEsteban Küber-0/+2
2023-11-19When encountering struct fn call literal with private fields, suggest all bui...Esteban Küber-1/+0
2023-10-26Suggest assoc fn `new` when trying to build tuple struct with private fieldsEsteban Küber-0/+15