-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
Closed
Labels
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFC
Description
In Rust 2018, things like Box<Trait> will become deprecated in favor of using Box<dyn Trait>
Eventually (not the Rust 2018 epoch), using Trait as a type may be removed entirely, or mean impl Trait instead. To mitigate this breakage in future epochs, please replace cases where Trait is used as a type with dyn Trait.
Alexhuszagh
Metadata
Metadata
Assignees
Labels
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFC