rustdoc: rustc_serialize::Decodable
is missing some implementors
#81612
Labels
A-trait-system
Area: Trait system
C-bug
Category: This is a bug.
S-needs-repro
Status: This issue has no reproduction and needs a reproduction to make progress.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
The docs for
rustc_serialize::Decodable
are not showing implementors from downstream crates (e.g. the impls inrustc_metadata
forCrateNum
andDefIndex
). My understanding was that implementors in downstream crates that are compiled into the same docs should be displayed on the upstream trait.Not sure if this is related to #76736 or #78615.
The text was updated successfully, but these errors were encountered: