-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Double ICE with adt_const_params, generic_const_exprs, and incremental! #89168
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
workingjubilee
added
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.
A-incr-comp
Area: Incremental compilation
C-bug
Category: This is a bug.
A-const-generics
Area: const generics (parameters and arguments)
F-adt_const_params
`#![feature(adt_const_params)]`
labels
Sep 22, 2021
Did you have |
Yes. |
workingjubilee
added
the
F-generic_const_exprs
`#![feature(generic_const_exprs)]`
label
Sep 22, 2021
workingjubilee
changed the title
Double ICE with adt_const_params plus incremental!
Double ICE with adt_const_params, generic_const_exprs, and incremental!
Sep 22, 2021
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: