summaryrefslogtreecommitdiff
path: root/src/hir_conv/bind.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/hir_conv/bind.cpp')
-rw-r--r--src/hir_conv/bind.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hir_conv/bind.cpp b/src/hir_conv/bind.cpp
index ab74598e..f4937043 100644
--- a/src/hir_conv/bind.cpp
+++ b/src/hir_conv/bind.cpp
@@ -554,6 +554,7 @@ namespace {
),
(Cast,
H::visit_lvalue(*this, e.val);
+ this->visit_type(e.type);
),
(BinOp,
H::visit_lvalue(*this, e.val_l);