summary refs log tree commit diff
path: root/src/test/ui/suggestions/format-borrow.stderr
AgeCommit message (Expand)AuthorLines
2022-06-16diagnostics: fix trailing spaceklensy-4/+4
2021-08-11Modify structured suggestion outputEsteban Küber-8/+12
2021-07-30Use multispan suggestions more oftenEsteban Küber-16/+28
2021-06-02Add test for removing &mut for &mut format!().Mara Bos-1/+21
2020-09-02pretty: trim paths of unique symbolsDan Aloni-2/+2
2019-11-21Point at type in `let` assignment on type errorsEsteban Küber-8/+10
2019-11-18Surround types with backticks in type errorsEsteban Küber-2/+2
2019-11-18Remove E0308 note when primary label has all infoEsteban Küber-8/+2
2019-11-18Specific labels when referring to "expected" and "found" typesEsteban Küber-4/+4
2019-03-02Suggest removal of `&` when borrowing macro and appropriateEsteban Küber-0/+27