-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Nightly internal compiler error in def_path_hash_map.rs #89361
Comments
FWIW I was hitting this (and seemingly this #89209) with
but things are now working for me with
|
This comment has been minimized.
This comment has been minimized.
For me the problem has been fixed after upgrading cargo, so the bug seems fixed in the following version.
|
I might be seeing a different trigger for the same panic location. I'm seeing it when building https://github.com/ZcashFoundation/zebra , but only when the on-disk cache is in a particular state. (Approximately every ~100 builds.) So I can't provide an easy reproduction. Edit: my backtrace seems more similar to #89457 and #89260 than this ticket. |
@rustbot label +A-incr-comp |
@Nutomic is this still relevant? |
No, I didnt have this problem anymore after upgrading the nightly version. Feel free to close. |
I'm hitting an internal compiler error in the latest nightly (cargo 1.57). The same code compiles fine on stable, and also on the previous nightly I used (not sure which version it was). Sorry I dont have time to create a minimal example, as this problem occurs in a quite large project.
To reproduce
git clone https://github.com/LemmyNet/lemmy.git cd lemmy cargo build
Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: