Test case: ``` pub enum Global { GVar(Type) } pub enum Type { TNamed(Type) } fn main() {} ``` ``` % rustc /tmp/test.rs task 'rustc' has overflowed its stack zsh: illegal hardware instruction rustc /tmp/test.rs ``` Tested with 60260b6d43053490b9bd46d3d5e0364290f80393.