-
Notifications
You must be signed in to change notification settings - Fork 14k
Open
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
Code
The search results only show the functions in the x86 module, but they are also exported by the x86_64 module.
https://doc.rust-lang.org/std/?search=_mm512_set4_epi32
Expected Outcome
The search results show the functions in both modules. It does actually exist
https://doc.rust-lang.org/core/arch/x86_64/fn._mm512_set4_epi32.html
Additional Details
This might just be a general problem with re-exported symbols? But for the intrinsics this is really confusing.
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.