-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
LLVM assertion returning ref pattern inside newtype #19593
Comments
kmcallister
added
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
labels
Jan 18, 2015
Still get an LLVM assertion on rustc 1.0.0-dev (896cb36 2015-01-14 12:19:58 +0000):
|
kmcallister
changed the title
Assertion error in llvm backend
LLVM assertion returning ref pattern inside newtype
Jan 18, 2015
Still aborts on rustc 1.0.0-nightly (b0aad7d 2015-03-22) (built 2015-03-23):
Info from coredumpctl:
|
Closing as a duplicate of #19064. |
ghost
closed this as completed
Apr 16, 2015
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following code
fails to compile, the error message is:
The text was updated successfully, but these errors were encountered: