rustdoc --show-coverage
misses associated items on public items re-exported from private modules
#129007
Labels
A-doc-coverage
Area: Calculating how much of a crate has documentation
C-bug
Category: This is a bug.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
I tried this code:
> cargo rustdoc -- --show-coverage -Zunstable-options
I expected to see this happen:
Instead, this happened:
src/bar.rs
is ignoring the undocumented public method.The same also happens with non-inline modules.
Meta
The text was updated successfully, but these errors were encountered: