-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Open
Labels
A-rustdoc-jsArea: Rustdoc's JS front-endArea: Rustdoc's JS front-endA-rustdoc-searchArea: Rustdoc's search featureArea: Rustdoc's search featureC-bugCategory: This is a bug.Category: This is a bug.E-needs-testCall for participation: An issue has been fixed and does not reproduce, but no test has been added.Call for participation: An issue has been fixed and does not reproduce, but no test has been added.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
When searching for anything on https://doc.rust-lang.org/nightly/std or https://doc.rust-lang.org/nightly/core the javascript console shows failure about loading additional javascript files and the search itself never succeeds, showing "Loading search results..." indefinitely.
I tried https://doc.rust-lang.org/nightly/std/?search=refcell
I expected to see the search results.
Instead, I'm seing "Loading search results..." indefinitely and I'm getting those errors in the javascript console:
GET https://doc.rust-lang.org/nightly//search.index/0c61ea98bd97.js net::ERR_ABORTED 404 (Not Found)
GET https://doc.rust-lang.org/nightly//search.index/7febe8a55d41.js net::ERR_ABORTED 404 (Not Found)
Version of https://doc.rust-lang.org/nightly: 1.91.0-nightly (05f5a58 2025-08-19)
zachs18
Metadata
Metadata
Assignees
Labels
A-rustdoc-jsArea: Rustdoc's JS front-endArea: Rustdoc's JS front-endA-rustdoc-searchArea: Rustdoc's search featureArea: Rustdoc's search featureC-bugCategory: This is a bug.Category: This is a bug.E-needs-testCall for participation: An issue has been fixed and does not reproduce, but no test has been added.Call for participation: An issue has been fixed and does not reproduce, but no test has been added.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.