-
Notifications
You must be signed in to change notification settings - Fork 185
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
Rust-Analyzer fails on Image crate version 0.25 #150
Comments
Right, I'd had an issue like that as well but haven't had time to look into it. IIRC there was a breaking change made in the image crate that I didn't have time account for in my code. But reading the error message you copied... your problem might be different. You might just need to upgrade your rust version. My problem was related to the breaking change in their change log. |
I got this fixed by updating to rustc 1.80:
Then update rustc version specified in the file Also: |
the PR in egui has nothing to do with it :-) |
Hi @Resonanz do you still have an ongoing issue? |
Using Rust-Analyzer inside VS Code.
Add
image = "0.24"
to dependencies = works fine.Add
image = "0.25.2"
to dependencies leads to Rust-Analyzer errors:The text was updated successfully, but these errors were encountered: