diff options
Diffstat (limited to 'src/expand/mod.cpp')
-rw-r--r-- | src/expand/mod.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/expand/mod.cpp b/src/expand/mod.cpp index 7c3206dd..485c0032 100644 --- a/src/expand/mod.cpp +++ b/src/expand/mod.cpp @@ -100,6 +100,7 @@ void Expand_Attrs(const ::AST::MetaItems& attrs, AttrStage stage, ::AST::Crate& return e; } } + // TODO: Shouldn't this use the _last_ located macro? Allowing later (local) defininitions to override it? for( const auto& mri : mac_mod.macro_imports_res() ) { //DEBUG("- " << mri.name); |