diff options
-rw-r--r-- | src/hir_conv/bind.cpp | 1 |
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); |