Closed
Description
RFC: https://github.com/rust-lang/rfcs/blob/master/text/1647-allow-self-in-where-clauses.md
RFC PR: rust-lang/rfcs#1647
Proposes allowing the Self
type to be used in every position in trait implementations, including where clauses and other parameters to the trait being implemented.