github.com
Implement arbitrary_self_types by mikeyhew · Pull Request #45870 · rust-lang/rust
r? @arielb1 cc @nikomatsakis Partial implementation of #44874. Supports trait and struct methods with arbitrary self types, as long as the type derefs (transitively) to Self. Doesn't support r...