-
Notifications
You must be signed in to change notification settings - Fork 13.6k
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.
Description
The following functions appear to be intrinsics that are re-exported at a different path (see also: #113387):
intrinsics::transmute
->mem::transmute
intrinsics::copy
->ptr::copy
intrinsics::copy_nonoverlapping
->ptr::copy_nonoverlapping
intrinsics::write_bytes
->ptr::write_bytes
Searching for these only finds the functions in std::intrinsics
. (And for specifically transmute, it also shows core::mem::transmute
for some reason.) The search result should ideally show the functions in std::mem/ptr
. See below screenshots obtained by searching for transmute and searching for copy_nonoverlapping
scottmcm
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.