diff --git a/frb_codegen/src/library/codegen/parser/hir/hierarchical/pack/third_party_override_transformer.rs b/frb_codegen/src/library/codegen/parser/hir/hierarchical/pack/third_party_override_transformer.rs index a1556d693d..a25f265bac 100644 --- a/frb_codegen/src/library/codegen/parser/hir/hierarchical/pack/third_party_override_transformer.rs +++ b/frb_codegen/src/library/codegen/parser/hir/hierarchical/pack/third_party_override_transformer.rs @@ -56,6 +56,7 @@ fn transform_module_content_functions( src_content_functions, |x| x.owner_and_name(), |target, src| { + TODO; (target.item_fn.attrs_mut()).extend(src.item_fn.attrs().to_owned()); }, )