mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 01:07:56 +00:00
Report impl method has stricter requirements even when RPITIT inference gets in the way See the comment I added in the code. Fixes #122506.
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.