-
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
RA picking stable v nightly errors in dependencies #4271
Comments
Oh, and I should probably add that often these are the only errors I see, which hide other, actual errors in the crate(s). |
I haven't ever seen this. How did you switch to the nightly channel? Did you use |
That's the thing, I'm working exclusively on stable channel. |
Did you enable |
Ah, |
Not sure what's the exact issue here, but it looks like something activates all/default features, which seems unrelated to rust-analyzer. |
I think this is because of the |
That's intended behavior from rust-analyzer side, but it can be considered a bug ("the" bug) in Cargo. It's being worked on in rust-lang/cargo#7820 |
Ah cool, makes sense! Thanks for the link! |
Apologies if this is a duplicate, but I couldn't find a matching issue.
Description:
I'm not sure whether this is as intended, but I'm currently seeing a lot of errors of this type:
For the record, with RLS I've actually never experienced this problem.
Setup:
Some setup info:
Oh, and here's the repo I've experienced this in: wasmtime.
cc @bjorn3 are you seeing this as well by any chance?
The text was updated successfully, but these errors were encountered: