-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
cargo clippy with clippy-preview not working with stable-i686-pc-windows-msvc (exit code 3221225477) #3202
Comments
Does |
@mati865 |
Looks like rust-lang/rust#50604 |
On Appveyor, it doesn't work for both
Normal and verbose outputs (same exit code 3221225477). Perhaps related to #2336? Quote from there:
AIUI, this means that 32-bit clippy shipped via rustup is only built, but has never run (any tests) at all. EDIT: or this means that 32-bit clippy cannot be run on 64-bit Windows (and vice versa) which sounds more plausible to me. |
cc #2310 |
I think it's safe to close this one because similar issues are fixed and there was no response here. |
I have the same problems when update.
Then I remove the |
With the new clippy-preview I can run
cargo clippy
on my projects with no issue using the stable-x86_64-pc-windows-msvc toolchain, but if I try to use stable-i686-pc-windows-msvc I get the following errors as it tries to check dependencies:The verbose output is:
Metadata and info:
If there's any other information I can provide that would be helpful, please let me know.
The text was updated successfully, but these errors were encountered: