When will `type A = impl Trait` where A is associated type become stable?
github.com·1d·
Discuss: r/rust
Flag this post

This is a tracking issue for the RFC “Permit impl Trait in type aliases” (rust-lang/rfcs#2515) which is implemented under the following #![feature(..)] gates:

About tracking issues

Tracking issues are used to record the overall progress of implementation. They are also uses as hubs connecting to other relevant issues, e.g., bugs or open design questions. A tracking issue is however not meant for large scale discussion, questions, or bug reports about a feature. Instead, open a dedicated issue for the specific matter and add the relevant feature …

Similar Posts

Loading similar posts...