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 ca79a0c1..4b3692c0 100644
--- a/src/hir/type.hpp
+++ b/src/hir/type.hpp
@@ -74,6 +74,7 @@ struct TypeRef
(Array, struct {
::std::unique_ptr<TypeRef> inner;
::HIR::ExprPtr size;
+ size_t size_val;
}),
(Slice, struct {
::std::unique_ptr<TypeRef> inner;