ice with -Zunpretty=thir-tree (garbage code) #83048
Labels
C-bug
Category: This is a bug.
glacier
ICE tracked in rust-lang/glacier.
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
This is one of the many (30+) examples where code that would normally produce a compiler error ICEs with
-Zunpretty=thir-tree
instead of making the compiler quit early. Garbage in, garbage out, I guess...?(Usually rustc also prints the thir before panicking with a delay_span_bug but in this example it just crashes right away)
Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: