-
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
Internal compiler error with serde::de::Error::custom #39924
Labels
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Comments
Can reporduce with https://gist.github.com/bjorn3/8820dcb2e1257cd072918b71a6742ba5:
|
I suspect that this PR caused it #39752. I tried this on the cc: @jseyfried |
Using format_args!() instead of arguments!() also gives an ice. |
This doesn't occur on the |
Looks like a duplicate of #39559 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Pushed my code to https://github.com/bjorn3/goodgame_empire_import/tree/ice.
I also added a comment with the line I changed before I got a ICE.
The text was updated successfully, but these errors were encountered: