mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 08:46:38 +00:00
to fix incorrect suggestion for trait bounds involving binary operators. Fixes #93927, #92347, #93744.
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.