- Feature Name: dyn-trait-syntax
- Start Date: 2017-??-??
- RFC PR: (leave this empty)
- Rust Issue: (leave this empty)
Introduce a new dyn Trait syntax for trait objects using a contextual dyn keyword, and deprecate "bare trait" syntax for trait objects. In a future checkpoint, dyn will become a proper keyword and bare trait syntax will be removed.