User-facing summary
This is a brief summary of the user-facing changes.
- Extend the definition of
dyn Traitto include:- Async functions
- Functions that return
-> impl Trait(note that-> (impl Trait, impl Trait)or other such constructions are not supported)- So long as
Traitis dyn safe
- So long as
- Extend the definition of
implto permit#[dyn(box)]and#[dyn(identity)]annotations
- TBD