You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
Right now
#[docify::export]
is only recognized when it is applied toItem
,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
The text was updated successfully, but these errors were encountered: