Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rustdoc: rustc_serialize::Decodable is missing some implementors #81612

Open
camelid opened this issue Feb 1, 2021 · 1 comment
Open

rustdoc: rustc_serialize::Decodable is missing some implementors #81612

camelid opened this issue Feb 1, 2021 · 1 comment
Labels
A-traits 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.

Comments

@camelid
Copy link
Member

camelid commented Feb 1, 2021

The docs for rustc_serialize::Decodable are not showing implementors from downstream crates (e.g. the impls in rustc_metadata for CrateNum and DefIndex). 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.

@camelid camelid added T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. A-traits Area: Trait system C-bug Category: This is a bug. labels Feb 1, 2021
@jyn514 jyn514 added the E-needs-mcve Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example label Feb 1, 2021
@camelid
Copy link
Member Author

camelid commented Nov 6, 2021

#78615 seems to be fixed now, but this issue is not. Probably it's related to #76736 though.

@jackh726 jackh726 added S-needs-repro Status: This issue has no reproduction and needs a reproduction to make progress. and removed E-needs-mcve Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example labels Dec 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-traits 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.
Projects
None yet
Development

No branches or pull requests

4 participants