-
Notifications
You must be signed in to change notification settings - Fork 13k
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 when converting std::run::process_status() to generic function #8835
Comments
Nevermind. I wrote this issue so I could leave a |
Now I'm getting the ICE in stage2 too. It worked with |
The function looks like this:
Unlike the other issues that seem to emit this error, there's no internal static. |
This was referenced Aug 29, 2013
Fixed with #8843. |
xFrednet
pushed a commit
to xFrednet/rust
that referenced
this issue
May 21, 2022
Fix ICE in `let_unit_value` when calling a static or const callable type fixes rust-lang#8821 changelog: Fix ICE in `let_unit_value` when calling a static or const callable type
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I convert
std::run::process_status()
to a generic function, parameterized by<S: Str>
, as part of PR #8203, the snapshot compiler complains withSince I compiled libstd at stage2 just fine, I'm assuming that the next snapshot will cause this problem to go away.
The text was updated successfully, but these errors were encountered: