about summary refs log tree commit diff
path: root/tests/ui/resolve/typo-suggestion-for-variable-with-name-similar-to-struct-field.stderr
AgeCommit message (Expand)AuthorLines
2025-05-18Suggest use `"{}", self.x` instead of `{self.x}` when resolve `x` as field of...xizheyin-10/+2
2025-02-14Trim suggestion parts to the subset that is purely additiveMichael Goulet-1/+1
2025-02-14Use underline suggestions for purely 'additive' replacementsMichael Goulet-3/+2
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-10/+15
2024-07-06Use field ident spans directly instead of the full field span in diagnostics ...Oli Scherer-2/+2
2023-09-25Point at field definition when unresolved name exists in `Self`Esteban Küber-8/+8
2023-09-25When suggesting `self.x` for `S { x }`, use `S { x: self.x }`Esteban Küber-5/+5
2023-01-11Move /src/test to /testsAlbert Larsan-0/+109