-
Notifications
You must be signed in to change notification settings - Fork 809
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
visual studio code with rust-analyzer reports nightly compiler needed #3513
Comments
I think your |
@pawanjay176, that worked and I don't see the error notification and rustup check reports:
But the weird thing is
But it's 1.63 if I'm in its parent:
Could you explain that? |
Ohh you might have done an override at some point in the lighthouse directory? Try this from the lighthouse directory
|
Sure enough, IIRC something was broken at one point and I was using override. Add good now, TXS!
|
Description
I ran VSCODE using
code .
from root of lighthouse repo and the following message was displayed:Version
Present Behaviour
Got an error notification as noted above
Expected Behaviour
Don't expect the error notification.
Steps to resolve
As suggested in the error message, adding rust-toolchain.toml with "nightly" resolves the problem, but if that's the case I suggest adding rust-toolchain.toml to the repo.
The text was updated successfully, but these errors were encountered: