mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
Introduces `std.builtin.Panic` which is a complete interface for panicking. Provide `std.debug.FormattedPanic` and `std.debug.SimplePanic` and let the user choose, or make their own.