Skip to content

rustdoc shows auto impls for [u8] #94937

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

Closed
lcnr opened this issue Mar 14, 2022 · 1 comment · Fixed by #97130
Closed

rustdoc shows auto impls for [u8] #94937

lcnr opened this issue Mar 14, 2022 · 1 comment · Fixed by #97130
Labels
C-bug Category: This is a bug. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.

Comments

@lcnr
Copy link
Contributor

lcnr commented Mar 14, 2022

https://doc.rust-lang.org/nightly/std/marker/trait.Send.html#impl-Send-80

this is pretty confusing as there also exists an auto impl for [T] https://doc.rust-lang.org/nightly/std/marker/trait.Send.html#impl-Send-429

I expect that rustdoc incorrectly treats the impl [u8] impl as a distinct type or something like this... not completely sure

@lcnr lcnr added C-bug Category: This is a bug. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. labels Mar 14, 2022
@lcnr
Copy link
Contributor Author

lcnr commented Mar 14, 2022

Screenshot from 2022-03-14 17-57-41
Screenshot from 2022-03-14 17-57-35

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant