| author | |
| committer | |
| log | b9cccce26d616c2ff570a1e1ba7073d3e8f79672 |
| tree | e25f577fcc0485f64210db8c02451264252dbdd6 |
| parent | db9a9f3a6c248e74953d9f7cbf6bedc78e3c23ff |
1 files changed, 0 insertions(+), 1 deletions(-)
std/zig/ast.zig-1| ... | ... | @@ -566,7 +566,6 @@ pub const NodeFnProto = struct { |
| 566 | 566 | if (i < 1) return node; |
| 567 | 567 | i -= 1; |
| 568 | 568 | }, |
| 569 | ReturnType.Infer => {}, | |
| 570 | 569 | } |
| 571 | 570 | |
| 572 | 571 | if (self.align_expr) |align_expr| { |