-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
error[E0658]: let...else
statements are unstable
#13562
Comments
You need to use the latest stable toolchain. |
I wonder if we should include a |
There's a |
Ye we should just try to update the rust-version when a new release happens, I am not fond of a |
I am curious why are you not fond of the tool chain file? |
I used to accumulate outdated toolchains installed by projects that were using them. That's fine for nightlies, but I don't see how it's better than the |
error[E0658]:
let...else
statements are unstableI am compiling rust analyzer and here it cause some problem
https://rust-analyzer.github.io/manual.html#building-from-source
The text was updated successfully, but these errors were encountered: