mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 01:21:38 -07:00
update to ast_kinds and token kinds
This commit is contained in:
@@ -590,7 +590,8 @@ struct StructType {
|
||||
isize field_count;
|
||||
Ast *polymorphic_params;
|
||||
Ast *align;
|
||||
Ast *field_align;
|
||||
Ast *min_field_align;
|
||||
Ast *max_field_align;
|
||||
Token where_token;
|
||||
Slice<Ast *> where_clauses;
|
||||
bool is_packed;
|
||||
|
||||
Reference in New Issue
Block a user