-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Illegal instruction building struct that recurses inside boxed array #24732
Labels
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Comments
@emosenkis does “when run” mean you could compile the code successfully? On rustc with LLVM assertions enabled this ICEs:
Backtrace:
|
steveklabnik
added
the
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
label
Apr 28, 2015
Just stumbled to this same problem with code: |
This was referenced Jul 29, 2015
Sorry, reference to 27337 was added accidentially |
Closed
duplicate of #19001. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following code produces an "Illegal instruction (core dumped)" when run (on linux/x86_64, both in debug and release mode):
The text was updated successfully, but these errors were encountered: