Can errdefer and defer be combined?

" Remove errdefer |err| syntax from Zig. Uh… yeah, that’s kinda it."
Ha funny.

I indeed did not know you could capture the error. Which we will not be able to do later on anyway.

It reminds me much of Exceptions (very bad idea they are) in other languages. I never knew (like really really know) what to do with them.

I agree that errdefer should only be there for resource cleanup. Although I am aware of the logical difficulties which can arise.

The extreme simplicity of errors in Zig I love. That’s what I always needed.