From 967ccfbfd50e0ce0aec985bcb394e34787450f75 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Sun, 9 Oct 2016 10:27:50 +0800 Subject: AST - Remove free MacroInvocation lists --- src/dump_as_rust.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/dump_as_rust.cpp') diff --git a/src/dump_as_rust.cpp b/src/dump_as_rust.cpp index db44ccbc..b8443845 100644 --- a/src/dump_as_rust.cpp +++ b/src/dump_as_rust.cpp @@ -712,6 +712,9 @@ void RustPrinter::handle_module(const AST::Module& mod) (None, // Ignore, it's been deleted by #[cfg] ), + (MacroInv, + // TODO: Dump macro invocations + ), (Type, m_os << indent() << "type " << it.name << " = " << e.type() << ";\n"; ), -- cgit v1.2.3