mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 20:20:59 +03:00
3d6f276ca7
Implement stable overlap check considering negative traits This PR implement the new disjointness rules for overlap check described in https://rust-lang.github.io/negative-impls-initiative/explainer/coherence-check.html#new-disjointness-rules r? ``@nikomatsakis``