about summary refs log tree commit diff
path: root/tests/ui/async-await/in-trait
AgeCommit message (Expand)AuthorLines
2024-02-22Tweak wording of "implemented trait isn't imported" suggestionEsteban Küber-1/+1
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-80/+80
2024-02-08Rollup merge of #120103 - compiler-errors:concrete-afits, r=oli-obkMatthias Krüger-20/+51
2024-02-08Auto merge of #120558 - oli-obk:missing_impl_item_ice, r=estebankbors-18/+3
2024-02-06Don't expect early-bound region to be local in RPITIT well-formednessMichael Goulet-0/+38
2024-02-05Make sure refinement still worksMichael Goulet-3/+53
2024-02-05Make the error message betterMichael Goulet-9/+6
2024-02-05Allow desugaring async fn in trait to compatible, concrete future typesMichael Goulet-31/+15
2024-02-05Avoid emitting trait bound errors of incoherent traitsOli Scherer-18/+3
2024-01-30Provide more context on derived obligation error primary labelEsteban Küber-1/+1
2024-01-25Don't fire OPAQUE_HIDDEN_INFERRED_BOUND on sized return of AFITMichael Goulet-0/+18
2024-01-17Remove unnecessary `let`s and borrowing from `Waker::noop()` usage.Kevin Reid-5/+3
2024-01-08Make cycle error more resilient to where it startsMichael Goulet-11/+10
2024-01-08Point out source of recursionMichael Goulet-8/+14
2023-12-14Rollup merge of #118948 - compiler-errors:noop, r=eholkJubilee-44/+31
2023-12-14Use the Waker::noop API in testsMichael Goulet-44/+31
2023-12-12Coroutine variant fields can be uninitializedTomasz Miąsko-3/+5
2023-12-07recurse into refs when comparing tys for diagnosticsjyn-2/+2
2023-11-24Show number in error message even for one errorNilstrieb-16/+16
2023-10-25Rollup merge of #117133 - compiler-errors:coherence-constrained, r=oli-obkMatthias Krüger-0/+51
2023-10-24Merge impl_wf_inference into coherence checkingMichael Goulet-0/+51
2023-10-24Remove incomplete features from RPITIT/AFIT testsMichael Goulet-37/+10
2023-10-18Don't ICE when encountering unresolved regions in fully_resolveMichael Goulet-0/+28
2023-10-14Rollup merge of #116704 - compiler-errors:afit-lint-plus, r=tmandryMatthias Krüger-1/+1
2023-10-13Stabilize AFIT and RPITITMichael Goulet-112/+47
2023-10-13Fix AFIT lint message to mention pitfallMichael Goulet-1/+1
2023-10-08remove trailing dotsAli MJ Al-Nasrawy-4/+4
2023-10-08always show and explain sub regionAli MJ Al-Nasrawy-44/+16
2023-10-08improve the suggestion of generic_bound_failureAli MJ Al-Nasrawy-0/+16
2023-10-05Rollup merge of #116431 - estebank:issue-80476, r=compiler-errorsJubilee-2/+2
2023-10-05Auto merge of #116273 - compiler-errors:refine2, r=tmandrybors-6/+6
2023-10-05Auto merge of #116184 - compiler-errors:afit-lint, r=tmandrybors-0/+65
2023-10-04Tweak wording of E0562Esteban Küber-2/+2
2023-10-03Point to full async fn for futureMichael Goulet-26/+26
2023-10-03Address review nitsMichael Goulet-1/+1
2023-10-03Only reachable traitsMichael Goulet-2/+14
2023-10-03Fill in prose to describe the `async_fn_in_trait` lintTravis Cross-3/+3
2023-10-03Bless testsMichael Goulet-0/+22
2023-10-03Add async_fn_in_trait lintMichael Goulet-0/+31
2023-09-29Only trigger refine lint on reachable traitsMichael Goulet-6/+6
2023-09-29Auto merge of #115759 - oli-obk:open_drop_from_non-ADT, r=lcnrbors-1/+1
2023-09-28Auto merge of #115659 - compiler-errors:itp, r=cjgillotbors-1/+0
2023-09-28Strip `OpaqueCast` during `RevealAll`.Oli Scherer-1/+1
2023-09-23Bless tests.Camille GILLOT-3/+8
2023-09-21Suggest desugaring to RPITIT when AFIT is required to be an auto traitMichael Goulet-0/+133
2023-09-13Detect cycle errors hidden by opaques during monomorphizationMichael Goulet-0/+43
2023-09-08Stabilize impl_trait_projectionsMichael Goulet-1/+0
2023-09-07Don't emit refining_impl_trait for private itemsMichael Goulet-3/+3
2023-09-07Implement refinement lint for RPITITMichael Goulet-3/+2
2023-08-28Revert "Suggest using `Arc` on `!Send`/`!Sync` types"David Tolnay-1/+0