You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
camelid opened this issue
Oct 18, 2020
· 2 comments
Labels
A-macrosArea: All kinds of macros (custom derive, macro_rules!, proc macros, ..)C-bugCategory: This is a bug.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.
The text was updated successfully, but these errors were encountered:
camelid
added
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
A-macros
Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)
C-bug
Category: This is a bug.
labels
Oct 18, 2020
A-macrosArea: All kinds of macros (custom derive, macro_rules!, proc macros, ..)C-bugCategory: This is a bug.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.
With
--document-private-items
:fn
s are documentedfn
s are documented#[macro_export] macro_rules!
are documentedmacro_rules!
are not documentedI'm not sure if this is intended behavior, but it's not very intuitive and kind of frustrating.
Code
Command
cargo doc --document-private-items
Output
Version
The text was updated successfully, but these errors were encountered: