-
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
rustc crashing #19675
Comments
Can you list the signatures of the lang-items you implemented? Implementing them improperly can cause compiler crashes/ICE-s. |
But I get |
They need to be |
Needs reproducible test |
closing as irreproducible. |
I just built rust v.13 from master, but when I try to compile I experience a variety of errors. I experienced a panic trying to compile something with
#![no_std]
.when I implement an empty Clone trait to fix the initial error the same command errors with.
when I try to compile other programs I get
illegal hardware instruction (core dumped)
. I ran it under gdb and it appears to be segfaulting.The text was updated successfully, but these errors were encountered: