about summary refs log tree commit diff
path: root/src/test/ui/trait-bounds
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-813/+0
2022-12-05review comment: add test caseEsteban Küber-1/+18
2022-12-05On E0195 point at where clause lifetime boundsEsteban Küber-0/+57
Fix #104733
2022-12-03Don't add a note for implementing a trait if its inner type is erroneousbhbs-0/+44
2022-07-07Track implicit `Sized` obligations in type paramsEsteban Küber-13/+75
Suggest adding a `?Sized` bound if appropriate on E0599 by inspecting the HIR Generics. (Fix #98539)
2022-07-07Add test for #98539Esteban Küber-0/+69
2022-06-30Skip inlining if there are normalization issues.Camille GILLOT-61/+0
2022-06-26compiletest: add issue number param to `known-bug`David Knaack-1/+1
2022-06-21Add some tests for impossible boundsMichael Goulet-18/+151
2022-06-16diagnostics: fix trailing spaceklensy-14/+14
2022-05-03Tweak wordingEsteban Kuber-2/+2
2022-05-03When suggesting to import an item, also suggest changing the path if appropriateEsteban Küber-0/+49
When we don't find an item we search all of them for an appropriate import and suggest `use`ing it. This is sometimes done for expressions that have paths with more than one segment. We now also suggest changing that path to work with the `use`. Fix #95413
2022-03-23Better suggestions for Fn trait selection errorsMichael Goulet-0/+109
2022-01-17Fix Inline MIR pass on a function with un-satisfiable boundsMichael Goulet-0/+22
2021-10-27Add regression test for #75961Bram van den Heuvel-0/+7
2021-08-16Use note to point at bound introducing requirementEsteban Küber-19/+45
2021-08-11Modify structured suggestion outputEsteban Küber-35/+48
* On suggestions that include deletions, use a diff inspired output format * When suggesting addition, use `+` as underline * Color highlight modified span
2021-07-30Do not discard `?Sized` type params and suggest their removalEsteban Küber-0/+266