Open nikomatsakis opened 1 year ago
As proposed in rust-lang/rust#3498, we wish to change -> impl Trait to implicitly capture all generic parameters, and not just types. This makes things more consistent with RPITIT.
-> impl Trait
Requires #106 to make things convenient
@traviscross has opened RFC https://github.com/rust-lang/rfcs/pull/3498
As proposed in rust-lang/rust#3498, we wish to change
-> impl Trait
to implicitly capture all generic parameters, and not just types. This makes things more consistent with RPITIT.Requires #106 to make things convenient