about summary refs log tree commit diff
path: root/src/test/ui/trait-bounds
AgeCommit message (Expand)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
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
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
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
2021-07-30Do not discard `?Sized` type params and suggest their removalEsteban Küber-0/+266