aboutsummaryrefslogtreecommitdiff
path: root/src/parser.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.hpp')
-rw-r--r--src/parser.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser.hpp b/src/parser.hpp
index 97f484ee1..1d76045d4 100644
--- a/src/parser.hpp
+++ b/src/parser.hpp
@@ -446,7 +446,7 @@ AST_KIND(_TypeBegin, "", bool) \
u64 tags; \
ProcCallingConvention calling_convention; \
bool generic; \
- bool no_return; \
+ bool diverging; \
}) \
AST_KIND(PointerType, "pointer type", struct { \
Token token; \