diff options
Diffstat (limited to 'src/hir/hir.hpp')
-rw-r--r-- | src/hir/hir.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/hir/hir.hpp b/src/hir/hir.hpp index 22e32a11..32a03758 100644 --- a/src/hir/hir.hpp +++ b/src/hir/hir.hpp @@ -142,7 +142,9 @@ public: struct AssociatedType { - GenericParams m_params; // For bounds, and maybe HKT? + bool is_sized; + ::std::string m_lifetime_bound; + ::std::vector< ::HIR::TraitPath> m_trait_bounds; ::HIR::TypeRef m_default; }; TAGGED_UNION(TraitValueItem, None, |