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
{{ message }}
This repository was archived by the owner on Oct 6, 2024. It is now read-only.
I found that Im not able to refer to a crate local macro inside a paste::item! block, that is the ability to express $crate::foo! which is required to enable rust 2018 style imports ( aka ditching #[macro_use].
The specific context is here where I'm using paste to generate idents which are inputs for another crate local macro