Open
Description
The general goal of this issue is to be able to name an impl Trait
type.
@aturon sketched out a strawman for this in their expanded impl Trait
RFC. The proposed syntax was abstype Foo: SomeTrait
.
@eddyb explained their preference for the type Foo = impl Trait
syntax here.