RFC: Self in type definitions allowing enum List<T> { Nil, Cons(T, Box<Self>) }#2300
Merged
Self in type definitions allowing enum List<T> { Nil, Cons(T, Box<Self>) }#2300