We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efd6ecc commit 56b51b6Copy full SHA for 56b51b6
vlib/v/checker/comptime.v
@@ -290,7 +290,6 @@ fn (mut c Checker) comptime_for(mut node ast.ComptimeFor) {
290
291
unwrapped_expr_type := c.unwrap_generic(field.typ)
292
tsym := c.table.sym(unwrapped_expr_type)
293
- c.table.dumps[int(unwrapped_expr_type.clear_flags(.option, .result, .atomic_f))] = tsym.cname
294
c.markused_comptimefor(mut node, unwrapped_expr_type)
295
if tsym.kind == .array_fixed {
296
info := tsym.info as ast.ArrayFixed
0 commit comments