aboutsummaryrefslogtreecommitdiff
path: root/src/types.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2018-09-08 12:16:03 +0100
committergingerBill <bill@gingerbill.org>2018-09-08 12:16:03 +0100
commit3825eab989c0911326fd009b96c9768150ff6ac2 (patch)
treedf87565103ece81667b091dac69291071c962cca /src/types.cpp
parent3cd6ae311df68c1ac8b4015ebf5eef694126a59b (diff)
Diverging procedures `proc() -> !` (no return)
Diffstat (limited to 'src/types.cpp')
-rw-r--r--src/types.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/types.cpp b/src/types.cpp
index 03b204467..2039dda3b 100644
--- a/src/types.cpp
+++ b/src/types.cpp
@@ -174,6 +174,7 @@ struct TypeUnion {
bool is_poly_specialized; \
bool has_proc_default_values; \
bool has_named_results; \
+ bool no_return; \
isize specialization_count; \
ProcCallingConvention calling_convention; \
}) \