mirror of
https://github.com/ziglang/zig.git
synced 2026-01-12 02:15:12 +00:00
Far simpler, because everything which `crash_report.zig` did is now handled pretty well by `std.debug` anyway. All we want is to print some context around panics and segfaults. Using the new ability to override the default segfault handler while still having std handle the target-specific bits for us, that's really simple.