-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
thread 'rustc' panicked at 'to_const_int doesn't work on scalar pairs' #100878
Labels
A-const-eval
Area: Constant evaluation (MIR interpretation)
C-bug
Category: This is a bug.
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been 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.
Comments
paolobarbolini
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
Aug 22, 2022
@rustbot claim |
matthiaskrgr
added a commit
to matthiaskrgr/glacier
that referenced
this issue
Aug 28, 2022
matthiaskrgr
added a commit
to matthiaskrgr/glacier
that referenced
this issue
Aug 28, 2022
This seems to be fixed in latest nightly?
|
matthiaskrgr
added
the
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
label
Aug 28, 2022
Yes, it's fixed in nightly. |
As a note, the ICE was fixed by #100043 (confirmed by cargo-bisect-rustc). |
Merged
inquisitivecrystal
added
the
A-const-eval
Area: Constant evaluation (MIR interpretation)
label
Sep 23, 2022
inquisitivecrystal
added a commit
to inquisitivecrystal/rust
that referenced
this issue
Sep 23, 2022
fee1-dead
added a commit
to fee1-dead-contrib/rust
that referenced
this issue
Sep 26, 2022
…st, r=Mark-Simulacrum Add regression test This adds a regression test for issue rust-lang#100878. Closes rust-lang#100878.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-const-eval
Area: Constant evaluation (MIR interpretation)
C-bug
Category: This is a bug.
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been 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.
Code
Meta
rustc --version --verbose
:Error output
Backtrace
Bisection
searched nightlies: from nightly-2022-02-19 to nightly-2022-04-04
regressed nightly: nightly-2022-03-25
searched commit range: 9f4dc0b...63b8f01
regressed commit: 63b8f01
bisected with cargo-bisect-rustc v0.6.4
Host triple: x86_64-unknown-linux-gnu
Reproduce with:
Originally reported at https://t.me/rustlang_it/142123
The text was updated successfully, but these errors were encountered: