mirror of
https://github.com/nim-lang/Nim.git
synced 2026-09-25 14:08:31 +00:00
``return`` is now transformed into a ``return nil`` in the async iterator to work around the no-yield in ``try .. except ..`` closure iterator limitation.