summaryrefslogtreecommitdiff
path: root/tests/ui/associated-type-bounds
Commit message (Expand)AuthorAgeFilesLines
* Support RTN on associated methods from supertraitsMichael Goulet2023-05-032-2/+2
* Rollup merge of #111048 - compiler-errors:rpitit-not-incomplete, r=jackh726Dylan DPC2023-05-029-59/+15
|\
| * Mark RPITIT and AFIT as no longer incompleteMichael Goulet2023-05-029-59/+15
* | Don't use implied trait predicates in gather_explicit_predicates_ofMichael Goulet2023-05-012-18/+45
* | Do not consider associated type bounds for super_predicates_that_define_assoc...Michael Goulet2023-05-011-0/+26
|/
* Rollup merge of #110203 - compiler-errors:rtn-dots, r=eholkMatthias Krüger2023-04-129-26/+26
|\
| * Remove `..` from return type notationMichael Goulet2023-04-109-26/+26
* | Split implied and super predicate queriesMichael Goulet2023-04-111-1/+1
* | Add regression test for #104916Yuki Okushi2023-04-112-0/+22
|/
* Emit feature error for parenthesized generics in associated type boundsMichael Goulet2023-04-035-3/+62
* Add `(..)` syntax for RTNMichael Goulet2023-03-289-17/+26
* Add tests and error messagesMichael Goulet2023-03-2811-0/+245
* pluralize stuffMichael Goulet2023-02-223-11/+11
* Suppress duplicated errors for associated type bounds in object typesMichael Goulet2023-02-225-104/+10
* Move associated type bounds check to ast loweringMichael Goulet2023-02-226-91/+149
* Introduce `ReError`Esteban Küber2023-02-091-2/+2
* Hide lifetimes of `impl Trait` in force trimmed pathsEsteban Küber2023-01-301-1/+1
* Do not mention lifetime names in force trimmed pathsEsteban Küber2023-01-301-2/+2
* Modify primary span label for E0308Esteban Küber2023-01-302-2/+2
* Move /src/test to /testsAlbert Larsan2023-01-1166-0/+3601