-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
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.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.
Description
Reproduction:
- Go to https://doc.rust-lang.org/nightly/std/
- Click the gear next to the search field, enable "Directly go to item in search if there is only one result"
- Refresh page to ensure it's enabled (was required the first time I tried to reproduce, but seemed to work straight away the second time)
- Search for
UnixStream
- You should be taken straight to https://doc.rust-lang.org/nightly/std/os/unix/net/struct.UnixStream.html
- Press "Back" in your browser
I expected this to happen: Go back to https://doc.rust-lang.org/stable/std/
Instead, this happened: Goes back to https://doc.rust-lang.org/stable/std/?search=UnixStream then instantly redirects forward again
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.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.