about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-3668-2.fixed
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-8/+0
2021-01-07Use correct span for structured suggestionEsteban Küber-0/+8
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.