This repository has been archived by the owner on May 23, 2020. It is now read-only.
Update trait static methods using Self
to use UFCS once available in language
#3
Labels
Traits using
Self
to in static method parameters are called through the trait rather than the implementer. Type hinting currently requires addition of a throwaway typed parameter:Once UFCS is completed hopefully the call syntax will change.
Requires completion of rust-lang/rust#16293
The text was updated successfully, but these errors were encountered: