05b4cd6789
Correctly handle supertraits for min_specialization Supertraits of specialization markers could circumvent checks for min_specialization. Elaborating predicates prevents this. r? ````@nikomatsakis````
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.