• Joined on 2026年04月26日
michaelbartnett commented on issue ziglang/zig#32119 2026年05月08日 23:42:07 +02:00
Make the @compileError builtin variadic

Yeah I understand the proposal, I think I didn't convey what I'm describing well

michaelbartnett commented on issue ziglang/zig#32119 2026年05月08日 21:21:27 +02:00
Make the @compileError builtin variadic

What if variadic @compileError didn't work like a variadic print, but args you put after the first arg were explicitly types or source info structs that appended type trace, etc. info to the...