summaryrefslogtreecommitdiff
path: root/tests/ui/generic-associated-types
Commit message (Expand)AuthorAgeFilesLines
* Rollup merge of #111428 - bvanjoi:fix-109250, r=NilstriebNilstrieb2023-05-161-1/+4
|\
| * refactor(resolve): clean up the early error return caused by non-callbohan2023-05-101-1/+4
* | Rollup merge of #111451 - compiler-errors:note-cast-origin, r=b-naberDylan DPC2023-05-133-5/+3
|\ \
| * | Note base types of coercionMichael Goulet2023-05-123-5/+3
| |/
* | Use the opaque_types_defined_by query to cheaply check for whether a hidden t...Oli Scherer2023-05-122-8/+27
|/
* fix testsyukang2023-05-011-4/+1
* Rip it outNilstrieb2023-05-013-33/+6
* Remove repeated definite articlescui fliter2023-04-271-1/+1
* Format missing GATs correctlyMichael Goulet2023-04-193-0/+27
* Rollup merge of #110276 - nnethercote:rm-BrAnon-Span, r=jackh726Matthias Krüger2023-04-141-4/+4
|\
| * Remove another use of `BrAnon(Some(_))`.Nicholas Nethercote2023-04-141-2/+2
| * Remove one use of `BrAnon(Some(_))`.Nicholas Nethercote2023-04-141-2/+2
* | Tweak output for 'add line' suggestionEsteban Küber2023-04-122-2/+4
|/
* Split out a separate feature gate for impl trait in associated typesOli Scherer2023-04-128-14/+21
* Subst gat normalize pred correctlyMichael Goulet2023-03-221-0/+17
* diagnostics: remove inconsistent English article "this" from E0107Michael Howell2023-02-2310-22/+22
* Rollup merge of #108230 - LittleFall:enhance/warning, r=estebankGuillaume Gomez2023-02-224-9/+16
|\
| * Convert a hard-warning about named static lifetimes into lint "unused_lifetimes"Zhi Qi2023-02-224-9/+16
* | Specify what 'this' actually isMichael Goulet2023-02-212-2/+2
|/
* Modify existing bounds if they existEdward Shen2023-02-063-11/+11
* Fix unquoted projection types in labelEsteban Küber2023-01-301-1/+1
* Mention fn coercion rules (needs to be expanded)Esteban Küber2023-01-302-2/+3
* Modify primary span label for E0308Esteban Küber2023-01-301-1/+1
* Rollup merge of #106897 - estebank:issue-99430, r=davidtwcoMatthias Krüger2023-01-251-0/+1
|\
| * Tweak E0597Esteban Küber2023-01-151-0/+1
* | Rollup merge of #107203 - chenyukang:yukang/fix-106496-remove-deref, r=compil...Dylan DPC2023-01-233-5/+29
|\ \
| * | Fix #106496, suggest remove deref for type mismatchyukang2023-01-233-5/+29
* | | Fix known-bug, silence ICE stderrMichael Goulet2023-01-196-26/+15
|/ /
* | Add 'static lifetime suggestion when GAT implied 'static requirement from HRTByanchen47912023-01-171-0/+10
|/
* Rollup merge of #106788 - estebank:elaborate_pred_E0599, r=compiler-errorsMatthias Krüger2023-01-141-0/+1
|\
| * Keep obligation chain when elaborating obligationsEsteban Küber2023-01-131-0/+1
* | Rollup merge of #106752 - sulami:master, r=estebankMatthias Krüger2023-01-141-0/+7
|\ \ | |/ |/|
| * Emit a hint for bad call return types due to generic argumentsRobin Schroer2023-01-131-0/+7
* | Rollup merge of #106702 - estebank:trait-bounds, r=compiler-errorsMatthias Krüger2023-01-121-1/+1
|\ \ | |/ |/|
| * Conserve cause of `ImplDerivedObligation` in E0599Esteban Küber2023-01-111-1/+1
* | Note predicate span on ImplDerivedObligationMichael Goulet2023-01-112-3/+3
|/
* Move /src/test to /testsAlbert Larsan2023-01-11248-0/+6719