-
Notifications
You must be signed in to change notification settings - Fork 13.3k
rustdoc: "Type -> *" search does not work. #75622
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Cc @rust-lang/rustdoc |
Ah, I somehow never even noticed these tabs. Thanks! Seems strange though that of the two tabs on the right, one has a short-hand via the search box ("in return types"), but the other does not. |
Once #90630 is merged, I'll take a look to this one. |
any progress on this? edit: found #100079, the new syntax for "returns vec" is |
|
triage: this has been fixed, and has several test cases. |
The rustdoc help says:
Based on this example, I expected the natural generalization
vec -> *
to also work and show all functions that take a vec as input, but that query shows no result at all. I am not sure if there is any way to show "all functions that takeT
as input", which is surprising given that the same is possible for the return type.The text was updated successfully, but these errors were encountered: