about summary refs log tree commit diff
path: root/src/test/ui/traits/inductive-overflow
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-236/+0
2022-08-18Reword "Required because of the requirements on the impl of ..."Andy Wang-6/+6
2022-04-05Suggest derivable trait on E0277ohno418-0/+4
2022-03-24Properly track `ImplObligation`sEsteban Kuber-1/+5
2021-12-11Tweak assoc type obligation spansEsteban Kuber-3/+4
2021-10-03Deny `where` clauses on `auto` traitsFabian Wolff-4/+4
2021-09-16Point at call span that introduced obligation for the argEsteban Kuber-1/+3
2021-09-02Report cycle error using 'deepest' obligation in the cycleAaron Hill-10/+10
2021-08-16Use note to point at bound introducing requirementEsteban Küber-19/+32
2021-08-11Modify structured suggestion outputEsteban Küber-1/+1
2021-05-15Revert to only using opportunistic_resolve_vars for existing placesJack Huey-2/+6
2021-05-14Store Option<Region> as value for RegionVidJack Huey-6/+2
2021-05-14Make the UnifyValue for RegionVid ()Jack Huey-1/+5
2021-04-06Point at `impl` and type defs introducing requirements on E0277Esteban Küber-5/+16
2021-03-31give full path of constraint in suggest_constraining_type_paramhi-rustin-2/+2
2021-03-13Avoid sorting predicates by `DefId`Aaron Hill-1/+1
2021-02-09Organize trait test filesBram van den Heuvel-0/+197