about summary refs log tree commit diff
path: root/tests/ui/resolve
AgeCommit message (Collapse)AuthorLines
2023-01-12Rollup merge of #106579 - estebank:issue-52144, r=Nilstriebnils-5/+25
Suggest making private tuple struct field public Fix #52144.
2023-01-12fix fmt and blessDeadbeef-0/+2
2023-01-11review comments: Tweak outputEsteban Küber-0/+16
* Account for `struct S(pub(super)Ty);` in suggestion * Suggest changing field visibility in E0603 too
2023-01-11Suggest making private tuple struct field publicEsteban Küber-5/+9
Fix #52144.
2023-01-11When suggesting writing a fully qualified path probe for appropriate typesEsteban Küber-1/+6
Fix #46585.
2023-01-11label where constructor is defined and note that it should be calledMichael Goulet-3/+3
2023-01-11Be more specific about constructor `FnDef`s in type mismatchMichael Goulet-9/+9
2023-01-11Move /src/test to /testsAlbert Larsan-0/+7170