mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-23 14:14:59 -07:00
Make diverging procedure types different from ones without a return type
This commit is contained in:
+1
-1
@@ -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; \
|
||||
|
||||
Reference in New Issue
Block a user