-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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 with slice in a generic struct #3821
Comments
This test case builds for me on incoming. |
Ah, the stage0 compiler does ICE. Maybe we just need to snapshot. |
I started a snapshot. |
That fixed it. |
RalfJung
pushed a commit
to RalfJung/rust
that referenced
this issue
Aug 18, 2024
Set EINVAL for epoll_wait maxevent value 0 Fixes rust-lang#3821
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following code causes an internal compiler error:
Switching the
&[T]
to aOption<T>
makes it go away.Backtrace here: https://gist.github.com/3924593
The text was updated successfully, but these errors were encountered: