-
Notifications
You must be signed in to change notification settings - Fork 13.3k
ICE path not fully resolved, associated constants #26797
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
Comments
Using |
cc @quantheory (seems like a dupe - you got to fix these ICEs). |
@arielb I've been out of commission for any significant compiler changes for the last month, and it will probably be bit longer before I can tackle something this big again. I'll try to come up with a real error message as a stopgap, but we probably won't be able to properly compile affected code until some upcoming collect refactoring is done. |
Closing as a dupe of #25145 |
Implementing my own fd_set because, per #26794, I can't find one exported elsewhere. But trying to be clever about the size of the required array causes a panic:
Causes the following output:
The text was updated successfully, but these errors were encountered: