summary refs log tree commit diff
path: root/src/test/ui/suggestions/impl-trait-with-missing-bounds.stderr
AgeCommit message (Expand)AuthorLines
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