- https://github.com/rust-lang/rfcs/pull/3851 - https://github.com/rust-lang/rust/issues/149556 ```rust trait Subtrait2: Supertrait2 { auto impl Supertrait2 { type Type1 = Self; type Type2 = (); } } ```
auto implrust-lang/rust#149556