-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Double ICE with adt_const_params, generic_const_exprs, and incremental! #89168
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
Labels
A-const-generics
Area: const generics (parameters and arguments)
A-incr-comp
Area: Incremental compilation
C-bug
Category: This is a bug.
F-adt_const_params
`#![feature(adt_const_params)]`
F-generic_const_exprs
`#![feature(generic_const_exprs)]`
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.
Comments
Did you have |
Yes. |
I would expect #89113 has fixed this ICE then but it's a bit hard to tell |
Probably! This can be closed for now, I will reopen it if it crops up again. |
Not reopening since this is before the fix went in, but posting this Backtrace
|
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)
A-incr-comp
Area: Incremental compilation
C-bug
Category: This is a bug.
F-adt_const_params
`#![feature(adt_const_params)]`
F-generic_const_exprs
`#![feature(generic_const_exprs)]`
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.
I got this with what looks like a double ICE!
Maybe just a messaging bug? But also hilarious.
Not sure if dupe. Appeared on
cargo test
, reappeared (with less doubling) on reruns, disappeared oncargo clean
.The text was updated successfully, but these errors were encountered: