-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Compiler panic when running 'cargo check' with missing crate #40757
Comments
Should have been fixed with #40542, please try again with a newer nightly (when one is available) and let me know if it still happens. |
@abonander just tested it on current nightly (3da4023 2017-03-24), bug seems fixed! Thank you! ✨ |
I got this issue with Using rustc 1.16.0 (30cf806 2017-03-10) and cargo-0.17.0-nightly (f9e5481 2017-03-03).
|
@mkollaro try upgrading to nightly 2017-03-24 ( |
Got fixed 5 seconds before I added my comment...well it doesn't really trouble me, I can use For those who hit against this issue before it lands in stable: just run |
With both current stable and nightly...
...when compiling this crate...
...the compiler crashes on
cargo check
:Here's the backtrace:
The problem does not happen when using
cargo run
:Might be related to #40755.
The text was updated successfully, but these errors were encountered: