Parse #no_nil on unions

This commit is contained in:
Tetralux
2021-12-25 18:58:08 +00:00
parent 84d774c7b4
commit 9b2fe56d14
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -711,6 +711,7 @@ Union_Type :: struct {
poly_params: ^Field_List,
align: ^Expr,
is_maybe: bool,
is_no_nil: bool,
where_token: tokenizer.Token,
where_clauses: []^Expr,
variants: []^Expr,