mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
faefad7c24
Fix ICE in next-solver dyn-compatibility check The next solver treated error-containing dispatchability goals as proven and misclassified the trait as dyn compatible. Short-circuit receivers with type errors so object-method confirmation stays on the normal error path. Tracking issue: rust-lang/rust#130516 Closes: rust-lang/rust#151311