mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-05 11:47:13 +00:00

Suggest blanket impl to the local traits This PR will add additional suggestion regarding the blanket implementation when it is possible, by generation a new help message + suggestion. Closes https://github.com/rust-lang/rust/issues/96076 Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.