authorgravatar for jhc@dismail.deJimmi Holst Christensen <jhc@dismail.de> 2018-04-10 15:56:37+02:00
committergravatar for jhc@dismail.deJimmi Holst Christensen <jhc@dismail.de> 2018-04-10 15:56:37+02:00
logb9cccce26d616c2ff570a1e1ba7073d3e8f79672
treee25f577fcc0485f64210db8c02451264252dbdd6
parentdb9a9f3a6c248e74953d9f7cbf6bedc78e3c23ff

std.zig.ast: fixed none compiling code


1 files changed, 0 insertions(+), 1 deletions(-)

std/zig/ast.zig-1
...@@ -566,7 +566,6 @@ pub const NodeFnProto = struct {...@@ -566,7 +566,6 @@ pub const NodeFnProto = struct {
566 if (i < 1) return node;566 if (i < 1) return node;
567 i -= 1;567 i -= 1;
568 },568 },
569 ReturnType.Infer => {},
570 }569 }
571570
572 if (self.align_expr) |align_expr| {571 if (self.align_expr) |align_expr| {