Merge tag 'dev-2024-11'

This commit is contained in:
2024-11-24 18:12:19 -05:00
140 changed files with 3655 additions and 1885 deletions
-2
View File
@@ -4262,8 +4262,6 @@ gb_internal bool allow_field_separator(AstFile *f) {
gb_internal Ast *parse_struct_field_list(AstFile *f, isize *name_count_) {
Token start_token = f->curr_token;
auto decls = array_make<Ast *>(ast_allocator(f));
isize total_name_count = 0;
Ast *params = parse_field_list(f, &total_name_count, FieldFlag_Struct, Token_CloseBrace, false, false);