rustdoc: blanket impl is not listed if trait is reexported from a private module #94183
Labels
A-synthetic-impls
Area: Synthetic impls, used by rustdoc to document auto traits and traits with blanket impls
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:
I expected to see this happen: the documentation for
S
shows that it implementsActual
.Instead, this happened:
Actual
is not listed in the list of blanket impls onS
.If
actual_sub
is madepub
, theActual
blanket impl is now listed in the docs forS
.Meta
rustc --version --verbose
:cc #24305
The text was updated successfully, but these errors were encountered: