mirror of
https://github.com/ziglang/zig.git
synced 2026-02-14 21:38:33 +00:00
parser: fix parsing of type decls
This commit is contained in:
parent
1053172854
commit
773cd851fe
@ -2508,6 +2508,8 @@ static AstNode *ast_parse_type_decl(ParseContext *pc, int *token_index,
|
||||
ast_buf_from_token(pc, name_tok, &node->data.type_decl.symbol);
|
||||
node->data.type_decl.child_type = ast_parse_prefix_op_expr(pc, token_index, true);
|
||||
|
||||
ast_eat_token(pc, token_index, TokenIdSemicolon);
|
||||
|
||||
node->data.type_decl.visib_mod = visib_mod;
|
||||
node->data.type_decl.directives = directives;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user