You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
This is a bug somewhere in the RLS, I'm not exactly sure where. It's not quite as bad as it looks - there are redirects in rustdoc for the URLs we ought to be using, but we are still doing it a bit wrong. In this example, the desired URL is https://doc.rust-lang.org/nightly/std/env/args.v.html
rust-dev-tools/rls-analysis#85 should mostly fix this, however, there are still some problems outstanding (I think mostly bugs in the Rustdoc redirects?). See that PR for details.
I noticed that mouseover tooltips for std functions or other pieces of highlighted std code are broken. For example, for std::env::args() I get https://doc.rust-lang.org/nightly/std/env.t.html#args.v instead of https://doc.rust-lang.org/nightly/std/env/fn.args.html.
I like the feature a lot as I have just started learning the language. Is this something I can/should fix locally? Is it RLS related at all?
Edit: just in case added a screenshot of the "problem".
The text was updated successfully, but these errors were encountered: