Skip to content

rust-analyzer-preview from rustup nightly is out of date #5802

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

Closed
bstaletic opened this issue Aug 18, 2020 · 3 comments
Closed

rust-analyzer-preview from rustup nightly is out of date #5802

bstaletic opened this issue Aug 18, 2020 · 3 comments

Comments

@bstaletic
Copy link
Contributor

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.

  1. Allow null or empty values for configuration #5467 is missing
  2. 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.

@bjorn3
Copy link
Member

bjorn3 commented Aug 18, 2020

rust-lang/rust#75631 updated rust-analyzer. It will be available with the next nightly.

@matklad
Copy link
Member

matklad commented Aug 18, 2020

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.

@matklad matklad closed this as completed Aug 18, 2020
@bstaletic
Copy link
Contributor Author

Thanks for the update!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants