-
-
Notifications
You must be signed in to change notification settings - Fork 14.5k
Open
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsA-intra-doc-linksArea: Intra-doc links, the ability to link to items in docs by nameArea: Intra-doc links, the ability to link to items in docs by nameC-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
Compare https://docs.rs/libc/0.2.182/libc/enum.c_void.html with https://doc.rust-lang.org/std/ffi/enum.c_void.html - the former has
Equivalent to C’s void type when used as a [pointer].
while the later has
Equivalent to C’s void type when used as a pointer.
The link should be fixed in the docs.rs documentation for the crate
Reported for libc in rust-lang/libc#4978 and instructed by @tgross35 to file an issue here
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsA-intra-doc-linksArea: Intra-doc links, the ability to link to items in docs by nameArea: Intra-doc links, the ability to link to items in docs by nameC-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.