diff options
Diffstat (limited to 'src/parser.hpp')
| -rw-r--r-- | src/parser.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser.hpp b/src/parser.hpp index fa169d3ad..109068da7 100644 --- a/src/parser.hpp +++ b/src/parser.hpp @@ -116,6 +116,7 @@ struct AstFile { bool allow_in_expr; // NOTE(bill): in expression are only allowed in certain cases bool in_foreign_block; bool allow_type; + bool in_when_statement; isize total_file_decl_count; isize delayed_decl_count; |