Closed
Description
I could not figure out a better place to report the issue with https://doc.rust-lang.org/ (which might be an issue on its own, to have a link from the docs to the source code)
The problem is that the search on https://doc.rust-lang.org/ does not seem to function well:
e.g. https://doc.rust-lang.org/std/index.html?search=regex returns lots of hits, none of them related to regex.
OTOH https://doc.rust-lang.org/std/index.html?search=println works quite well.
https://doc.rust-lang.org/std/index.html?search=print starts out quite well, but then also includes things that end with ::pin
and ::hint
that seem to be unrelated.