Exponentially expanding type causes monomorphization in...
The below code causes the compiler to panic or run forever, depending on how large the compiler recursion_limit setting is. Here's a summary of code below: I have a trait S with associated type S::Child: S, and I define a struct A: S wit...