-
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
[Compiler panic] internal compiler error: src/librustc_trans/_match.rs:943: only string and byte strings supported in compare_values #35423
Labels
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) ❄️
Comments
This also makes the compiler panic:
it fails
backtrace
|
The second issue looks like a duplicate of #33498 and both issues seem to be fixed on nightly. |
Aatch
added
the
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
label
Aug 8, 2016
eddyb
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 24, 2016
Merged
GuillaumeGomez
added a commit
to GuillaumeGomez/rust
that referenced
this issue
Aug 29, 2016
GuillaumeGomez
added a commit
to GuillaumeGomez/rust
that referenced
this issue
Aug 30, 2016
GuillaumeGomez
added a commit
to GuillaumeGomez/rust
that referenced
this issue
Aug 30, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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) ❄️
I'm learning rust with the official doc, and accidentally encountered this issue.
I tried this code:
I expected to see this happen:
Instead, this happened:
Meta
rustc --version --verbose
:and my operating system is
Debian/Sid
, the rustc compiler is from Debian official archive.Backtrace:
The text was updated successfully, but these errors were encountered: