about summary refs log tree commit diff
path: root/src/test/ui/suggestions/impl-trait-with-missing-bounds.stderr
AgeCommit message (Expand)AuthorLines
2021-09-16Point at call span that introduced obligation for the argEsteban Kuber-6/+18
2021-09-01Stop sorting bodies by span.Camille GILLOT-17/+17
2021-08-16Use note to point at bound introducing requirementEsteban Küber-18/+30
2021-08-11Modify structured suggestion outputEsteban Küber-6/+6
2020-12-19Handle desugaring in impl trait bound suggestionWilliam Bain-1/+16
2020-09-02pretty: trim paths of unique symbolsDan Aloni-25/+25
2020-05-12Increase verbosity of bound restriction suggestionsEsteban Küber-5/+5
2020-04-11fix rebaseEsteban Küber-5/+5
2020-04-11Try to use the first char in the trait name as type paramEsteban Küber-5/+5
2020-04-11Account for existing names when suggesting adding a type paramEsteban Küber-4/+19
2020-04-11Account for type params with boundsEsteban Küber-1/+16
2020-04-11Handle `impl Trait` where `Trait` has an assoc type with missing boundsEsteban Küber-0/+48