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.
The text was updated successfully, but these errors were encountered:
Yup, the version in rust-up are not fully up-to-date yet, the recommended way to get ra is still from GitHub release. Hopefully, things will be better since today, as (:crossed_fingers:) we fixed the last couple of build-related bugs.
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.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.
The text was updated successfully, but these errors were encountered: