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 66f484ed..f2295ee6 100644
--- a/src/hir_conv/bind.cpp
+++ b/src/hir_conv/bind.cpp
@@ -618,6 +618,7 @@ namespace {
visit_path(e2, ::HIR::Visitor::PathContext::VALUE);
),
(Intrinsic,
+ visit_path_params(e2.params);
)
)
for(auto& arg : te.args)