-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
ICE compiling dashmap #79875
Comments
Duplicate of #79661. Should be fixed in the next nightly (2020-12-09). |
I just updated to 2020-12-10 and the ICE occurred again, so it doesn't appear to be fixed. |
Hmm, that's unfortunate. Can you post the ICE you get on 2020-12-10 so we can see if perhaps it's slightly different? |
Here's the latest error. At first the build succeeded, but a second build of the same code failed.
|
An aside -- when I say 2020-12-10 I mean the file downloaded at https://static.rust-lang.org/dist/2020-12-10/rust-nightly-x86_64-unknown-linux-gnu.tar.gz -- but it appears to have embedded |
To my knowledge, the nightly version is whatever comes out of In your case, it seems to be |
It seems like #79721 introduced another bug? The panic message changed. |
The new ICE is a duplicate of #79890. |
Note that the fix was only merged 9 hours ago, so there isn't yet a nightly that fixes the issue: #79915. Feel free to open a new bug if your build is still broken after the next nightly. |
Okay, then @djmarcin can you try again with tonight's nightly (2020-12-11) and let us know if it works? Thanks! |
@camelid the next nightly won't be published until 2020-12-12, -11 has the commits from yesterday (and works now): https://github.com/willcrichton/example-analyzer/pull/1/files#diff-335ddbce02d068207f42ecdac988ee267eb014a7a1e7ffe8df7bedd66f716899R2 |
Hmm, but rustup says the latest nightly is
|
If I'm understanding you correctly, the nightly published sometime in the next ~12 hours or so should have the patch, though it will be labeled something like |
Correct, the rustc version is offset from rustup by one. Or in other words, the latest available nightly was built on the 10th but distributed on the 11th. |
This is just a copy/paste from the compiler error output. I'm running rust via bazel, not cargo, using nightly-2020-12-08.
The text was updated successfully, but these errors were encountered: