| ... | @@ -1375,7 +1375,7 @@ fn walkInstruction( | ... | @@ -1375,7 +1375,7 @@ fn walkInstruction( |
| 1375 | self.exprs.items[bin_index] = .{ .builtin = .{ .name = @tagName(tags[inst_index]), .param = param_index } }; | 1375 | self.exprs.items[bin_index] = .{ .builtin = .{ .name = @tagName(tags[inst_index]), .param = param_index } }; |
| 1376 | | 1376 | |
| 1377 | return DocData.WalkResult{ | 1377 | return DocData.WalkResult{ |
| 1378 | .typeRef = param.typeRef, | 1378 | .typeRef = param.typeRef orelse .{ .type = @enumToInt(Ref.type_type) }, |
| 1379 | .expr = .{ .builtinIndex = bin_index }, | 1379 | .expr = .{ .builtinIndex = bin_index }, |
| 1380 | }; | 1380 | }; |
| 1381 | }, | 1381 | }, |