-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Tracking Issue for #![feature(pub_macro_rules)] #78855
Copy link
Copy link
Closed
Labels
A-macrosArea: All kinds of macros (custom derive, macro_rules!, proc macros, ..)Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)A-visibilityArea: Visibility / privacyArea: Visibility / privacyC-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCF-pub_macro_rules`#![feature(pub_macro_rules)]``#![feature(pub_macro_rules)]`
Metadata
Metadata
Assignees
Labels
A-macrosArea: All kinds of macros (custom derive, macro_rules!, proc macros, ..)Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)A-visibilityArea: Visibility / privacyArea: Visibility / privacyC-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCF-pub_macro_rules`#![feature(pub_macro_rules)]``#![feature(pub_macro_rules)]`
Type
Fields
Give feedbackNo fields configured for issues without a type.
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)