docify icon indicating copy to clipboard operation
docify copied to clipboard

allow expr-level exports

Open sam0x17 opened this issue 8 months ago • 0 comments

Right now #[docify::export] is only recognized when it is applied to Item, ImplItem, and a few others.

This would open it up to be able to be applied to anything in expr position if inside of an outer macro pattern on the parent item (attributes can't appear in expr position yet unless you are using outer macro pattern).

If we can get this in, it will unblock #10

sam0x17 avatar Oct 30 '23 21:10 sam0x17