aboutsummaryrefslogtreecommitdiff
path: root/test/cases/compile_errors/for_comptime_array_pointer.zig
AgeCommit message (Collapse)Author
2025-09-20Sema: fix source location of "declared here" noteAndrew Kelley
point at the var not at the init expression
2025-02-06Sema: add missing `validateRuntimeValue` callsmlugg
Resolves: #13791