about summary refs log tree commit diff
path: root/tests/ui/explicit-tail-calls/closure.fixed
AgeCommit message (Collapse)AuthorLines
2024-11-29use `expect(incomplete_feature)` instead of `allow` in tail call testsMaybe Lapkin-1/+1
2024-11-29implement checks for tail callsMaybe Waffle-0/+31
this implements checks necessary to guarantee that we can actually perform a tail call. while extremely restrictive, this is what is documented in the RFC, and all these checks are needed for one reason or another.