| ... | @@ -64,7 +64,7 @@ fn doInner(alloc: std.mem.Allocator, writer: anytype, comptime value: astgen.Val | ... | @@ -64,7 +64,7 @@ fn doInner(alloc: std.mem.Allocator, writer: anytype, comptime value: astgen.Val |
| 64 | } else false; | 64 | } else false; |
| 65 | _ = hastext; | 65 | _ = hastext; |
| 66 | | 66 | |
| 67 | if (std.mem.eql(u8, v.name, "_")) { | 67 | if (comptime std.mem.eql(u8, v.name, "_")) { |
| 68 | inline for (v.children) |it| { | 68 | inline for (v.children) |it| { |
| 69 | try do(alloc, writer, it, data, ctx, .{ | 69 | try do(alloc, writer, it, data, ctx, .{ |
| 70 | .Ctx = opts.Ctx, | 70 | .Ctx = opts.Ctx, |