
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".