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
Today I tried to upgrade to nightly-2020-08-18 and, while it "worked", rustup installed rust-analyzer with c9c518e as the latest one, which corresponds to tag 2020-07-20. From there I have encountered two problems, compared to nightly-2020-07-08.
YCM is installing all rustup components with third_party/rust-analyzer/ as the root. On the latest nightly, rust-analyzer doesn't find rust-src even though it is installed in the same root. This, however, works on today's HEAD (d21d5e4).
To be fair, I am not sure how rustup nightlies are updated, so I might be complaining to the wrong people.