-
Notifications
You must be signed in to change notification settings - Fork 2.6k
cargo panic on thirdparty tools install #3824
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
Comments
Confirmed. |
From the stacktrace it looks like it is coming from /checkout/cargo/src/cargo/lib.rs:263, which is
was the CARGO_PKG_VERSION_MAJOR environment variable not set when it was built? |
Ah yes this should be fixed in recent nightlies, thanks for the report though! |
It is indeed fixed. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there,
Just updated to latest nightly snapshot
and try to reinstall clippy:
The text was updated successfully, but these errors were encountered: