mirror of
https://github.com/ziglang/zig.git
synced 2026-02-03 21:23:36 +00:00
std.zig.ast: fixed none compiling code
This commit is contained in:
parent
db9a9f3a6c
commit
b9cccce26d
@ -566,7 +566,6 @@ pub const NodeFnProto = struct {
|
||||
if (i < 1) return node;
|
||||
i -= 1;
|
||||
},
|
||||
ReturnType.Infer => {},
|
||||
}
|
||||
|
||||
if (self.align_expr) |align_expr| {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user