-
Notifications
You must be signed in to change notification settings - Fork 13k
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 Error #30891
Labels
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Comments
huonw
added
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
labels
Jan 14, 2016
@huonw what unreachablity? Anyway this looks pretty recent, as it doesn't appear to happen in beta. |
nikomatsakis
added
the
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
label
Mar 3, 2016
cc @oli-obk, maybe related to some of the recent work on constants? |
|
An const ERROR_CONST: bool = false;
pub fn get() -> bool {
false || ERROR_CONST
}
pub fn main() {} |
arielb1
added a commit
to arielb1/rust
that referenced
this issue
Mar 3, 2016
Manishearth
added a commit
to Manishearth/rust
that referenced
this issue
Mar 4, 2016
bors
added a commit
that referenced
this issue
Mar 4, 2016
alexcrichton
pushed a commit
to alexcrichton/rust
that referenced
this issue
Mar 16, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Getting an LLVM assertion error on nightly inside of a macro. The error doesn't occur on stable.
The error:
The text was updated successfully, but these errors were encountered: