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 Nov 30, 2022. It is now read-only.
Currently we have macros that call other macros without a fully
qualified path, this breaks some usage of the macros downstream because
macro calls that should be opaque require importing.
Fix macro usage in macros by using `$crate::` fully qualified path.
0 commit comments