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 60ea04bd..653777db 100644
--- a/src/hir/type.hpp
+++ b/src/hir/type.hpp
@@ -141,6 +141,7 @@ public:
}),
(ErasedType, struct {
::HIR::Path m_origin;
+ unsigned int m_index;
::std::vector< ::HIR::TraitPath> m_traits;
::HIR::LifetimeRef m_lifetime;
}),