rustdoc: Macros re-exported via use_extern_macro appear as a re-export #49554
Labels
A-macros-1.2
Area: Declarative macros 1.2
A-macros-2.0
Area: Declarative macros 2.0 (#39412)
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Most other items re-exported from an
extern crate
appear as if they're defined directly in the place they're re-exported from. For some reason macros are not currently treated the same way, they show up under the "Re-exports" heading and don't have their documentation summary shown. Forfutures
this would be very useful for documenting theasync
/await
macros in the facade.Example (code here):
The text was updated successfully, but these errors were encountered: