Skip to content

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

Merged
Centril merged 12 commits into
rust-lang:masterfrom
Centril:rfc/self-in-typedefs
Mar 23, 2018
Merged

RFC: Self in type definitions allowing enum List<T> { Nil, Cons(T, Box<Self>) }#2300
Centril merged 12 commits into
rust-lang:masterfrom
Centril:rfc/self-in-typedefs

RFC 2300

310e722
Select commit
Loading
Failed to load commit list.

Workflow runs completed with no jobs