You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
traitNext{typeNext:Next;}structGetNext<T:Next>{t:T}impl<T:Next>NextforGetNext<T>{// type Next = <GetNext<T> as Next>::Next; // thread 'rustc' has overflowed its stack and core dumptypeNext = <GetNext<T::Next>asNext>::Next;// the rustc runs forever}fnmain(){}