about summary refs log tree commit diff
path: root/tests/ui/resolve/suggestions
AgeCommit message (Collapse)AuthorLines
2025-07-03move `tests/ui/resolve/suggest*` to `tests/ui/resolve/suggestions/`xizheyin-0/+539
Signed-off-by: xizheyin <xizheyin@smail.nju.edu.cn>
2025-05-20Add println! test for sugg-field-in-format-string-issue-141136xizheyin-1/+10
Signed-off-by: xizheyin <xizheyin@smail.nju.edu.cn>
2025-05-18Suggest use `"{}", self.x` instead of `{self.x}` when resolve `x` as field ↵xizheyin-8/+2
of `self` Signed-off-by: xizheyin <xizheyin@smail.nju.edu.cn>
2025-05-18Add test sugg-field-in-format-string-issue-141136xizheyin-0/+60
Signed-off-by: xizheyin <xizheyin@smail.nju.edu.cn>