Rustdoc does not combine documentation in re-exports of extern functions #135092
Labels
A-local-reexports
Area: Documentation that has been locally re-exported (i.e., non-cross-crate)
C-bug
Category: This is a bug.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
With the code
I expected to have the documentation in the private module and the re-export to be combined
Instead, only the documentation in the private module in shown
Meta
rustdoc --version --verbose
:The text was updated successfully, but these errors were encountered: