Tracking Issue for private_macro_use
lint
#120192
Labels
C-tracking-issue
Category: A tracking issue for an RFC or an unstable feature.
private_macro_use
lint
#120192
This is a tracking issue for the
private_macro_use
, a lint that follows the breaking change policy.Description
The root of this issue was originally posted in #119301. A macro that should not have been exported was indeed exported. A minimal example to illustrate this issue is shown below:
The problem was triggered by an oversight where a visibility check for the macro, defined in an external crate, was omitted. Now, we have reintroduced this check to prevent such issues from occurring.
Steps
The text was updated successfully, but these errors were encountered: