| author | |
| committer | |
| log | 6b9f19a6449b0fe5dce835590fcd6d13b5c785c4 |
| tree | df6f10971aa567954c43f9a88ddc927a4fb7a5ca |
| parent | 0f24b61ed543ad4879c5f9ef607bd856ce016f75 |
| signature |
1 files changed, 1 insertions(+), 3 deletions(-)
lib/std/zig/render.zig+1-3| ... | ... | @@ -1416,9 +1416,7 @@ fn renderFnProto(gpa: *Allocator, ais: *Ais, tree: ast.Tree, fn_proto: ast.full. |
| 1416 | 1416 | continue; |
| 1417 | 1417 | }, |
| 1418 | 1418 | .r_paren => break, |
| 1419 | else => { | |
| 1420 | std.debug.print("\n{}\n", .{token_tags[last_param_token]}); | |
| 1421 | }, | |
| 1419 | else => unreachable, | |
| 1422 | 1420 | } |
| 1423 | 1421 | if (token_tags[last_param_token] == .identifier) { |
| 1424 | 1422 | try renderToken(ais, tree, last_param_token, .none); // name |