With a signature like ``` rust fn expand(&self, ecx: &mut ExtCtxt, span: Span, meta_item: &MetaItem, orig_item: P<Item>) -> SmallVector<P<Item>>; ``` to match `MacResult::make_items`.
With a signature like
to match
MacResult::make_items.