error: `return` is not allowed inside a `defer` body — cleanup runs while the function is already exiting, so there is nothing to transfer control to --> /Users/agra/projects/sx/examples/1020-errors-cleanup-body-restrictions.sx:18:14 | 18 | defer { return; } // ERROR: return in defer body | ^^^^^^