-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Description
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
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.