Closed
Description
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.