summaryrefslogtreecommitdiff
path: root/src/hir/type.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/hir/type.hpp')
-rw-r--r--src/hir/type.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hir/type.hpp b/src/hir/type.hpp
index dc1f204f..95a3cd1d 100644
--- a/src/hir/type.hpp
+++ b/src/hir/type.hpp
@@ -58,6 +58,7 @@ struct TypeRef
TAGGED_UNION(Data, Infer,
(Infer, struct {}),
+ (Diverge, struct {}),
(Primitive, ::HIR::CoreType),
(Path, ::HIR::Path),
(Generic, struct {