-
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
ICE with const-generic enum pattern #80531
Labels
A-const-generics
Area: const generics (parameters and arguments)
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-high
High priority
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Comments
CraftSpider
added
C-bug
Category: This is a bug.
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 30, 2020
camelid
added
the
A-const-generics
Area: const generics (parameters and arguments)
label
Dec 30, 2020
This seems like it's part of @rustbot prioritize |
rustbot
added
the
I-prioritize
Issue: Indicates that prioritization has been requested for this issue.
label
Dec 30, 2020
Correct, I ran into this with no feature flag |
camelid
added
P-high
High priority
and removed
I-prioritize
Issue: Indicates that prioritization has been requested for this issue.
labels
Dec 30, 2020
Assigning |
light4
added a commit
to light4/glacier
that referenced
this issue
Dec 31, 2020
Issue: rust-lang/rust#80531
light4
added a commit
to light4/glacier
that referenced
this issue
Dec 31, 2020
Issue: rust-lang/rust#80531
JohnTitor
pushed a commit
to rust-lang/glacier
that referenced
this issue
Dec 31, 2020
GuillaumeGomez
added a commit
to GuillaumeGomez/rust
that referenced
this issue
Dec 31, 2020
support pattern as const parents in type_of nice to know that there's still stuff about rust i didn't know about 😆 fixes rust-lang#80531 r? ``@varkor``
16 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-const-generics
Area: const generics (parameters and arguments)
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-high
High priority
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Code
Note: The actual variant matched seems to be irrelevant, the significant part is the
::<N>
. This does not need any feature flags, and adding eithermin_const_generics
orconst_generics
does not fix it.Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: