about summary refs log tree commit diff
path: root/tests/ui/type-alias-impl-trait/indirect-recursion-issue-112047.stderr
AgeCommit message (Expand)AuthorLines
2025-02-05Eagerly detect coroutine recursion pre-mono when possibleMichael Goulet-2/+2
2024-06-27Tighten spans for async blocksMichael Goulet-3/+1
2024-01-08Make cycle error more resilient to where it startsMichael Goulet-1/+0
2024-01-08Only compute layout of opaque if coroutine is the cause of an opaque cycleMichael Goulet-2/+2
2024-01-08Point out source of recursionMichael Goulet-3/+12
2024-01-08Don't check for recursion in generator witness fieldsMichael Goulet-21/+6
2023-11-24Show number in error message even for one errorNilstrieb-1/+1
2023-11-13Compute layout with spans for better cycle errors in coroutinesMichael Goulet-9/+17
2023-09-28Strip `OpaqueCast` during `RevealAll`.Oli Scherer-2/+5
2023-09-23Bless tests.Camille GILLOT-2/+13
2023-09-13Detect cycle errors hidden by opaques during monomorphizationMichael Goulet-0/+5