mirror of
https://github.com/ziglang/zig.git
synced 2026-01-03 12:03:19 +00:00
Adds error for taking a non comptime parameter in a function returning a comptime-only type but not when that type is dependent on a parameter. Co-authored-by: Veikka Tuominen <git@vexu.eu>