-
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
const_if_match ICE #67405
Labels
C-bug
Category: This is a bug.
glacier
ICE tracked in rust-lang/glacier.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
P-medium
Medium priority
regression-from-stable-to-stable
Performance or correctness regression from one stable version to another.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Comments
jonas-schievink
added
C-bug
Category: This is a bug.
F-const_if_match
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
labels
Dec 18, 2019
estebank
added
the
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
label
Dec 18, 2019
This is a regression from stable to beta as well. |
Ugh, typeck failing does not mean const eval won't run. I guess we need more |
jonas-schievink
added
regression-from-stable-to-beta
Performance or correctness regression from stable to beta.
and removed
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
labels
Dec 19, 2019
triage: P-high. Leaving nominated. |
discussed in T-compiler meeting. Downgrading to P-medium |
pnkfelix
added
P-medium
Medium priority
and removed
P-high
High priority
I-nominated
labels
Dec 19, 2019
pietroalbini
added
regression-from-stable-to-stable
Performance or correctness regression from one stable version to another.
and removed
regression-from-stable-to-beta
Performance or correctness regression from stable to beta.
labels
Jan 27, 2020
Fixed by #68563 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C-bug
Category: This is a bug.
glacier
ICE tracked in rust-lang/glacier.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
P-medium
Medium priority
regression-from-stable-to-stable
Performance or correctness regression from one stable version to another.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
The following code ICE's on beta and nightly, (notice how I DIDN'T use the ``#![feature(const_if_match)]` feature)
Backtrace:
The text was updated successfully, but these errors were encountered: