about summary refs log tree commit diff
path: root/tests/ui/type-alias-impl-trait/indirect-recursion-issue-112047.rs
AgeCommit message (Expand)AuthorLines
2025-02-05Eagerly detect coroutine recursion pre-mono when possibleMichael Goulet-1/+0
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-2/+2
2024-01-08Only compute layout of opaque if coroutine is the cause of an opaque cycleMichael Goulet-0/+1
2024-01-08Point out source of recursionMichael Goulet-1/+1
2024-01-08Don't check for recursion in generator witness fieldsMichael Goulet-2/+1
2023-11-13Compute layout with spans for better cycle errors in coroutinesMichael Goulet-1/+1
2023-09-23Bless tests.Camille GILLOT-1/+1
2023-09-13Detect cycle errors hidden by opaques during monomorphizationMichael Goulet-0/+29