-
Notifications
You must be signed in to change notification settings - Fork 13.4k
bug report: rustc panic when run cargo check --all-targets #72910
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
|
I believe this is related to #71948 but I couldn't reproduce it with your example on my local. Is this still happen when you try |
When this bug happened, I'm testing the unit test in my project, but when I copy the unit test codes to an empty rust project, the The targets what I install is And it doesn't cause problem with stable rustc |
Yeah, that PR is on nightly only now. So, current master contains a fix for that PR (#72775), could you try to check with the master? You can try it with |
Will tomorrow nightly version contain this fix? if it contains I will try it tomorrow |
Yes, it's your option. |
@JohnTitor rustc 1.45.0-nightly (fe10f1a 2020-06-02) has fixed the problem |
Cool, then closing as fixed. |
I am using nightly version: rustc 1.45.0-nightly (ad4bc33 2020-06-01)
I tried run
cargo check --all-targets
with this codes:I expected to see this happen: check successfully
Instead, this happened:
The text was updated successfully, but these errors were encountered: