rustdoc: Re-exported macros 2.0 are rendered as macro_rules!
#86276
Labels
A-cross-crate-reexports
Area: Documentation that has been re-exported from a different crate
A-macros
Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)
A-macros-2.0
Area: Declarative macros 2.0 (#39412)
C-bug
Category: This is a bug.
P-low
Low priority
requires-nightly
This issue requires a nightly compiler in some way.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
I noticed this while working on a fix for #86208. I think the issue is just that
clean/inline.rs
does not check if the macro is amacro_rules!
, whereasclean/mod.rs
does.core (original)
std (re-export)
The text was updated successfully, but these errors were encountered: