rustc infinite loop on recursive type (FingerTree, indirectly polymorphic/nonregular) #52852
Labels
I-hang
Issue: The compiler never terminates, due to infinite loops, deadlock, livelock, etc.
P-medium
Medium priority
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Spawned off of #4363, specifically the example provided by @goffrie
This example code causes rustc to infinite loop (playground):
The text was updated successfully, but these errors were encountered: