From 3825eab989c0911326fd009b96c9768150ff6ac2 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Sat, 8 Sep 2018 12:16:03 +0100 Subject: Diverging procedures `proc() -> !` (no return) --- src/types.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/types.cpp') 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; \ }) \ -- cgit v1.2.3