rust/compiler/rustc_typeck
Will Crichton 4d0fe27896 Replace suggest_constraining_param with suggest_restricting_param_bound
to fix incorrect suggestion for trait bounds involving binary operators.
Fixes #93927, #92347, #93744.
2022-04-25 18:12:15 -07:00
..

For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.