Closed
Description
I'm about to land my patch for #3979, but @nikomatsakis suggested refactoring the code related to it more thoroughly in the future, in order to:
- stop treating
self
specially, but rather, treat it like any other type parameter - don't concatenate bounds from different type parameters; rather, pass around vectors of vectors of bounds