Private macros are documented #88453
Labels
A-macros
Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)
A-visibility
Area: Visibility / privacy
C-bug
Category: This is a bug.
P-high
High priority
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Code
I tried this code:
I expected to see this happen:
private_macro
is hidden from the documentation.Instead, this happened:
private_macro
is shown in the documentation and has its own page. Private declarative macros are also shown.Version it worked on
It most recently worked on: rustc 1.56.0-nightly (8007b50 2021-08-14)
Version with regression
rustc --version
:The text was updated successfully, but these errors were encountered: