This is a tracking issue for
pub macro_rules! foo {
...
}
pub (or pub(...)) here makes the macro use regular module scoping (with specified visibility) used by all other non-macro items instead of the traditional macro_rules scoping.
Implemented in #78166.
Implementation History:
This is a tracking issue for
pub(orpub(...)) here makes the macro use regular module scoping (with specified visibility) used by all other non-macro items instead of the traditionalmacro_rulesscoping.Implemented in #78166.Implementation History:
pubonmacro_rules#78166 (merged in Supportpubonmacro_rules#82296)Missing span for DefIndex(3)#83641)