diff options
Diffstat (limited to 'src/expand/mod.cpp')
-rw-r--r-- | src/expand/mod.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/expand/mod.cpp b/src/expand/mod.cpp index d0e9718d..8cc4ea2e 100644 --- a/src/expand/mod.cpp +++ b/src/expand/mod.cpp @@ -952,6 +952,8 @@ void Expand_Mod_IndexAnon(::AST::Crate& crate, ::AST::Module& mod) DEBUG("- " << i.data.tag_str() << " '" << i.name << "'"); TU_IFLET(::AST::Item, (i.data), Module, e, Expand_Mod_IndexAnon(crate, e); + + // TODO: Also ensure that all #[macro_export] macros end up in parent ) } |