mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
* @panic generates an error return trace * printing an error return trace no longer interferes with normal stack traces. * instead of ignore_frame_count, we look at the return address when you call panic, and that's the first stack trace function makes stack traces much cleaner - the error return trace flows gracefully into the stack trace