Commit b9cccce26d

Jimmi Holst Christensen <jhc@liab.dk>
2018-04-10 15:56:37
std.zig.ast: fixed none compiling code
1 parent db9a9f3
Changed files (1)
std
std/zig/ast.zig
@@ -566,7 +566,6 @@ pub const NodeFnProto = struct {
                 if (i < 1) return node;
                 i -= 1;
             },
-            ReturnType.Infer => {},
         }
 
         if (self.align_expr) |align_expr| {