-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Reexported intrinsics show up in rustdoc intra-doc links instead of their proper paths #131676
Copy link
Copy link
Labels
A-rustdoc-searchArea: Rustdoc's search featureArea: Rustdoc's search featureC-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.T-rustdoc-frontendRelevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
Metadata
Metadata
Assignees
Labels
A-rustdoc-searchArea: Rustdoc's search featureArea: Rustdoc's search featureC-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.T-rustdoc-frontendRelevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
Type
Fields
Give feedbackNo fields configured for issues without a type.
The following functions appear to be intrinsics that are re-exported at a different path (see also: #113387):
intrinsics::transmute->mem::transmuteintrinsics::copy->ptr::copyintrinsics::copy_nonoverlapping->ptr::copy_nonoverlappingintrinsics::write_bytes->ptr::write_bytesSearching for these only finds the functions in
std::intrinsics. (And for specifically transmute, it also showscore::mem::transmutefor some reason.) The search result should ideally show the functions instd::mem/ptr. See below screenshots obtained by searching for transmute and searching for copy_nonoverlapping