mirror of
https://github.com/ziglang/zig.git
synced 2026-01-01 19:13:16 +00:00
this adds the prototype of panic to @import("builtin")
and then uses it to do an implicit cast of the panic
function to this prototype, rather than redoing all the
implicit cast logic.
closes #1894
closes #1895