mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 22:18:23 +03:00
5b78e6de18
Make `relate_type_and_mut` public #85343 improved diagnostics around `Relate` impls but made `relate_type_and_mut` private, which was accessible as `relate` previously. This makes it public so that we can use it on rust-semverver. r? ```@Aaron1011```
For more information about how rustc works, see the rustc dev guide.