summaryrefslogtreecommitdiff
path: root/src/hir/type.hpp
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-05-20 23:01:40 +0800
committerJohn Hodge <tpg@mutabah.net>2016-05-20 23:01:40 +0800
commit2d3f40522064bfef4765cc093a58e675db849c7c (patch)
tree7106275bfd923045a14aee60ff5c90f7c18059ea /src/hir/type.hpp
parentcca20d66c1f0933b12b4bfd82817aa2cf40b1730 (diff)
downloadmrust-2d3f40522064bfef4765cc093a58e675db849c7c.tar.gz
HIR - Diverging type
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 {