-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
rustdoc: Masked functions still appear in the search result. #44740
Copy link
Copy link
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-dev-toolsRelevant to the dev-tools subteam, which will review and decide on the PR/issue.Relevant to the dev-tools subteam, which will review and decide on the PR/issue.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.
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-dev-toolsRelevant to the dev-tools subteam, which will review and decide on the PR/issue.Relevant to the dev-tools subteam, which will review and decide on the PR/issue.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.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Repro:
aborting_divandaborting_remappeared.Expected:
aborting_divandaborting_remshould not appear in the search result.The
aborting_divandaborting_remmethods are part of theInttrait incompiler_builtinswhich is not supposed to be exposed. The documentation about this trait is successfully hidden thanks to #44026, but the search entry still exists.cc @QuietMisdreavus