From b4db5f80375ebec7a2705e63cf72ad50c2afc24e Mon Sep 17 00:00:00 2001 From: John Hodge Date: Fri, 25 Nov 2016 08:07:15 +0800 Subject: HIR Expand Type Aliases - Visi generic paths --- src/hir_conv/expand_type.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/hir_conv/expand_type.cpp b/src/hir_conv/expand_type.cpp index 16f5f3ea..5e95592c 100644 --- a/src/hir_conv/expand_type.cpp +++ b/src/hir_conv/expand_type.cpp @@ -190,6 +190,10 @@ public: { upper_visitor.visit_path(p, pc); } + void visit_generic_path(::HIR::Visitor::PathContext pc, ::HIR::GenericPath& p) + { + upper_visitor.visit_generic_path(p, pc); + } void visit(::HIR::ExprNode_Let& node) override { -- cgit v1.2.3