-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Documentation for std doesn't open correctly anymore #10082
Comments
The reason seems to be that |
It is specified, just as an argument and not as a hard-coded attribute. |
That value is only available through metadata, not the source itself, but you might be able to copy the logic and parse the output of rustc --version. |
Another example:
Used SW:
|
If I run "Rust Analyzer: Open docs under cursor" on any std or core symbol, it opens some invalid docs.rs page, such as this one for HashMap:
https://docs.rs/STD/0.1.0/std/collections/hash/map/struct.HashMap.html
The text was updated successfully, but these errors were encountered: