summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/expand/derive.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/expand/derive.cpp b/src/expand/derive.cpp
index 0a74ce67..564f3b0e 100644
--- a/src/expand/derive.cpp
+++ b/src/expand/derive.cpp
@@ -2212,6 +2212,9 @@ static void derive_item(const Span& sp, const AST::Crate& crate, AST::Module& mo
continue ;
}
+ // TODO: Support macros 1.1 custom derive
+ // - Requires support all through the chain.
+
mod.add_item(false, "", dp->handle_item(sp, (crate.m_load_std == ::AST::Crate::LOAD_NONE ? "" : "core"), params, type, item), {} );
}