ICE while generating debug symbols for default trait method #7712
Labels
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Here is a minimal test case where compilation fails with
rustc -Z debug-info
:(To the best of my knowledge, nothing can be removed from this example without the ICE melting, including that
method
cannot be empty, hence the()
.)I believe this to be what is causing #7603.
The text was updated successfully, but these errors were encountered: