mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 08:46:45 +00:00
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.