Open
Description
Originally:
- go to https://doc.rust-lang.org/1.59.0/std/index.html
- select "std" among search scope
- search for "exists", for example
- we can see that the results are from the "std" crate only
- go to the result https://doc.rust-lang.org/1.59.0/std/path/struct.Path.html#method.exists
- try to search again from there
- we can see the results only from the "std" crate
Starting from 1.60:
- https://doc.rust-lang.org/1.60.0/std/
- search for "exists"
- select "std" in the "Results for exists in" field
- the results are from "std"
- go to the result https://doc.rust-lang.org/1.60.0/std/path/struct.Path.html#method.exists
- try to search again from there
- we can see that the results are from "All crates" again.
I expected to see this happen: the search filter should persist.
Instead, this happened: the search filter resets every time we go to the result.
Version it worked on
It most recently worked on: 1.59
Version with regression
rustc --version --verbose
:
rustc 1.62.0 (a8314ef7d 2022-06-27)
binary: rustc
commit-hash: a8314ef7d0ec7b75c336af2c9857bfaf43002bfc
commit-date: 2022-06-27
host: x86_64-unknown-linux-gnu
release: 1.62.0
LLVM version: 14.0.5