diff options
Diffstat (limited to 'src/hir/expr.hpp')
-rw-r--r-- | src/hir/expr.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hir/expr.hpp b/src/hir/expr.hpp index e22c1ab8..cd4a21ab 100644 --- a/src/hir/expr.hpp +++ b/src/hir/expr.hpp @@ -674,6 +674,7 @@ struct ExprNode_StructLiteral: ::HIR::ExprNodeP m_base_value; t_values m_values; + /// Monomorphised types of each field. ::std::vector< ::HIR::TypeRef> m_value_types; ExprNode_StructLiteral(Span sp, ::HIR::GenericPath path, bool is_struct, ::HIR::ExprNodeP base_value, t_values values): |