Skip to content
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

Use RUSTUP_TOOLCHAIN=stable for rust-analyzer #5761

Merged
merged 1 commit into from
Mar 21, 2025

Conversation

valadaptive
Copy link
Contributor

@valadaptive valadaptive commented Mar 4, 2025

Overrides the toolchain used in rust-analyzer to stable, as suggested by rustup.

rust-analyzer's support policy is that they only support the latest
stable Rust version, so that's what we should use for rust-analyzer
specifically:

https://rust-analyzer.github.io/book/installation.html#rust-standard-library
Copy link

github-actions bot commented Mar 4, 2025

Preview available at https://egui-pr-preview.github.io/pr/5761-rust-analyzer-toolchain
Note that it might take a couple seconds for the update to show up after the preview_build workflow has completed.

@emilk
Copy link
Owner

emilk commented Mar 21, 2025

Thanks!

@emilk emilk merged commit bc090bd into emilk:master Mar 21, 2025
26 of 27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Latest rust-analyzer no longer works with the toolchain in this repo
2 participants