about summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0435.fixed
AgeCommit message (Collapse)AuthorLines
2021-01-07Use correct span for structured suggestionEsteban Küber-0/+6
On structured suggestion for `let` -> `const` and `const` -> `let`, use a proper `Span` and update tests to check the correct application. Follow up to #80012.