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
Currently you are able to add custom attributes to Struct, Enum and Union but not in other places via ParseCallbacks::add_attributes but not to fn items or extern blocks.
This would allow me to use #[export_tokens] on those items and use the tokens in different macros.
Currently you are able to add custom attributes to
Struct
,Enum
andUnion
but not in other places via ParseCallbacks::add_attributes but not tofn
items orextern
blocks.This would allow me to use
#[export_tokens]
on those items and use the tokens in different macros.See also #2866
The text was updated successfully, but these errors were encountered: