mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 12:39:31 +03:00
00ed4edb44
Silence some follow-up errors on trait impls in case the trait has conflicting or otherwise incoherent impls fixes #123292 Also removes a bunch of extra diagnostics that were introduced in https://github.com/rust-lang/rust/pull/121154 and https://github.com/rust-lang/rust/pull/120558