-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Unexpected panic when compiling nested slices in debug mode #26301
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-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Comments
With backtrace:
|
This is the wf problem ( |
cc #25388 |
arielb1
pushed a commit
to arielb1/rust
that referenced
this issue
Jul 9, 2015
Fixes rust-lang#21111. Fixes rust-lang#24707. Fixes rust-lang#24957. Fixes rust-lang#25388. Fixes rust-lang#25637. Fixes rust-lang#26301.
Fixed by #27641. |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
There seems to be similar bugs already reported in the bugtracker, but I do not know if they are instances of the same issue, so I report it just in case.
The following code:
when compiled with
rustc -g
(version 1.0), raises the following anomaly.The text was updated successfully, but these errors were encountered: