diff options
author | John Hodge <tpg@mutabah.net> | 2016-05-20 23:01:40 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2016-05-20 23:01:40 +0800 |
commit | 2d3f40522064bfef4765cc093a58e675db849c7c (patch) | |
tree | 7106275bfd923045a14aee60ff5c90f7c18059ea /src/hir/type.hpp | |
parent | cca20d66c1f0933b12b4bfd82817aa2cf40b1730 (diff) | |
download | mrust-2d3f40522064bfef4765cc093a58e675db849c7c.tar.gz |
HIR - Diverging type
Diffstat (limited to 'src/hir/type.hpp')
-rw-r--r-- | src/hir/type.hpp | 1 |
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 { |