-
Notifications
You must be signed in to change notification settings - Fork 13.4k
[Compiler panic] internal compiler error: src/librustc_trans/_match.rs:943: only string and byte strings supported in compare_values #35423
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
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. |
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
# for free
to join this conversation on GitHub.
Already have an account?
# 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) ❄️
Uh oh!
There was an error while loading. Please reload this page.
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: