Skip to content

Fix loopification in the presence of void arguments

Matthew Craven requested to merge wip/T24295 into master

This also removes Note [Void arguments in self-recursive tail calls], which was just misleading. It's important to count void args both in the function's arity and at the call site.

Fixes #24295 (closed).

Merge request reports