mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-07-07 05:35:39 -04:00
ae8d26a6a0
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>