-
Notifications
You must be signed in to change notification settings - Fork 13.3k
thread 'rustc' panicked at 'to_const_int doesn't work on scalar pairs' #100878
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Labels
A-const-eval
Area: Constant evaluation, covers all const contexts (static, const fn, ...)
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
@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?
|
Yes, it's fixed in nightly. |
As a note, the ICE was fixed by #100043 (confirmed by cargo-bisect-rustc). |
Merged
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.
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
A-const-eval
Area: Constant evaluation, covers all const contexts (static, const fn, ...)
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: