Rustdoc has, according to the help popup (?), a feature to search by type signature:
Search functions by type signature (e.g.,
vec -> usize
or* -> vec
)
However, when I tried it out and typed vec -> usize
in the search bar, it found no results. Did I do something wrong, or is this a bug? Does this feature have an RFC or tracking issue where I can learn more about it?