-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Panic in cargo::version #3819
Comments
I've started fixing this in #3820, next step is to land the submodule update in rust-lang/rust |
PR against rust-lang/rust: rust-lang/rust#40450 |
This bug has quite some impact, because Travis CI runs
|
@ruuda we in fact have these tests and run them in rust-lang/rust. We just don't run the test suite for the right Cargo, and that's tracked by rust-lang/rust#38531. Just trying to point out that we're not trying to be negligent here, the interactions are all very tricky. |
(oops didn't mean to close yet) |
This commit updates Cargo with rust-lang/cargo#3820 which includes a fix for rust-lang/cargo#3819. At the same time this also slightly tweaks how rustbuild builds cargo to ensure that all the build information (including git info and such) makes its way into the binary. Closes rust-lang/cargo#3820
Update Cargo to fix nightly channel This commit updates Cargo with rust-lang/cargo#3820 which includes a fix for rust-lang/cargo#3819. At the same time this also slightly tweaks how rustbuild builds cargo to ensure that all the build information (including git info and such) makes its way into the binary. Closes rust-lang/cargo#3819
Looks like the same issue is happening again: #3844. |
Using the newest nightly cargo. I can't get the version because --version panics. Rustup installed it along with rustc 1.17.0-nightly (e4eb964dd 2017-03-11).
It affects other commands as well:
The text was updated successfully, but these errors were encountered: