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
Prevent procedural macro hygiene issue with eager macros
This PR adds a change which links together identifiers in `quote!`
expansion. While in normal context, there's no issues with expansion of
procedural macro `#[func]` attribute, Rust macro hygiene rules start to
apply within the context of `eager2` crate.
0 commit comments