mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 12:27:41 +00:00
parent
1d1e5a8617
commit
b9f75a39d3
@ -313,7 +313,7 @@ const Parse = struct {
|
||||
var buf: [2]Ast.Node.Index = undefined;
|
||||
const array_init = ast.fullArrayInit(&buf, node) orelse {
|
||||
const tok = main_tokens[node];
|
||||
return fail(p, tok, "expected paths expression to be a struct", .{});
|
||||
return fail(p, tok, "expected paths expression to be a list of strings", .{});
|
||||
};
|
||||
|
||||
for (array_init.ast.elements) |elem_node| {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user