mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-13 23:58:34 +00:00

Properly track `ImplObligations` Instead of probing for all possible `impl`s that could have caused an `ImplObligation`, keep track of its `DefId` and obligation spans for accurate error reporting. Follow to #89580. Addresses #89418.